You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:26:54 UTC

[sling-tooling-jenkins] 14/27: @releng removing intermediate parent pom and adding the modules to the reactor

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

rombert pushed a commit to annotated tag org.apache.sling.performance.base-0.0.2
in repository https://gitbox.apache.org/repos/asf/sling-tooling-jenkins.git

commit defc4ef27b069f44ab55cc2923973cb99bed57b6
Author: Antonio Sanso <as...@apache.org>
AuthorDate: Thu May 15 10:20:08 2014 +0000

    @releng removing intermediate parent pom and adding the modules to the reactor
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/performance/base@1594849 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c02e8db..a4c6ce6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,8 +22,9 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
-        <artifactId>sling-performance-tests</artifactId>
-        <version>0.0.1-SNAPSHOT</version>
+        <artifactId>sling</artifactId>
+        <version>19</version>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.performance.base</artifactId>
@@ -107,4 +108,15 @@
             <scope>compile</scope>
         </dependency>
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                   <argLine>-Xms256m -Xmx1024m -XX:MaxPermSize=512m</argLine>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.