summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2019-03-06 12:22:21 +0100
committergjoranv <gv@verizonmedia.com>2019-03-06 12:25:43 +0100
commitdd64d974b4808ca7b0096749ccd71b1fcd794c13 (patch)
treebe95fe30ba18e0262aac6a934469e89bd69a2f30 /parent
parent6342e9119f5f75b8277ec92fff7c337ec01be005 (diff)
Upgrade maven-dependency-plugin to 3.1.1
- Build jdisc_core_test test bundles right after compile phase to still allow running 'mvn test'. - Note that 'mvn compile' still fails because the integration_test module tries to copy test jars in that phase.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 8591bf40661..2e0bbf1b3ad 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.10</version>
+ <version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>