Port http://jmonkeyengine.googlecode.com/svn/trunk/
into my Eclipse/Netbeans and found both ant and maven seem to be supported by current jME SVN.
However, whenever I tried
mvn pom.xml
I obtained the following error messages:
jiapei@jiapei-laptop:~/MyPrograms/Eclipse/jme$ mvn pom.xml
[INFO] Scanning for projects...
[INFO]
[ERROR] BUILD FAILURE
[INFO]
[INFO] Invalid task 'pom.xml': you must specify a valid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO]
[INFO] For more information, run Maven with the -e switch
[INFO]
[INFO] Total time: < 1 second
[INFO] Finished at: Sun Dec 27 05:52:11 GMT 2009
[INFO] Final Memory: 1M/40M
[INFO]
jiapei@jiapei-laptop:~/MyPrograms/Eclipse/jme$
So, does that mean, current jME doesn't well support Maven?
Cheers
JIA