diff --git a/maven-site/src/site/apt/site.apt b/maven-site/src/site/apt/site.apt index 1447746068..def6e00f90 100644 --- a/maven-site/src/site/apt/site.apt +++ b/maven-site/src/site/apt/site.apt @@ -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. diff --git a/maven-site/src/site/xdoc/download.xml b/maven-site/src/site/xdoc/download.xml index 4b868fce88..b073b5b351 100644 --- a/maven-site/src/site/xdoc/download.xml +++ b/maven-site/src/site/xdoc/download.xml @@ -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.
++ IMPORTANT: 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. +
The WAR has now been created in
- my-webapp/target/my-webapp-1.0-SNAPSHOT.war
, and the JAR is
+ my-webapp/target/my-webapp.war
, and the JAR is
included:
How does this work? Firstly, the parent POM created (called
app
), has a packaging of
@@ -351,7 +354,7 @@ m2 archetype:create \
Like Maven 1.0, as of the current Maven release (
- 2.0-alpha-2
), it is required that you run
+ 2.0-alpha-3
), it is required that you run
install
to successfully perform these steps. If you run
package
, 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.
diff --git a/maven-site/src/site/xdoc/index.xml b/maven-site/src/site/xdoc/index.xml
index 8a919e95f3..65c8b6b7c3 100644
--- a/maven-site/src/site/xdoc/index.xml
+++ b/maven-site/src/site/xdoc/index.xml
@@ -12,8 +12,8 @@
Download
- Maven 2.0 Alpha 2
- (1Mb)
+