Hello,
I'm using Eclipse with SVN and Maven2 plugin. I've checked out spring batch from the repository and tried to run the maven install.
The following problem occured:
30.08.07 13:59:30 CEST: Missing:
1) org.apache.activemq:activemq-core:jar:4.2-incubator-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.activemq -DartifactId=activemq-core \
-Dversion=4.2-incubator-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.springframework.batch:spring-batch-integration:jar:1.0-m2-SNAPSHOT
2) org.apache.activemq:activemq-core:jar:4.2-incubator-SNAPSHOT
1 required artifact is missing.
for artifact:
org.springframework.batch:spring-batch-integration:jar:1.0-m2-SNAPSHOT
from the specified remote repositories:
spring-snapshots (https://springframework.svn.sourcefo...repo-snapshots),
apache-snapshots (http://people.apache.org/maven-snapshot-repository),
central (http://repo1.maven.org/maven2)
How can I fix this?
I have no experience with Maven2 whatsoever yet.
Thanks upfront
Günther


Reply With Quote
