Author: davsclaus Date: Wed Dec 7 04:53:18 2011 New Revision: 1211302 URL: http://svn.apache.org/viewvc?rev=1211302&view=rev Log: Polished pom.xml names to make integration tests groupeded together and easier to spot in CI server overviews.
Modified: camel/trunk/tests/camel-itest-karaf/pom.xml camel/trunk/tests/camel-itest-osgi/pom.xml camel/trunk/tests/camel-itest/pom.xml camel/trunk/tests/camel-partial-classpath-test/pom.xml camel/trunk/tests/camel-typeconverterscan-test/pom.xml camel/trunk/tests/pom.xml camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml camel/trunk/tests/test-bundles/pom.xml Modified: camel/trunk/tests/camel-itest-karaf/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-karaf/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/camel-itest-karaf/pom.xml (original) +++ camel/trunk/tests/camel-itest-karaf/pom.xml Wed Dec 7 04:53:18 2011 @@ -30,7 +30,7 @@ </parent> <artifactId>camel-itest-karaf</artifactId> - <name>Camel :: Karaf Integration Tests</name> + <name>Camel :: Integration Tests :: Karaf</name> <description>Performs Karaf compliance integration tests</description> <dependencies> Modified: camel/trunk/tests/camel-itest-osgi/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/camel-itest-osgi/pom.xml (original) +++ camel/trunk/tests/camel-itest-osgi/pom.xml Wed Dec 7 04:53:18 2011 @@ -29,7 +29,7 @@ </parent> <artifactId>camel-itest-osgi</artifactId> - <name>Camel :: OSGi Integration Tests</name> + <name>Camel :: Integration Tests :: OSGi</name> <description>Performs OSGi compliance integration tests</description> <repositories> Modified: camel/trunk/tests/camel-itest/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/camel-itest/pom.xml (original) +++ camel/trunk/tests/camel-itest/pom.xml Wed Dec 7 04:53:18 2011 @@ -29,7 +29,7 @@ </parent> <artifactId>camel-itest</artifactId> - <name>Camel :: Integration Tests</name> + <name>Camel :: Integration Tests :: Non OSGi</name> <description>Performs cross component integration tests</description> <repositories> Modified: camel/trunk/tests/camel-partial-classpath-test/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-partial-classpath-test/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/camel-partial-classpath-test/pom.xml (original) +++ camel/trunk/tests/camel-partial-classpath-test/pom.xml Wed Dec 7 04:53:18 2011 @@ -29,7 +29,7 @@ </parent> <artifactId>camel-partial-classpath-test</artifactId> - <name>Camel :: Partial Classpath Tests</name> + <name>Camel :: Integration Tests :: Partial Classpath</name> <description>Performs integration tests with incomplete classpaths</description> <dependencies> Modified: camel/trunk/tests/camel-typeconverterscan-test/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-typeconverterscan-test/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/camel-typeconverterscan-test/pom.xml (original) +++ camel/trunk/tests/camel-typeconverterscan-test/pom.xml Wed Dec 7 04:53:18 2011 @@ -29,7 +29,7 @@ </parent> <artifactId>camel-typeconverterscan-test</artifactId> - <name>Camel :: TypeConverter Scan Tests</name> + <name>Camel :: Integration Tests :: TypeConverter Scan</name> <description>Tests the type converter package scanning</description> <dependencies> Modified: camel/trunk/tests/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/pom.xml (original) +++ camel/trunk/tests/pom.xml Wed Dec 7 04:53:18 2011 @@ -27,8 +27,8 @@ </parent> <artifactId>tests</artifactId> - <name>Camel :: Tests</name> - <description>Camel Tests</description> + <name>Camel :: Integration Tests</name> + <description>Camel Integration Tests</description> <packaging>pom</packaging> <modules> Modified: camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml (original) +++ camel/trunk/tests/test-bundles/mock-javamail_1.7/pom.xml Wed Dec 7 04:53:18 2011 @@ -30,7 +30,7 @@ <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId> <version>2.9-SNAPSHOT</version> <packaging>bundle</packaging> - <name>Camel :: Test Bundles: ${pkgArtifactId}-${pkgVersion}</name> + <name>Camel :: Integration Tests :: Test Bundles: ${pkgArtifactId}-${pkgVersion}</name> <description> This bundle simply wraps ${pkgArtifactId}-${pkgVersion}.jar. </description> Modified: camel/trunk/tests/test-bundles/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=1211302&r1=1211301&r2=1211302&view=diff ============================================================================== --- camel/trunk/tests/test-bundles/pom.xml (original) +++ camel/trunk/tests/test-bundles/pom.xml Wed Dec 7 04:53:18 2011 @@ -31,7 +31,7 @@ <artifactId>bundles-pom</artifactId> <packaging>pom</packaging> <version>2.9-SNAPSHOT</version> - <name>Camel :: Tests Bundles</name> + <name>Camel :: Integration Tests :: Test Bundles</name> <properties> <servicemix.legal.version>1.0</servicemix.legal.version>