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> <artifactId>spdy-jetty-http-webapp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>Jetty :: SPDY :: Jetty HTTP Web Application</name> <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> <build>
<plugins> <plugins>
<plugin> <plugin>
@ -45,6 +43,5 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</profile> -->
</profiles>
</project> </project>

View File

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

View File

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