You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2008/09/25 08:52:24 UTC

svn commit: r698839 - /jackrabbit/branches/1.4/jackrabbit-jcr-server/pom.xml

Author: angela
Date: Wed Sep 24 23:52:24 2008
New Revision: 698839

URL: http://svn.apache.org/viewvc?rev=698839&view=rev
Log:
prepare release for jackrabbit-jcr-server_1.4.1 
- set project version number
- include surefire plugin for the test cases

Modified:
    jackrabbit/branches/1.4/jackrabbit-jcr-server/pom.xml

Modified: jackrabbit/branches/1.4/jackrabbit-jcr-server/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-jcr-server/pom.xml?rev=698839&r1=698838&r2=698839&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-jcr-server/pom.xml (original)
+++ jackrabbit/branches/1.4/jackrabbit-jcr-server/pom.xml Wed Sep 24 23:52:24 2008
@@ -32,6 +32,7 @@
     <version>1.4</version>
   </parent>
   <artifactId>jackrabbit-jcr-server</artifactId>
+  <version>1.4.1</version>
   <name>Jackrabbit JCR Server</name>
   <description>WebDAV server implementations for JCR</description>
 
@@ -54,6 +55,18 @@
         </includes>
       </resource>
     </resources>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <includes>
+            <include>**/*Test.java</include>
+          </includes>
+          <forkMode>once</forkMode>
+          <argLine>-Xmx128m -enableassertions</argLine>
+        </configuration>
+      </plugin>
+    </plugins>
   </build>
 
   <dependencies>