« Return to Thread: Sourceforge m2 repo is down

Re: Sourceforge m2 repo is down

by Shane Hayes :: Rate this Message:

Reply to Author | View in Thread

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