« Return to Thread: Sourceforge m2 repo is down

Re: Sourceforge m2 repo is down

by wfaler :: Rate this Message:

Reply to Author | View in Thread

Hi,
The Jazzy Plugin is retrieved from a separate repo (not the Wicket RAD) repo. However, it seems to have moved.

I haven't cut a new version of Wicket RAD in a while, but the trunk code in Subversion (at  https://wicket-rad.svn.sourceforge.net/svnroot/wicket-rad/trunk ) is stable and should have this problem sorted, so in the short term, my recommendation would be to do a checkout on it and build from that (it is likely that the next release will be cut from that very revision number that is there now).
The only thing that has changed considerably from the 0.6 version is that the table generation has been removed, as this never worked particularly well in terms of flexibility.

Shane Hayes wrote:
I just tried mvn clean install in the wicket-rad-0.6 directory, and got the following dependency error. I'm new to the wicket/java/maven web construction. In updating the pom of my project, the org.wicketrad group id is not there. Any thoughts on how to fix this?
Shane


Missing:
----------
1) jazzyplugin:jazzyplugin:jar:0.2.1

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=jazzyplugin -DartifactId=jazzyplugin -Dversion=0.2.1 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5
  2) jazzyplugin:jazzyplugin:jar:0.2.1

----------
1 required artifact is missing.

for artifact:
  org.wicketstuff:wicket-contrib-tinymce:jar:1.3.5

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  codeogre.com (http://repo.codeogre.com/archiva/repository/public/),
  wicketstuff.org (http://wicketstuff.org/maven/repository)

 « Return to Thread: Sourceforge m2 repo is down