summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-06-28 17:19:17 +0200
committergjoranv <gv@oath.com>2018-06-29 15:09:58 +0200
commit09d2ce09c7e98f0a08e1a4973eab523ca863e877 (patch)
tree79ff534746f6217232d171cffedcb641f4c2d9e0 /parent
parent1766abdb52b09cfc3a7d01e65e15ecea09efe98a (diff)
Java 10: Use latest maven-plugin-plugin
- IllegalArgumentException: Failed to analyze com/yahoo/config/codegen/LeafCNode$NoClassNoDefaultLeafCNode.class
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 a939a40f784..b15a4b13410 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.5</version>
+ <version>3.5.2</version>
<configuration>
<!-- see http://jira.codehaus.org/browse/MNG-5346 -->
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>