Rename verify -> testsuite-osgi / Ensure testsuite-osgi runs without ~/.m2/settings.xml changes
This commit is contained in:
parent
1f3068fc6a
commit
c457c3e6d6
5
pom.xml
5
pom.xml
@ -86,7 +86,10 @@
|
||||
<module>handler</module>
|
||||
<module>example</module>
|
||||
<module>testsuite</module>
|
||||
<!-- add "verify" back after karaf release -->
|
||||
<!--
|
||||
<module>testsuite-osgi</module>
|
||||
<module>microbench</module>
|
||||
-->
|
||||
<module>all</module>
|
||||
<module>tarball</module>
|
||||
</modules>
|
||||
|
@ -24,21 +24,20 @@
|
||||
<version>4.0.0.Beta1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netty-verify</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>Netty/Verify</name>
|
||||
<name>Netty/Testsuite/OSGi</name>
|
||||
<description>parent for build constrains modules</description>
|
||||
|
||||
<modules>
|
||||
<module>verify-osgi-split</module>
|
||||
<module>verify-osgi-deps</module>
|
||||
<module>verify-osgi-exam</module>
|
||||
<module>testsuite-osgi-split</module>
|
||||
<module>testsuite-osgi-deps</module>
|
||||
<module>testsuite-osgi-exam</module>
|
||||
</modules>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
|
||||
<!-- do not deploy this artifact -->
|
||||
<plugin>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
@ -48,5 +47,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
@ -20,16 +20,29 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-verify</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-parent</artifactId>
|
||||
<version>4.0.0.Beta1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netty-verify-osgi-deps</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-deps</artifactId>
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<!-- MAIN -->
|
||||
@ -98,7 +111,7 @@
|
||||
|
||||
<!-- file/text conversion -->
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>1.3.2</version>
|
||||
<scope>test</scope>
|
@ -20,14 +20,14 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-verify</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-parent</artifactId>
|
||||
<version>4.0.0.Beta1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netty-verify-osgi-exam</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-exam</artifactId>
|
||||
<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>
|
||||
|
||||
<properties>
|
@ -20,14 +20,14 @@
|
||||
|
||||
<parent>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty-verify</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-parent</artifactId>
|
||||
<version>4.0.0.Beta1-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>netty-verify-osgi-split</artifactId>
|
||||
<artifactId>netty-testsuite-osgi-split</artifactId>
|
||||
<packaging>bundle</packaging>
|
||||
|
||||
<name>Netty/Verify/OSGi/Split</name>
|
||||
<name>Netty/Testsuite/OSGi/Split</name>
|
||||
<description>verify osgi compliance: prohibit split packages</description>
|
||||
|
||||
<dependencies>
|
||||
@ -113,5 +113,4 @@
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user