You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/03/03 10:52:24 UTC

[jira] Closed: (MAVEN-464) Reactor cannot find goals in plugin

Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Wed, 3 Mar 2004 4:52 AM

having looked at the test case, I can see that the plugin construction project is not valid. The resulting plugin has no contents.

The plugin project.xml needs to include what the base project.xml does for maven-plugins
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-464

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-464
    Summary: Reactor cannot find goals in plugin
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Versions:
             1.0-beta-7

   Assignee: Brett Porter
   Reporter: Charles Chan

    Created: Wed, 4 Jun 2003 12:44 PM
    Updated: Wed, 3 Mar 2004 4:52 AM

Description:
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)




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org