Author: akarasulu
Date: Mon Jan 8 16:57:09 2007
New Revision: 494283
URL: http://svn.apache.org/viewvc?view=rev&rev=494283
Log:
make it so we fork test cases
Modified:
directory/trunks/apacheds/server-unit/pom.xml
Modified: directory/trunks/apacheds/server-unit/pom.xml
URL: http://svn.apache.org/viewvc/directory/trunks/apacheds/server-unit/pom.xml?view=diff&rev=494283&r1=494282&r2=494283
==============================================================================
--- directory/trunks/apacheds/server-unit/pom.xml (original)
+++ directory/trunks/apacheds/server-unit/pom.xml Mon Jan 8 16:57:09 2007
@@ -108,6 +108,17 @@
<activation>
<property><name>integration</name></property>
</activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <forkMode>pertest</forkMode>
+ <!-- <argLine>-agentlib:yjpagent</argLine> -->
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</profile>
</profiles>
</project>
|