You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeremy Thomerson (JIRA)" <ji...@apache.org> on 2010/12/20 07:47:05 UTC

[jira] Updated: (WICKET-3234) Wicket 'quickstart' archetype requires dependencies not in Maven.

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

Jeremy Thomerson updated WICKET-3234:
-------------------------------------

    Fix Version/s:     (was: 1.4.15)
                       (was: 1.5-M4)

Removing fix versions on things that were marked as fixVersion = (1.4.14 || 1.5-M4), but also weren't fixed (marked "not a problem", "won't fix", etc) so that they don't show up in release notes when in reality they weren't part of the release.

> Wicket 'quickstart' archetype requires dependencies not in Maven. 
> ------------------------------------------------------------------
>
>                 Key: WICKET-3234
>                 URL: https://issues.apache.org/jira/browse/WICKET-3234
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-quickstart
>         Environment: Ubuntu Lucid, Bash, Maven
>            Reporter: Cefn Hoile
>            Priority: Minor
>
> I tried to configure and test an artifact which combines Wicket and Hibernate, following quickstart instructions, invoked with these three steps...
> mvn archetype:generate -B -DarchetypeCatalog=http://legup.googlecode.com/svn/repo/archetype-catalog.xml -DarchetypeArtifactId=wicket-warp-hibernate-archetype -DarchetypeGroupId=com.jweekend -DarchetypeVersion=0.8.4 -DgroupId=com.cefn.filesystem.wicket -DartifactId=cefn-wicket -Dversion=1.0-SNAPSHOT -Dpackage=com.cefn.filesystem.wicket
> cd cefn-wicket
> mvn test
> I encounter the build error below. Great error message by the way. Really informative and offers an immediate workaround. 
> However, is it possible for future users attempting a 'quick start' to establish a stable artefact combining Hibernate and Wicket which has all its dependencies met by the current Maven repository?
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) com.wideplay.warp:warp-persist:jar:2.0-20090214
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=com.wideplay.warp -DartifactId=warp-persist -Dversion=2.0-20090214 -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=com.wideplay.warp -DartifactId=warp-persist -Dversion=2.0-20090214 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) com.cefn.filesystem.wicket:cefn-wicket:war:1.0-SNAPSHOT
>   	2) com.wideplay.warp:warp-persist:jar:2.0-20090214
> ----------
> 1 required artifact is missing.
> for artifact: 
>   com.cefn.filesystem.wicket:cefn-wicket:war:1.0-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   jboss (https://repository.jboss.org/nexus/content/groups/public/)

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