bedweather / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

Won't build with maven right out of the box. #330

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clone project
2. mvn clean install
3. *boom*

What is the expected output? What do you see instead?

I expect the program to compile, but instead I see:

Unresolveable build extension: Plugin 
org.mobicents.tools:maven-eclipse-plugin:1.0.0.FINAL or one of its dependencies 
could not be resolved: Failure to find 
org.mobicents.tools:maven-eclipse-plugin:jar:1.0.0.FINAL in 
http://repo.jenkins-ci.org/public/ was cached in the local repository, 
resolution will not be reattempted until the update interval of 
repo.jenkins-ci.org has elapsed or updates are forced -> [Help 2]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

It's a missing dependency, and I couldn't figure out how to resolve it.

What version of the product are you using? On what operating system?

ratchet-2:jss7 rmz$ mvn --version
Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17 
17:22:22+0200)
Maven home: /usr/local/Cellar/maven/3.1.1/libexec
Java version: 1.7.0_15, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.7.0_15.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.9.2", arch: "x86_64", family: "mac"

Please provide any additional information below.

Original issue reported on code.google.com by r...@comoyo.com on 9 Mar 2014 at 10:55