Rename verify -> testsuite-osgi / Ensure testsuite-osgi runs without ~/.m2/settings.xml changes

This commit is contained in:
Trustin Lee 2013-02-14 11:27:26 -08:00
parent 1f3068fc6a
commit c457c3e6d6
26 changed files with 32 additions and 19 deletions

View File

@ -86,7 +86,10 @@
<module>handler</module> <module>handler</module>
<module>example</module> <module>example</module>
<module>testsuite</module> <module>testsuite</module>
<!-- add "verify" back after karaf release --> <!--
<module>testsuite-osgi</module>
<module>microbench</module>
-->
<module>all</module> <module>all</module>
<module>tarball</module> <module>tarball</module>
</modules> </modules>

View File

@ -24,21 +24,20 @@
<version>4.0.0.Beta1-SNAPSHOT</version> <version>4.0.0.Beta1-SNAPSHOT</version>
</parent> </parent>
<artifactId>netty-verify</artifactId> <artifactId>netty-testsuite-osgi-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Netty/Verify</name> <name>Netty/Testsuite/OSGi</name>
<description>parent for build constrains modules</description> <description>parent for build constrains modules</description>
<modules> <modules>
<module>verify-osgi-split</module> <module>testsuite-osgi-split</module>
<module>verify-osgi-deps</module> <module>testsuite-osgi-deps</module>
<module>verify-osgi-exam</module> <module>testsuite-osgi-exam</module>
</modules> </modules>
<build> <build>
<plugins> <plugins>
<!-- do not deploy this artifact --> <!-- do not deploy this artifact -->
<plugin> <plugin>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
@ -48,5 +47,4 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>

View File

@ -20,16 +20,29 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-verify</artifactId> <artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version> <version>4.0.0.Beta1-SNAPSHOT</version>
</parent> </parent>
<artifactId>netty-verify-osgi-deps</artifactId> <artifactId>netty-testsuite-osgi-deps</artifactId>
<packaging>feature</packaging> <packaging>feature</packaging>
<name>Netty/Verify/OSGi/Deps</name> <name>Netty/Testsuite/OSGi/Deps</name>
<description>verify osgi compliance: all transitive dependencies must be osgi bundles</description> <description>verify osgi compliance: all transitive dependencies must be osgi bundles</description>
<pluginRepositories>
<pluginRepository>
<id>asf</id>
<url>http://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<dependencies> <dependencies>
<!-- MAIN --> <!-- MAIN -->
@ -98,7 +111,7 @@
<!-- file/text conversion --> <!-- file/text conversion -->
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>1.3.2</version> <version>1.3.2</version>
<scope>test</scope> <scope>test</scope>

View File

@ -20,14 +20,14 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-verify</artifactId> <artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version> <version>4.0.0.Beta1-SNAPSHOT</version>
</parent> </parent>
<artifactId>netty-verify-osgi-exam</artifactId> <artifactId>netty-testsuite-osgi-exam</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>Netty/Verify/OSGi/Exam</name> <name>Netty/Testsuite/OSGi/Exam</name>
<description>verify osgi compliance: run tests inside osgi framework</description> <description>verify osgi compliance: run tests inside osgi framework</description>
<properties> <properties>

View File

@ -20,14 +20,14 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-verify</artifactId> <artifactId>netty-testsuite-osgi-parent</artifactId>
<version>4.0.0.Beta1-SNAPSHOT</version> <version>4.0.0.Beta1-SNAPSHOT</version>
</parent> </parent>
<artifactId>netty-verify-osgi-split</artifactId> <artifactId>netty-testsuite-osgi-split</artifactId>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<name>Netty/Verify/OSGi/Split</name> <name>Netty/Testsuite/OSGi/Split</name>
<description>verify osgi compliance: prohibit split packages</description> <description>verify osgi compliance: prohibit split packages</description>
<dependencies> <dependencies>
@ -113,5 +113,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>