You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Suran Jayathilaka (JIRA)" <ji...@apache.org> on 2007/11/11 16:09:50 UTC

[jira] Created: (WICKET-1146) Artifact resolve failure when creating the quickstart project

Artifact resolve failure when creating the quickstart project
-------------------------------------------------------------

                 Key: WICKET-1146
                 URL: https://issues.apache.org/jira/browse/WICKET-1146
             Project: Wicket
          Issue Type: Bug
          Components: wicket-quickstart
    Affects Versions: 1.3.0-beta4
         Environment: WinXP, maven 2.0.7, JDK 1.5.0_05
            Reporter: Suran Jayathilaka
             Fix For: 1.3.0-final


As given in http://wicket.apache.org/quickstart.html,
When trying to create the quickstart project using
mvn archetype:create -DarchetypeGroupId=org.apache.wicket
-DarchetypeArtifactId=wicket-archetype-quickstart
-DarchetypeVersion=1.3.0-beta4
-DgroupId=com.mycompany
-DartifactId=myproject

, it fails saying 

Downloading: http://repo1.maven.org/maven2/org/apache/wicket/maven-archetype-quickstart/1.3.0-beta4/maven-archetype-quickstart-1.3.0-beta4.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.apache.wicket
ArtifactId: maven-archetype-quickstart
Version: 1.3.0-beta4
Reason: Unable to download the artifact from any repository


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


[jira] Closed: (WICKET-1146) Artifact resolve failure when creating the quickstart project

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

Suran Jayathilaka closed WICKET-1146.
-------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3.0-final)
                   1.3.0-beta4

Quickstart project creation works now.

> Artifact resolve failure when creating the quickstart project
> -------------------------------------------------------------
>
>                 Key: WICKET-1146
>                 URL: https://issues.apache.org/jira/browse/WICKET-1146
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta4
>         Environment: WinXP, maven 2.0.7, JDK 1.5.0_05
>            Reporter: Suran Jayathilaka
>            Priority: Critical
>             Fix For: 1.3.0-beta4
>
>
> As given in http://wicket.apache.org/quickstart.html,
> When trying to create the quickstart project using
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart
> -DarchetypeVersion=1.3.0-beta4
> -DgroupId=com.mycompany
> -DartifactId=myproject
> , it fails saying 
> Downloading: http://repo1.maven.org/maven2/org/apache/wicket/maven-archetype-quickstart/1.3.0-beta4/maven-archetype-quickstart-1.3.0-beta4.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.wicket
> ArtifactId: maven-archetype-quickstart
> Version: 1.3.0-beta4
> Reason: Unable to download the artifact from any repository

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


[jira] Updated: (WICKET-1146) Artifact resolve failure when creating the quickstart project

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

Gerolf Seitz updated WICKET-1146:
---------------------------------

    Priority: Minor  (was: Critical)

> Artifact resolve failure when creating the quickstart project
> -------------------------------------------------------------
>
>                 Key: WICKET-1146
>                 URL: https://issues.apache.org/jira/browse/WICKET-1146
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta4
>         Environment: WinXP, maven 2.0.7, JDK 1.5.0_05
>            Reporter: Suran Jayathilaka
>            Priority: Minor
>             Fix For: 1.3.0-beta4
>
>
> As given in http://wicket.apache.org/quickstart.html,
> When trying to create the quickstart project using
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart
> -DarchetypeVersion=1.3.0-beta4
> -DgroupId=com.mycompany
> -DartifactId=myproject
> , it fails saying 
> Downloading: http://repo1.maven.org/maven2/org/apache/wicket/maven-archetype-quickstart/1.3.0-beta4/maven-archetype-quickstart-1.3.0-beta4.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.wicket
> ArtifactId: maven-archetype-quickstart
> Version: 1.3.0-beta4
> Reason: Unable to download the artifact from any repository

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


[jira] Reopened: (WICKET-1146) Artifact resolve failure when creating the quickstart project

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

Gerolf Seitz reopened WICKET-1146:
----------------------------------


> Artifact resolve failure when creating the quickstart project
> -------------------------------------------------------------
>
>                 Key: WICKET-1146
>                 URL: https://issues.apache.org/jira/browse/WICKET-1146
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta4
>         Environment: WinXP, maven 2.0.7, JDK 1.5.0_05
>            Reporter: Suran Jayathilaka
>            Priority: Critical
>             Fix For: 1.3.0-beta4
>
>
> As given in http://wicket.apache.org/quickstart.html,
> When trying to create the quickstart project using
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart
> -DarchetypeVersion=1.3.0-beta4
> -DgroupId=com.mycompany
> -DartifactId=myproject
> , it fails saying 
> Downloading: http://repo1.maven.org/maven2/org/apache/wicket/maven-archetype-quickstart/1.3.0-beta4/maven-archetype-quickstart-1.3.0-beta4.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.wicket
> ArtifactId: maven-archetype-quickstart
> Version: 1.3.0-beta4
> Reason: Unable to download the artifact from any repository

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


[jira] Updated: (WICKET-1146) Artifact resolve failure when creating the quickstart project

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

Suran Jayathilaka updated WICKET-1146:
--------------------------------------

    Priority: Critical  (was: Major)

> Artifact resolve failure when creating the quickstart project
> -------------------------------------------------------------
>
>                 Key: WICKET-1146
>                 URL: https://issues.apache.org/jira/browse/WICKET-1146
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta4
>         Environment: WinXP, maven 2.0.7, JDK 1.5.0_05
>            Reporter: Suran Jayathilaka
>            Priority: Critical
>             Fix For: 1.3.0-final
>
>
> As given in http://wicket.apache.org/quickstart.html,
> When trying to create the quickstart project using
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart
> -DarchetypeVersion=1.3.0-beta4
> -DgroupId=com.mycompany
> -DartifactId=myproject
> , it fails saying 
> Downloading: http://repo1.maven.org/maven2/org/apache/wicket/maven-archetype-quickstart/1.3.0-beta4/maven-archetype-quickstart-1.3.0-beta4.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.wicket
> ArtifactId: maven-archetype-quickstart
> Version: 1.3.0-beta4
> Reason: Unable to download the artifact from any repository

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


[jira] Closed: (WICKET-1146) Artifact resolve failure when creating the quickstart project

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

Gerolf Seitz closed WICKET-1146.
--------------------------------

       Resolution: Invalid
    Fix Version/s:     (was: 1.3.0-beta4)

i resolved this issue as invalid (instead of fixed) and set no fix version

> Artifact resolve failure when creating the quickstart project
> -------------------------------------------------------------
>
>                 Key: WICKET-1146
>                 URL: https://issues.apache.org/jira/browse/WICKET-1146
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>    Affects Versions: 1.3.0-beta4
>         Environment: WinXP, maven 2.0.7, JDK 1.5.0_05
>            Reporter: Suran Jayathilaka
>            Priority: Minor
>
> As given in http://wicket.apache.org/quickstart.html,
> When trying to create the quickstart project using
> mvn archetype:create -DarchetypeGroupId=org.apache.wicket
> -DarchetypeArtifactId=wicket-archetype-quickstart
> -DarchetypeVersion=1.3.0-beta4
> -DgroupId=com.mycompany
> -DartifactId=myproject
> , it fails saying 
> Downloading: http://repo1.maven.org/maven2/org/apache/wicket/maven-archetype-quickstart/1.3.0-beta4/maven-archetype-quickstart-1.3.0-beta4.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> GroupId: org.apache.wicket
> ArtifactId: maven-archetype-quickstart
> Version: 1.3.0-beta4
> Reason: Unable to download the artifact from any repository

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