Skip testsuite-osgi-exam tests during release

This commit is contained in:
Trustin Lee 2013-02-14 12:43:16 -08:00
parent 27e0ec1586
commit 31f5b7b86c

View File

@ -197,6 +197,17 @@
</dependencies>
<!-- This test is guaranteed to fail during the release phase; skip'em all -->
<profiles>
<profile>
<id>release</id>
<properties>
<skipITs>true</skipITs>
<skipTests>true</skipTests>
</properties>
</profile>
</profiles>
<build>
<plugins>
@ -273,8 +284,8 @@
<skip>true</skip>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
@ -304,7 +315,5 @@
</plugin>
</plugins>
</pluginManagement>
</build>
</project>