Build Site for parent module, but skip the children?

2011-03-01 Thread Brian Ferris
I have a large multi-module project that I wish to build a site for using Maven's site functionality. The trick is that I'd like to avoid building the sub-module sites as well. Building the individuals sites for each sub-module takes a while (even with the dependency report disabled) and it's inf

Maven3, ssh wagon - add wagon without modifying project pom.xml

2011-01-26 Thread Brian Ferris
I discovered that with the upgrade to Maven 3, the ssh wagon is no longer included by default, which became an issue when I wanted to do an scp based deployment. I understand that this issue can be fixed by adding an reference to the ssh wagon in the project's pom.xml. However, this necessarily

Running a specific plugin goal from the command line in a sub-module of a multi-module reactor project

2010-08-11 Thread Brian Ferris
I'm looking for a general technique here, but let's give a specific example. I have a multi-module project and I'd like to run the exec:java plugin from the command-line against one of the sub-modules of my project. I know one approach is that I can run "mvn install" on the whole project and then

When using "resume-from" on multi-module project, preceding module dependencies not found?

2010-05-04 Thread Brian Ferris
I have a large multi-module project with a pretty lengthy integration test process. I'd like to use the Maven --resume-from/-rf option to pickup where integration-test left off if the build failed to run to completion. I've tried running something like: mvn --resume-from my-intermediate-module i