make sure tests run with profile

This commit is contained in:
Jesse McConnell 2012-03-07 14:16:36 -06:00
parent 313475576b
commit 0284e5e9d5
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
<argLine>
-Xbootclasspath/p:${settings.localRepository}/org/mortbay/jetty/npn/npn-boot/${project.version}/npn-boot-${project.version}.jar
</argLine>

View File

@ -28,6 +28,7 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
<argLine>
-Xbootclasspath/p:${settings.localRepository}/org/mortbay/jetty/npn/npn-boot/${project.version}/npn-boot-${project.version}.jar
</argLine>