You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2009/02/01 08:17:59 UTC

[jira] Resolved: (WICKET-1561) Quickstart Build Failure: "No mojo descriptors found in plugin"

     [ https://issues.apache.org/jira/browse/WICKET-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-1561.
-----------------------------------

    Resolution: Won't Fix
      Assignee: Igor Vaynberg

i got the same error as gerolf when trying to apply your change.  i am running mvn 2.0.9 which is the latest.

i think we are going to stick to what works until we do see that big deprecation notice shown in the maven bug report. so far no one has had any problems, so maybe your problem is that you are using a plugin version that most people dont.

> Quickstart Build Failure: "No mojo descriptors found in plugin"
> ---------------------------------------------------------------
>
>                 Key: WICKET-1561
>                 URL: https://issues.apache.org/jira/browse/WICKET-1561
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4-M1
>         Environment: Maven version: 2.0.8
> Java version: 1.5.0_14
> OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
>            Reporter: James Carman
>            Assignee: Igor Vaynberg
>         Attachments: archetype-patch.patch
>
>
> The artifact type should be changed to "maven-archetype" to fix this issue (patch attached).  See:
> http://jira.codehaus.org/browse/MPLUGIN-102
> Here's my build output:
> [INFO] Scanning for projects...
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Wicket Quickstart Archetype
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [plugin:descriptor]
> [INFO] Using 2 extractors.
> [INFO] Applying extractor for language: java
> [INFO] Extractor for language: java found 0 mojo descriptors.
> [INFO] Applying extractor for language: bsh
> [INFO] Extractor for language: bsh found 0 mojo descriptors.
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error extracting plugin descriptor: 'No mojo descriptors found in plugin.
> '
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 2 seconds
> [INFO] Finished at: Wed Apr 23 07:51:19 EDT 2008
> [INFO] Final Memory: 9M/18M
> [INFO] ------------------------------------------------------------------------

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.