[
https://issues.apache.org/activemq/browse/CAMEL-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51275#action_51275
]
Claus Ibsen commented on CAMEL-1526:
------------------------------------
I get this build error on trunk today this morning after upgrading the Nexus
1.3.3
Running mvn clean install in the root folder.
{code}
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
GroupId: org.ops4j.pax.url
ArtifactId: pax-url-mvn
Version: 0.3.3
Reason: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.ops4j.pax.url
-DartifactId=pax-url-mvn -Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.ops4j.pax.url -DartifactId=pax-url-mvn
-Dversion=0.3.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]
Path to dependency:
1) org.apache.camel.karaf:features:pom:2.0-SNAPSHOT
2) org.apache.servicemix.kernel:apache-servicemix-kernel:pom:1.1.0
3) org.ops4j.pax.url:pax-url-mvn:jar:0.3.3
org.ops4j.pax.url:pax-url-mvn:jar:0.3.3
from the specified remote repositories:
servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo/),
apache.snapshots (http://repository.apache.org/snapshots),
com.springsource.repository.bundles.external
(http://repository.springsource.com/maven/bundles/external),
uface.m2 (http://uface.googlecode.com/svn/maven/),
Nexus (http://localhost:8081/nexus/content/groups/public),
open.iona.m2 (http://repo.open.iona.com/maven2)
{code}
> Add a ServiceMix Kernel features descriptor to Camel
> ----------------------------------------------------
>
> Key: CAMEL-1526
> URL: https://issues.apache.org/activemq/browse/CAMEL-1526
> Project: Apache Camel
> Issue Type: Improvement
> Affects Versions: 2.0-M1
> Reporter: Gert Vanthienen
> Assignee: Gert Vanthienen
> Fix For: 2.0.0
>
>
> ServiceMix 4 already ships with a features descriptor for Apache Camel, but
> it would be better if Camel itself could provide the descriptor instead.
> Cfr.
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td22832099|a22843269
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.