Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-rc1, 1.0-rc2
-
Fix Version/s: 1.0-rc2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
<attainGoal name="multiproject:install"/>
<attainGoal name="multiproject:site"/>
these goals execute no problem independently but when I execute them sequentially within some maven.xml I get the following error:
org.apache.commons.jelly.JellyTagException: file:/D:/apache/maven/plugins/maven-site-plugin-1.3/:22:
42: <attainGoal> Goal [xdoc:register-reports] has no action definition.
at com.werken.werkz.jelly.AttainGoalTag.doTag(AttainGoalTag.java:159)
at org.apache.maven.jelly.tags.werkz.LazyAttainGoalTag.doTag(LazyAttainGoalTag.java:107)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:448)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:360)
cheers
Nathan
Issue Links
| This issue is duplicated by: | ||||
| MAVEN-1201 | Unable to run two multiproject goals back to back |
|
|
|
I'm seeing this same error message when attempting to use the dashboard report during a multiproject:site build...I believe the dashboard uses the reactor, so this is probably a similar problem...