You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2016/12/27 22:55:36 UTC

svn commit: r1776212 - /maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties

Author: schulte
Date: Tue Dec 27 22:55:36 2016
New Revision: 1776212

URL: http://svn.apache.org/viewvc?rev=1776212&view=rev
Log:
[MNG-5761] Dependency management is not transitive.

o Updated to disable this IT for Maven >= 3.4. As long as the model
  version 5.0.0 PDT file is not implemented, it makes no sense to 
  assert resolution results to remain permanent accross decades of
  Maven versions.


Modified:
    maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties

Modified: maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties?rev=1776212&r1=1776211&r2=1776212&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties (original)
+++ maven/plugins/trunk/maven-dependency-plugin/src/it/projects/tree/invoker.properties Tue Dec 27 22:55:36 2016
@@ -16,3 +16,4 @@
 # under the License.
 
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:tree
+invoker.maven.version = !3.4+