You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Mark Slater <ma...@analogsoftware.com> on 2004/07/27 01:14:26 UTC

Updating Maven 1.0RC3 to 1.0 (final) breaks cactus reports?

Today I decided to try moving from Maven 1.0 RC3 to Maven 1.0 (final).  
The entire project worked (and still works) just fine when I run  
"multiproject:site" with rc3. However, running the same goal with 1.0  
and I get:

BUILD FAILED
File......  
/Users/mark/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly
Element... maven:reactor
Line...... 103
Column.... 9
Unable to obtain goal [site] --  
/Users/mark/.maven/cache/maven-xdoc-plugin-1.8/plugin.jelly:687:48:  
<attainGoal> No goal [maven-cactus-plugin:register]
com.werken.werkz.UnattainableGoalException: Unable to obtain goal  
[multiproject:site] --  
/Users/mark/.maven/cache/maven-multiproject-plugin-1.3.1/plugin.jelly: 
103:9: <maven:reactor> Reactor subproject failure occurred

Has anyone else had similar problems?

Mark