Author: rdonkin
Date: Sun Apr 24 10:52:51 2011
New Revision: 1096305
URL: http://svn.apache.org/viewvc?rev=1096305&view=rev
Log:
Update Maven version and tighten prose
Modified:
james/mailet/ai/trunk/BUILDING.txt
james/mailet/ai/trunk/pom.xml
Modified: james/mailet/ai/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/james/mailet/ai/trunk/BUILDING.txt?rev=1096305&r1=1096304&r2=1096305&view=diff
==============================================================================
--- james/mailet/ai/trunk/BUILDING.txt (original)
+++ james/mailet/ai/trunk/BUILDING.txt Sun Apr 24 10:52:51 2011
@@ -1,39 +1,23 @@
-Building Apache Mime4j
-======================
+Building Apache James AI Mailets
+================================
-(1) Requisites
---------------
-Mime4j utilizes Maven 2 as a distribution management and packaging tool.
Version 2.2.1
-or above is recommended.
+Requisites
+----------
-JDK 1.5 or above is required in order to compile Mime4j.
+* Build with Maven 3 (http://maven.apache.org)
+* Compile with JDK 1.5 or above
-Maven installation and configuration instructions can be found here:
+Quickstart
+----------
-http://maven.apache.org/run-maven/index.html
+* To execute tests
+ mvn test
-(2) Executing test cases
+* To build and package (into target directory)
+ mvn package
-Execute the following command in order to compile and test the components:
+* To generate documentation
+ mvn javadoc:javadoc
-mvn test
-
-(3) Building packages
-
-Execute the following command in order to build JAR and assembly packages:
-
-mvn package
-
-Redistributables will be placed in the target folder.
-
-(4) Building documentation
-
-Execute the following command in order to generate javadoc:
-
-mvn javadoc:javadoc
-
-(5) Building project web site
-
-Execute the following command in order to generate the project web site:
-
-mvn site
\ No newline at end of file
+* To build web site
+ mvn site
Modified: james/mailet/ai/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mailet/ai/trunk/pom.xml?rev=1096305&r1=1096304&r2=1096305&view=diff
==============================================================================
--- james/mailet/ai/trunk/pom.xml (original)
+++ james/mailet/ai/trunk/pom.xml Sun Apr 24 10:52:51 2011
@@ -17,12 +17,16 @@
specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>james-project</artifactId>
<groupId>org.apache.james</groupId>
<version>1.6</version>
</parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
<artifactId>apache-mime4j-project</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]