Hi dIon, Sorry for the late reply. I rolled in Jason's bootstrap changes and moved the branch Wednesday night and have been moving ever since. I tried this today and noticed the same thing. The reason is that the new code only loads the unpacked plugins of those that have a corresponding .jar in $MAVEN_HOME/plugins (this is so in a multi-user environment, plugin:install/download now do the right thing for everyone).
However, I had modified the bootstrap to make JARs of the default plugins, but this wasn't in the new code. I'll actually change the plugin manager so it can load plugin directories from $MAVNE_HOME/plugins - should land tonight or tomorrow. Cheers, Brett > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, 28 November 2003 12:01 PM > To: [EMAIL PROTECTED] > Subject: status of MAVEN_1-0_BRANCH? > > > I've tried to bootstrap 1.0 and it fails while building the > plugins, with: > > [exec] +---------------------------------------- > [exec] BUILD FAILED > [exec] com.werken.werkz.NoSuchGoalException: No goal [clean] > [exec] | Building Maven Announcement plugin [exec] | Memory: 6M/8M > [exec] at > org.apache.maven.plugin.PluginManager.attainGoals(PluginManage > r.java:609) > [exec] at > org.apache.maven.MavenSession.attainGoals(MavenSession.java:275) > [exec] +---------------------------------------- > > [exec] at > org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag. > java:312) > [exec] at > org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279) > [exec] at > org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135) > [exec] at > org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233) > [exec] at > com.werken.werkz.jelly.GoalTag$1.performAction(GoalTag.java:128) > [exec] at com.werken.werkz.Goal.fire(Goal.java:639) > [exec] at com.werken.werkz.Goal.attain(Goal.java:575) > > Is this a known issue? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.codehaus.org/people/dion/ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
