Hi, I am trying to setup a very simple plugin with a reactor inside. (See Attached Zip file).
When I invoke
maven reactor-test-maven
I got the following output. I have no idea why this is
happening. I am testing against Maven from CVS.
Any help is appreciated.
Charles
Our processing order:
Project A
Project B
Project C
Project Master Template
Test Plugin
+----------------------------------------
| Building Project A
| Memory: 2M/3M
+----------------------------------------
[DEBUG] Adding reference: maven.dependency.classpath
->
[DEBUG] Adding reference: maven-classpath ->
test-maven:
test-plugin-default-variable:
[echo] Variable: test.conf.dir is
/this/is/A/conf.dir
+----------------------------------------
| Building Project B
| Memory: 2M/3M
+----------------------------------------
BUILD FAILED
Unknown goal "test-maven"
com.werken.werkz.UnattainableGoalException: Unable to
obtain goal [reactor-test-maven] -- null:17:43:
<maven:reactor> Unknown goal "test-maven"
at com.werken.werkz.Goal.fire(Goal.java:646)
at com.werken.werkz.Goal.attain(Goal.java:575)
at
org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:403)
at
org.apache.maven.MavenSession.attainGoals(MavenSession.java:357)
at
org.apache.maven.cli.App.doMain(App.java:525)
at
org.apache.maven.cli.App.main(App.java:1088)
at java.lang.reflect.Method.invoke(Native
Method)
at
com.werken.forehead.Forehead.run(Forehead.java:543)
at
com.werken.forehead.Forehead.main(Forehead.java:573)
org.apache.commons.jelly.JellyTagException:
null:17:43: <maven:reactor> Unknown goal "test-maven"
at
org.apache.maven.jelly.tags.maven.ReactorTag.doTag(ReactorTag.java:383)
__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
test-maven.zip
Description: test-maven.zip
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
