[Ts2-pm-cvs-commit] ts2-pm/site/src/site/apt m2-howto.apt,NONE,1.1
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-21 01:10:39
|
Update of /cvsroot/ts2-pm/ts2-pm/site/src/site/apt In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12000 Added Files: m2-howto.apt Log Message: devoloper instructions --- NEW FILE: m2-howto.apt --- ------ Build the project with Maven 2.0 ------ Nicolas Chalumeau ------ 21 May 2005 ------ * Why using maven 2 as it's still in alpha ? Because first I use maven 1.X at work and as I can't for my compagny work I to use this project to contribute to the maven 2 alpha... Then I start to use maven 1.0 since the beta 8 and I am not be afraid by alpha version (snapshot mentality ;-) ) * How to install M2? Follow the instruction at {{http://maven.apache.org/maven2/download.html}}. If you have problem ask me... * What is actually possible? You can generate for all the module (with command line at /ts2-pm dir) : * <<<m2 clean:clean>>> will delete all the generate file (*.class,...) for a clean build * <<<m2 install>>> compile first the src then the test, execute the test and generate the jar * <<<m2 clean:clean install>>> the 2 last comand in one step * <<<m2 site:site>>> the docs generation |