You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/08/05 17:25:05 UTC

[maven-dependency-plugin] branch master updated: IT purge-local-repository-include only works with M3.1.0+

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 53ac380  IT purge-local-repository-include only works with M3.1.0+
53ac380 is described below

commit 53ac3809bb990951d034ed025945355672fd633d
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Aug 5 19:24:59 2018 +0200

    IT purge-local-repository-include only works with M3.1.0+
---
 src/it/projects/purge-local-repository-include/invoker.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/it/projects/purge-local-repository-include/invoker.properties b/src/it/projects/purge-local-repository-include/invoker.properties
index 43a3c45..5feb77e 100644
--- a/src/it/projects/purge-local-repository-include/invoker.properties
+++ b/src/it/projects/purge-local-repository-include/invoker.properties
@@ -16,3 +16,4 @@
 # under the License.
 
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:resolve ${project.groupId}:${project.artifactId}:${project.version}:purge-local-repository
+invoker.maven.version = 3.1.0+
\ No newline at end of file