mirror of https://github.com/apache/maven.git
release changes
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201533 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96bdd2c56b
commit
2ce2e8fbb1
|
@ -39,7 +39,7 @@ Building a Site
|
|||
The FML format is the FAQ format, also used in Maven 1.0.
|
||||
|
||||
Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats,
|
||||
but as of alpha-2, only XHTML is available.
|
||||
but as of alpha-3, only XHTML is available.
|
||||
|
||||
Note that all of the above is optional - just one index file is required in one of the input trees. Each of the paths will be merged
|
||||
together to form the root directory of the site.
|
||||
|
|
|
@ -12,6 +12,11 @@
|
|||
You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
|
||||
hours to reach all mirrors.
|
||||
</p>
|
||||
<p>
|
||||
<b>IMPORTANT:</b> Some plugins built for alpha-2 will not work with alpha-3. If you are experiencing
|
||||
"plugin not found" or other messages, please try running the command with -U first to ensure you have the
|
||||
latest version.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-3-bin.tar.bz2">
|
||||
|
|
|
@ -307,19 +307,22 @@ m2 archetype:create \
|
|||
</p>
|
||||
<p>
|
||||
The WAR has now been created in
|
||||
<code>my-webapp/target/my-webapp-1.0-SNAPSHOT.war</code>, and the JAR is
|
||||
<code>my-webapp/target/my-webapp.war</code>, and the JAR is
|
||||
included:
|
||||
</p>
|
||||
<source>$ jar tvf my-webapp/target/my-webapp-1.0-SNAPSHOT.war
|
||||
0 Sat Apr 09 01:45:18 EST 2005 META-INF/
|
||||
222 Sat Apr 09 01:45:16 EST 2005 META-INF/MANIFEST.MF
|
||||
0 Sat Apr 09 01:45:18 EST 2005 META-INF/maven/
|
||||
675 Sat Apr 09 01:42:54 EST 2005 META-INF/maven/pom.xml
|
||||
0 Sat Apr 09 01:45:18 EST 2005 WEB-INF/
|
||||
215 Sat Apr 09 01:45:18 EST 2005 WEB-INF/web.xml
|
||||
52 Sat Apr 09 01:45:18 EST 2005 index.jsp
|
||||
0 Sat Apr 09 01:45:18 EST 2005 WEB-INF/lib/
|
||||
1586 Sat Apr 09 01:45:18 EST 2005 WEB-INF/lib/my-app-1.0-SNAPSHOT.jar</source>
|
||||
0 Fri Jun 24 10:59:56 EST 2005 META-INF/
|
||||
222 Fri Jun 24 10:59:54 EST 2005 META-INF/MANIFEST.MF
|
||||
0 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/
|
||||
0 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/
|
||||
0 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/my-webapp/
|
||||
3239 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/my-webapp/pom.xml
|
||||
0 Fri Jun 24 10:59:56 EST 2005 WEB-INF/
|
||||
215 Fri Jun 24 10:59:56 EST 2005 WEB-INF/web.xml
|
||||
123 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/my-webapp/pom.properties
|
||||
52 Fri Jun 24 10:59:56 EST 2005 index.jsp
|
||||
0 Fri Jun 24 10:59:56 EST 2005 WEB-INF/lib/
|
||||
2713 Fri Jun 24 10:59:56 EST 2005 WEB-INF/lib/my-app-1.0-SNAPSHOT.jar</source>
|
||||
<p>
|
||||
How does this work? Firstly, the parent POM created (called
|
||||
<code>app</code>), has a packaging of
|
||||
|
@ -351,7 +354,7 @@ m2 archetype:create \
|
|||
</p>
|
||||
<p>
|
||||
Like Maven 1.0, as of the current Maven release (
|
||||
<code>2.0-alpha-2</code>), it is required that you run
|
||||
<code>2.0-alpha-3</code>), it is required that you run
|
||||
<code>install</code> to successfully perform these steps. If you run
|
||||
<code>package</code>, the JAR will not be
|
||||
copied to the local repository and Maven will not be able to find it. This will be improved in future versions.
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
<a href="download.html">
|
||||
<img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
|
||||
Download
|
||||
</a> Maven 2.0 Alpha 2
|
||||
<small>(1Mb)</small>
|
||||
</a> Maven 2.0 Alpha 3
|
||||
<small>(1.2Mb)</small>
|
||||
<br/>
|
||||
</p>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue