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/01/29 23:59:59 UTC

[jira] Commented: (MAVEN-1142) NoSuchGoalException on a goal that exists

The following comment has been added to this issue:

     Author: Brett Porter
    Created: Thu, 29 Jan 2004 5:58 PM
       Body:
I was able to fix this, but I am currently looking at a cleaner way to do it.

I started getting another error in site, so I thought I'd broken something, but it now appears that it was already the case :)

So I should have this fixed over the weekend.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1142&page=comments#action_16233

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1142

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1142
    Summary: NoSuchGoalException on a goal that exists
       Type: Bug

     Status: In Progress
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             core
   Fix Fors:
             1.0-rc2
   Versions:
             1.0-rc2

   Assignee: Brett Porter
   Reporter: Emmanuel Venisse

    Created: Wed, 28 Jan 2004 2:18 PM
    Updated: Thu, 29 Jan 2004 5:58 PM

Description:
D:\cvs_repo\jakarta\maven-plugins\pdf>maven clean plugin:install plugin:deploy
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

Tentative de tÚlÚchargement de maven-junit-report-plugin-1.4-SNAPSHOT.jar.
clean:clean:
    [delete] Deleting directory D:\cvs_repo\jakarta\maven-plugins\pdf\target
    [delete] Deleting: D:\cvs_repo\jakarta\maven-plugins\pdf\velocity.log

clean:

Overriding previous definition of reference to maven-classpath
plugin:
java:prepare-filesystem:
    [mkdir] Created dir: D:\cvs_repo\jakarta\maven-plugins\pdf\target\classes

java:compile:
    [echo] Compiling to D:\cvs_repo\jakarta\maven-plugins\pdf/target/classes
    [echo] No java source files to compile.

java:jar-resources:
Copying 14 files to D:\cvs_repo\jakarta\maven-plugins\pdf\target\classes\plugin-resources
Copying 4 files to D:\cvs_repo\jakarta\maven-plugins\pdf\target\classes

test:prepare-filesystem:
    [mkdir] Created dir: D:\cvs_repo\jakarta\maven-plugins\pdf\target\test-classes
    [mkdir] Created dir: D:\cvs_repo\jakarta\maven-plugins\pdf\target\test-reports

test:test-resources:

test:compile:
    [echo] No test source files to compile.

test:test:
    [echo] No tests to run.

jar:jar:
    [jar] Building jar: D:\cvs_repo\jakarta\maven-plugins\pdf\target\maven-pdf-plugin-2.0-
SNAPSHOT.jar
aspectj:init:


    [copy] Copying 1 file to C:\Documents and Settings\evenisse\.maven\repository\maven\pl
ugins

plugin:uninstall:
    [delete] Deleting 1 files from D:\applis\maven\plugins
    [delete] Deleting 19 files from C:\Documents and Settings\evenisse\.maven\plugins
    [delete] Deleted 4 directories from C:\Documents and Settings\evenisse\.maven\plugins

plugin:install:
    [copy] Copying 1 file to D:\applis\maven\plugins

Overriding previous definition of reference to maven-classpath
com.werken.werkz.NoSuchGoalException: No goal [plugin:deploy]
        at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:190)
        at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:628)
        at org.apache.maven.MavenSession.attainGoals(MavenSession.java:304)
        at org.apache.maven.cli.App.doMain(App.java:490)
        at org.apache.maven.cli.App.main(App.java:1145)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja
va:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at com.werken.forehead.Forehead.run(Forehead.java:551)
        at com.werken.forehead.Forehead.main(Forehead.java:581)
Total time: 27 seconds
Finished at: Wed Jan 28 19:45:52 CET 2004


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