You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Ralf Eichinger (JIRA)" <ji...@apache.org> on 2009/09/03 14:36:57 UTC

[jira] Created: (WICKET-2452) Maven Jetty Plugin can not be downloaded

Maven Jetty Plugin can not be downloaded
----------------------------------------

                 Key: WICKET-2452
                 URL: https://issues.apache.org/jira/browse/WICKET-2452
             Project: Wicket
          Issue Type: Bug
          Components: wicket-quickstart
    Affects Versions: 1.4.1
            Reporter: Ralf Eichinger
            Priority: Trivial


Executing "mvn eclipse:eclipse" in newly created quickstart project can not download "maven-jetty-plugin" from repository.
Reason:
Plugin-artifactId has been renamed to "jetty-maven-plugin".

Fix this in the pom.xml of the 1.4.1 quickstart artifact.

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


[jira] Resolved: (WICKET-2452) Maven Jetty Plugin can not be downloaded

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2452.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

quickstart uses jetty 6.1.4 for which the proper artifactid is used.

artifact id jetty-maven-plugin is only for jetty 7.x as seen in the url below

http://repo2.maven.org/maven2/org/mortbay/jetty/jetty-maven-plugin/

> Maven Jetty Plugin can not be downloaded
> ----------------------------------------
>
>                 Key: WICKET-2452
>                 URL: https://issues.apache.org/jira/browse/WICKET-2452
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.4.1
>            Reporter: Ralf Eichinger
>            Assignee: Igor Vaynberg
>            Priority: Trivial
>   Original Estimate: 0.17h
>  Remaining Estimate: 0.17h
>
> Executing "mvn eclipse:eclipse" in newly created quickstart project can not download "maven-jetty-plugin" from repository.
> Reason:
> Plugin-artifactId has been renamed to "jetty-maven-plugin".
> Fix this in the pom.xml of the 1.4.1 quickstart artifact.

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