git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
47 lines
1.4 KiB
XML
47 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<author email="dion@multitask.com.au">dIon Gillard</author>
|
|
<title>Maven Struts Plug-in Directory Layout</title>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="Rationale">
|
|
<p>
|
|
Having a common directory layout would allow for users familiar
|
|
with one Maven project to immediately feel at home in another
|
|
Maven project. The advantages are analogous to adopting a
|
|
site-wide look-and-feel. Common Maven procedures strengthen the
|
|
Maven brand.
|
|
</p>
|
|
<p>
|
|
The next two sections document the directory layout expected by
|
|
Maven and the directory layout created by Maven. Please try to
|
|
conform to this structure as much as possible; however, if you
|
|
must these settings can be overridden via properties as
|
|
documented in the <a
|
|
href="../../start/integrate.html#Properties">Integration</a> document.
|
|
</p>
|
|
</section>
|
|
<section name="Maven-Generated Layout">
|
|
<table>
|
|
<tr>
|
|
<th>Directory name</th>
|
|
<th>Content</th>
|
|
<th>Comment</th>
|
|
</tr>
|
|
<tr>
|
|
<td>target/</td>
|
|
<td>Contains compiled WARs.</td>
|
|
<td>
|
|
This directory is used by the Struts Plug-in as the source of the
|
|
war to be validated.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</section>
|
|
</body>
|
|
</document>
|