You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Mario Lukica (JIRA)" <ji...@apache.org> on 2008/06/12 10:52:02 UTC

[jira] Commented: (AMQ-1745) Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel

    [ https://issues.apache.org/activemq/browse/AMQ-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43425#action_43425 ] 

Mario Lukica commented on AMQ-1745:
-----------------------------------

Robs solution requires no patch. Checkout camel trunk, mvn install it, and then mvn install activemq trunk.

> Maven 2.0.9 fails to build activemq 5.2 , artifacts missing related to camel
> ----------------------------------------------------------------------------
>
>                 Key: AMQ-1745
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1745
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>         Environment: Redhat Linux , jdk 1.5.0_06
>            Reporter: Hari
>         Attachments: amq-1745.patch
>
>
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -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.apache.camel -DartifactId=camel-jms -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-jms:jar:1.4-SNAPSHOT
> 2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.camel -DartifactId=camel-spring -Dversion=1.4-SNAPSHOT -Dclassifier=tests -Dpackaging=test-jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-spring:test-jar:tests:1.4-SNAPSHOT
> 3) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -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.apache.camel -DartifactId=camel-swing -Dversion=1.4-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.activemq:activemq-core:bundle:5.2-SNAPSHOT
>         2) org.apache.camel:camel-swing:jar:1.4-SNAPSHOT
> ----------
> 3 required artifacts are missing.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.