Hi all,
anyone used the multiproject plugin successfully ?
I have a hierarchy of projects
my_project/
my_project/jar_project/
my_project/war_project/
my_project/ear_project/
In my project.xml at the top level I have registered several reports
including checkstyle, javadoc, license.
I then run 'maven multiproject' :
multiproject:site:
multiproject:create-nav:
[mkdir] Created dir:
/home/andy/work/my_project/target/generated-xdocs
Starting the reactor...
Our processing order:
JAR Project
Main Project
WAR Project
EAR Project
+----------------------------------------
| Processing JAR Project
| Memory: 4M/8M
+----------------------------------------
+----------------------------------------
| Processing Main Project
| Memory: 4M/8M
+----------------------------------------
+----------------------------------------
| Processing WAR Project
| Memory: 4M/8M
+----------------------------------------
+----------------------------------------
| Processing EAR Project
| Memory: 4M/8M
+----------------------------------------
[echo] Producing aggregate navigation...
Starting the reactor...
Our processing order:
JAR Project
Main Project
WAR Project
EAR Project
+----------------------------------------
| Processing JAR Project
| Memory: 9M/13M
+----------------------------------------
clean:
site:
xdoc:register-reports:
maven-javadoc-plugin:register:
maven-jxr-plugin:register:
maven-checkstyle-plugin:register:
maven-pmd-plugin:register:
maven-jdepend-plugin:register:
maven-changelog-plugin:register:
maven-changes-plugin:register:
maven-file-activity-plugin:register:
maven-developer-activity-plugin:register:
maven-tasklist-plugin:register:
maven-license-plugin:register:
site:run-reports:
<SNIP - generation of reports>
xdoc:register-reports:
maven-javadoc-plugin:register:
maven-jxr-plugin:register:
maven-checkstyle-plugin:register:
maven-pmd-plugin:register:
maven-jdepend-plugin:register:
maven-changelog-plugin:register:
maven-changes-plugin:register:
maven-file-activity-plugin:register:
maven-developer-activity-plugin:register:
maven-tasklist-plugin:register:
maven-license-plugin:register:
xdoc:jelly-transform:
+----------------------------------------
| Processing Main Project
| Memory: 65M/70M
+----------------------------------------
xdoc:
clean:clean:
[delete] Deleting directory /home/andy/work/my_project/target
[delete] Deleting: /home/andy/work/my_project/velocity.log
BUILD FAILED
File......
file:/home/andy/.maven/plugins/maven-multiproject-plugin-1.0-SNAPSHOT/
Element... maven:reactor
Line...... 42
Column.... 7
Unable to obtain goal [site] --
file:/home/andy/.maven/plugins/maven-site-plugin-1.2/:24:42:
<attainGoal> Goal [xdoc:register-reports] has no action definition.
Total time: 3 minutes 42 seconds
Any ideas ?
TIA
--
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]