> I've looked around for postings on what a build.xml-less maven would
> look like.  Does this mean that maven projects would use a different
> name for the build file or does it mean that the maven targets would be
> included via a

Well, simple case, maven requires -nothing- in the project to build
it, except for the project.xml project descriptor.  

If you need to customize the maven build, then you can create a maven.xml
for your project, but it's purely optional.

        -bob


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to