You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2017/02/01 21:55:27 UTC

svn commit: r1781319 - /webservices/axiom/trunk/pom.xml

Author: veithen
Date: Wed Feb  1 21:55:27 2017
New Revision: 1781319

URL: http://svn.apache.org/viewvc?rev=1781319&view=rev
Log:
Upgrade maven-jar-plugin in an attempt to fix a sporadic OOM error.

Modified:
    webservices/axiom/trunk/pom.xml

Modified: webservices/axiom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/pom.xml?rev=1781319&r1=1781318&r2=1781319&view=diff
==============================================================================
--- webservices/axiom/trunk/pom.xml (original)
+++ webservices/axiom/trunk/pom.xml Wed Feb  1 21:55:27 2017
@@ -700,6 +700,10 @@
                     <version>2.3.2</version>
                 </plugin>
                 <plugin>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>3.0.2</version>
+                </plugin>
+                <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.10.3</version>
                     <configuration>