Change By: Arjen Duursma (15/May/12 08:06)
Description: Artifactory doesn't by default serve artifacts that have a path inconsistancy in it's repository.  The used maven-shade-plugin version 1.4 used by camel 2.10.0-SNAPSHOT depends on such a component.  this is fixed in version 1.6

I was unable to add an attachement, so here is the patch inline: 

### Eclipse Workspace Patch 1.0
#P camel
Index: parent/pom.xml
===================================================================
--- parent/pom.xml (revision 1338042)
+++ parent/pom.xml (working copy)
@@ -1684,7 +1684,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>1.4</version>
+          <version>1.6</version>
         </plugin>
 
         <plugin>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to