Issue Details (XML | Word | Printable)

Key: MULE-3237
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Dirk Olmes
Reporter: Denis Kranjcec
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Mule

LoanBroaker pom.xml - missing Apache m2-incubating-repository

Created: 17/Apr/08 09:42 AM   Updated: 18/Apr/08 02:03 AM
Component/s: Examples / Tutorials
Affects Version/s: 2.0.0
Fix Version/s: 2.0.1

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Labels:
User impact: Low


 Description  « Hide
With loanbroker pom.xml this error is thrown:
Missing:
----------
1) org.apache.activemq:activemq-core:jar:4.1.0-incubator

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.1.0-incubator -Dpackaging=jar -Dfile=/pa
th/to/file

Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.activemq -DartifactId=activemq-core -Dversion=4.1.0-incubator -Dpackaging=jar -Dfile=/path
/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.mule.examples:mule-example-loanbroker-esb:jar:1.0
2) org.apache.activemq:activemq-core:jar:4.1.0-incubator

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

for artifact:
org.mule.examples:mule-example-loanbroker-esb:jar:1.0

from the specified remote repositories:
spring-snapshot (http://s3.amazonaws.com/maven.springframework.org/snapshot),
spring-milestone (http://s3.amazonaws.com/maven.springframework.org/milestone),
java.net (http://download.java.net/maven/1/),
codehaus (http://repository.codehaus.org),
codehaus-snapshots (http://snapshots.repository.codehaus.org),
central (http://repo1.maven.org/maven2)

After adding:
<repository>
<id>apache-m2-incubating-repository</id>
<name>Apache m2-incubating-repository</name>
<url>http://people.apache.org/repo/m2-incubating-repository/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
to pom.xml, org.apache.activemq:activemq-core:jar:4.1.0-incubator was downloaded.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Andrew Perepelytsya added a comment - 17/Apr/08 09:50 AM
What? Have they screwed up the repo again?

Dirk Olmes added a comment - 17/Apr/08 09:54 AM
Keeping this issue open because using the amq repo seems like the right thing to to instead of duplicating the dependencies in our third party repository.