disabling spdy tests on release and commenting out jetty maven plugin usage

This commit is contained in:
Jesse McConnell 2012-03-07 15:08:05 -06:00
parent 0284e5e9d5
commit 3134984bb2
3 changed files with 9 additions and 20 deletions

View File

@ -10,10 +10,8 @@
<artifactId>spdy-jetty-http-webapp</artifactId>
<packaging>war</packaging>
<name>Jetty :: SPDY :: Jetty HTTP Web Application</name>
<profiles>
<!-- this profile requires that the codehaus npn-boot artifact be built. -->
<profile>
<id>spdy-tests</id>
<!--
<build>
<plugins>
<plugin>
@ -45,6 +43,5 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
-->
</project>

View File

@ -14,24 +14,20 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<argLine>-Xbootclasspath/p:${settings.localRepository}/org/mortbay/jetty/npn/npn-boot/${project.version}/npn-boot-${project.version}.jar </argLine>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<!-- this profile requires that the codehaus npn-boot artifact be built. -->
<profile>
<id>spdy-tests</id>
<id>eclipse-release</id>
<build>
<plugins>
<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>
<skip>true</skip>
</configuration>
</plugin>
</plugins>

View File

@ -14,24 +14,20 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<argLine>-Xbootclasspath/p:${settings.localRepository}/org/mortbay/jetty/npn/npn-boot/${project.version}/npn-boot-${project.version}.jar </argLine>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<!-- this profile requires that the codehaus npn-boot artifact be built. -->
<profile>
<id>spdy-tests</id>
<id>eclipse-release</id>
<build>
<plugins>
<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>
<skip>true</skip>
</configuration>
</plugin>
</plugins>