You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/07/27 12:41:35 UTC

svn commit: r1754267 - /sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml

Author: olli
Date: Wed Jul 27 12:41:35 2016
New Revision: 1754267

URL: http://svn.apache.org/viewvc?rev=1754267&view=rev
Log:
SLING-5901 Build fails with OOME (Maven Source Plugin 3.0.0)

use Maven Source Plugin 3.0.1

Modified:
    sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml

Modified: sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml?rev=1754267&r1=1754266&r2=1754267&view=diff
==============================================================================
--- sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml (original)
+++ sling/trunk/testing/org.apache.sling.testing.paxexam/pom.xml Wed Jul 27 12:41:35 2016
@@ -49,6 +49,15 @@
   </scm>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-source-plugin</artifactId>
+          <version>3.0.1</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>