You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by al...@apache.org on 2012/12/17 16:17:02 UTC

svn commit: r1422974 - in /jackrabbit/trunk/jackrabbit-core: assembly.xml pom.xml

Author: alexparvulescu
Date: Mon Dec 17 15:17:01 2012
New Revision: 1422974

URL: http://svn.apache.org/viewvc?rev=1422974&view=rev
Log:
JCR-3479 Remove logback log config from jr-core tests jar

Removed:
    jackrabbit/trunk/jackrabbit-core/assembly.xml
Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=1422974&r1=1422973&r2=1422974&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Mon Dec 17 15:17:01 2012
@@ -74,7 +74,7 @@
           <includes>
             <include>**/*TestAll.java</include>
           </includes>
-          <argLine>-Xmx256m</argLine>
+          <argLine>-Xmx512m</argLine>
           <systemProperties>
             <property>
               <name>java.awt.headless</name>
@@ -154,22 +154,23 @@ org.apache.jackrabbit.core.data.GarbageC
           </excludes>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <executions>
-          <execution>
-            <phase>package</phase>
-            <goals>
-              <goal>single</goal>
-            </goals>
-            <configuration>
-              <descriptors>
-                <descriptor>assembly.xml</descriptor>
-              </descriptors>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
+     <plugin>
+       <groupId>org.apache.maven.plugins</groupId>
+       <artifactId>maven-jar-plugin</artifactId>
+       <version>2.4</version>
+       <configuration>
+          <excludes>
+            <exclude>logback-test.xml</exclude>
+          </excludes>
+       </configuration>
+       <executions>
+         <execution>
+           <goals>
+             <goal>test-jar</goal>
+           </goals>
+         </execution>
+       </executions>
+     </plugin>
     </plugins>
     <resources>
       <resource>