I was wondering if there was any other source of documentation than that
on the website?
I've built and installed maven from CVS and that all seems to work. I've
created a project.xml (for my project) file with dependencies and those
are downloaded when I execute maven java:jar (a non-existent target it
seems).
But I can't find the following:
1. A description of how to add new maven style targets to my project.
eg. How do I make "maven site:generate" work?
2. I've found a few references to ${maven.home}/build-maven.xml eg.
<target name="maven:deploy-dist">
<ant antfile="${maven.home}/build-maven.xml" target="deploy-dist"/>
</target>
But when I look in that directory, there is nothing like that there.
All I have is
bin
lib
maven-project.xsd
plugins (empty dir)
repository
I've looked through all the documentation I could see, but I'm still
banging my forehead.conf against a brick wall.
All help appreciated...
Regards
Ben
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>