Steve Cheng wrote: > One thing I'm wondering is: is that ture I only need a "project.xml" > to build a project (I know maven.xml is for deployment)? comparing > with Ant's build file, the build section in "project.xml" is really > simple, and I noticed there is no where to specify the classpath in > this section ... so I'm wondering do I need some separate files > besdies "project.xml" to build a project?
I just was about to send you one of those RTFM messages, but I decided to write something more useful instead :) Maven has a very powerful mechanism for building compilation classpath, called "project dependencies". Please read documenation here: http://jakarta.apache.org/turbine/maven/reference/user-guide.html#Naming Conventions (look out for line wrapping) The docs are bit updated but should give an idea how this thing works. R. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
