[ 
https://issues.apache.org/jira/browse/CAMEL-5275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Christian Müller updated CAMEL-5275:
------------------------------------

          Component/s: build system
    Affects Version/s:     (was: 2.10.0)
                       2.9.2
        Fix Version/s: 2.10.0
    
> Dependencies with inconsitant paths in repository
> -------------------------------------------------
>
>                 Key: CAMEL-5275
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5275
>             Project: Camel
>          Issue Type: Improvement
>          Components: build system
>    Affects Versions: 2.9.2
>         Environment: Artifactory
>            Reporter: Arjen Duursma
>            Assignee: Christian Müller
>            Priority: Minor
>              Labels: patch
>             Fix For: 2.10.0
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> 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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to