baifanvhai / apromore

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

Build failes because of springsource repository #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.New Checkout of http://apromore.googlecode.com/svn/trunk/
2.Installing the necessary dependencies and following readme step 1- 3
3.During Readme Step 4 ("Finally, change to the root and run 'mvn clean 
install'. This will build the rest and deploy to tomcat 7.") following error is 
reported and the build fails:

Error
 Total time: 2:38.400s
 Finished at: Tue Nov 27 18:35:07 CET 2012
 Final Memory: 42M/495M
 ------------------------------------------------------------------------
] Failed to execute goal on project deployment-api: Could not resolve depe
es for project org.apromore.plugin:deployment-api:jar:1.1: The following a
ts could not be resolved: org.apromore.plugin:plugin-api:jar:1.0, org.apro
pf-schema:jar:1.0, org.apromore:anf-schema:jar:1.0: Could not find artifac
apromore.plugin:plugin-api:jar:1.0 in com.springsource.repository.bundles.
e (http://repository.springsource.com/maven/bundles/release) -> [Help 1]
]
] To see the full stack trace of the errors, re-run Maven with the -e swit

] Re-run Maven using the -X switch to enable full debug logging.
]
] For more information about the errors and possible solutions, please rea
following articles:
] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso
Exception
]
] After correcting the problems, you can resume the build with the command

]   mvn <goals> -rf :deployment-api

What is the expected output? What do you see instead?
The expected output is that the build finishes. But it seems that the 
springsource repository (I checked it manually too) does no longer provide the 
necessary librarys.

What version of the product are you using? On what operating system?
Using the current trunk with Windows 7, Maven 3.0.4, Ant 1.8.3, Java 
jdk1.7.0_09, mysql 5.5 and apache-tomcat-7.0.33.

Please provide any additional information below.

Original issue reported on code.google.com by esad....@gmail.com on 27 Nov 2012 at 5:51