Author: niallp
Date: Mon Mar 22 15:40:43 2010
New Revision: 926144
URL: http://svn.apache.org/viewvc?rev=926144&view=rev
Log:
Remove maven-1 build
Removed:
commons/proper/beanutils/trunk/maven.xml
commons/proper/beanutils/trunk/project.properties
commons/proper/beanutils/trunk/project.xml
commons/proper/beanutils/trunk/xdocs/cvs-usage.xml
commons/proper/beanutils/trunk/xdocs/navigation.xml
Modified:
commons/proper/beanutils/trunk/xdocs/building.xml
Modified: commons/proper/beanutils/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/xdocs/building.xml?rev=926144&r1=926143&r2=926144&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/xdocs/building.xml (original)
+++ commons/proper/beanutils/trunk/xdocs/building.xml Mon Mar 22 15:40:43 2010
@@ -25,7 +25,6 @@ limitations under the License.
<section name="Overview">
<p>
Commons BeanUtils can be built using
- <a href="http://maven.apache.org/maven-1.x/">Maven 1</a>,
<a href="http://maven.apache.org">Maven 2</a> or
<a href="http://ant.apache.org">Ant</a> as the build system.
</p>
@@ -35,22 +34,6 @@ limitations under the License.
</p>
</section>
<!-- ================================================== -->
-<section name="Maven 1 Goals">
- <p>
- To build a jar file, change into BeanUtils's root directory and run
- <strong><code>maven jar</code></strong>.
- The result will be in the "target" subdirectory.
- </p>
- <p>
- To build the Javadocs, run <strong><code>maven javadoc</code></strong>.
- The result will be in "target/docs/apidocs" subdirectory.
- </p>
- <p>
- To build the full website, run <strong><code>maven site</code></strong>.
- The result will be in "target/docs" subdirectory.
- </p>
-</section>
-<!-- ================================================== -->
<section name="Maven 2 Goals">
<p>
To build a jar file, change into BeanUtils's root directory and run
@@ -62,7 +45,7 @@ limitations under the License.
The result will be in "target/site" subdirectory.
</p>
<p>
- To build the full distribution, run <strong><code>mvn site
assembly:assembly</code></strong>.
+ To build the full distribution, run <strong><code>mvn -Prc
package</code></strong>.
The result will be in "target" subdirectory.
</p>
</section>