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 2003/06/23 16:19:00 UTC

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

The following comment has been added to this issue:

     Author: Brett Porter
    Created: Mon, 23 Jun 2003 9:18 AM
       Body:
I don't think this belongs to maven-new?

Anyway, I think I've seen this problem exhibited, but I have a sneaking suspicion that Jason's recent changes may have fixed them.

If not, I still have a failing test case in touchstone to work it out, and I'll see if it can be added to RC1.
---------------------------------------------------------------------
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: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
 Components: 
             core
   Versions:
             maven-new-unreleased

   Assignee: 
   Reporter: Charles Chan

    Created: Wed, 4 Jun 2003 12:44 PM
    Updated: Wed, 4 Jun 2003 12:45 PM

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/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