source: contrib/MailArchiver/sources/vendor/mime4j/custom/BUILDING.txt @ 6785

Revision 6785, 348 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado codigo do MailArchiver?. Documentação na subpasta DOCS.

Line 
1Building Apache Mime4j
2======================
3
4Requisites
5----------
6
7* Build with Maven 3 (http://maven.apache.org)
8* Compile with JDK 1.5 or above
9
10Quickstart
11----------
12
13* To execute tests
14 mvn test
15
16* To build and package (into target directory)
17 mvn package
18
19* To generate documentation
20 mvn javadoc:javadoc
21
22* To build web site
23 mvn site
Note: See TracBrowser for help on using the repository browser.