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.