Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[technology-pmc] [CQ 5236] plexus-utils Version: 1.5.6

http://dev.eclipse.org/ipzilla/show_bug.cgi?id=5236





--- Comment #6 from Jan Sievers <jan.sievers@xxxxxxx>  2011-05-24 09:57:05 ---
basically the the answer is the same as in cq 5238:

the dependency is coming in transitively via maven-deploy-plugin:2.5 in [1]:

[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ testdeploy ---
[INFO] org.eclipse.tycho:testdeploy:jar:0.0.1-SNAPSHOT
[INFO] \- org.apache.maven.plugins:maven-deploy-plugin:jar:2.5:compile
[...]
[INFO]    \- org.codehaus.plexus:plexus-utils:jar:1.5.6:compile

Upgrading to latest available version maven-deploy-plugin:2.6 would still
result in a transitive dependency to org.codehaus.plexus:plexus-utils:jar:1.5.6

---
[1]
https://github.com/sonatype/sonatype-tycho/blob/master/tycho-maven-plugin/src/main/resources/META-INF/plexus/components.xml


-- 
Configure CQmail: http://dev.eclipse.org/ipzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the CQ.


Back to the top