On Dec 5, 2003, at 2:48 PM, Brian Burridge wrote:

I am trying to use subprojects, but as usual with Maven, the
documentation is a little underdeveloped.

Questions:
1) Is the maven-multiproject-plugin only used to produce the Dependency
report or does it do more than that?


I found multiproject very helpful during development to guarantee a clean build of all the latest jars in a new project. We were developing in 6-8 jars and I liked to use multiproject after a CVS update to make sure everything all the developers had done was integrating correctly:

maven -Dgoal=clean,jar:install multiproject:goal

It does even more, as evidenced by the other goals on the doc page: http://maven.apache.org/reference/plugins/multiproject/goals.html

However, I haven't done much with building a the site with multiproject, so I can't really help you with your specific question.
--
Joe Germuska
[EMAIL PROTECTED]
http://blog.germuska.com
"We want beef in dessert if we can get it there."
-- Betty Hogan, Director of New Product Development, National Cattlemen's Beef Association


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to