Author: davsclaus Date: Wed Dec 7 05:05:43 2011 New Revision: 1211303 URL: http://svn.apache.org/viewvc?rev=1211303&view=rev Log: Polished pom.xml names to group and make CI overview easier to spot.
Modified: camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml camel/trunk/tooling/maven/camel-maven-plugin/pom.xml camel/trunk/tooling/maven/guice-maven-plugin/pom.xml camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml camel/trunk/tooling/maven/pom.xml Modified: camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml?rev=1211303&r1=1211302&r2=1211303&view=diff ============================================================================== --- camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml (original) +++ camel/trunk/tooling/archetypes/camel-archetype-java/pom.xml Wed Dec 7 05:05:43 2011 @@ -29,7 +29,7 @@ <groupId>org.apache.camel.archetypes</groupId> <artifactId>camel-archetype-java</artifactId> - <name>Camel :: Archetypes :: Router</name> + <name>Camel :: Archetypes :: Java Router</name> <description>Creates a new Camel project using Java DSL.</description> <packaging>maven-archetype</packaging> Modified: camel/trunk/tooling/maven/camel-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/camel-maven-plugin/pom.xml?rev=1211303&r1=1211302&r2=1211303&view=diff ============================================================================== --- camel/trunk/tooling/maven/camel-maven-plugin/pom.xml (original) +++ camel/trunk/tooling/maven/camel-maven-plugin/pom.xml Wed Dec 7 05:05:43 2011 @@ -27,7 +27,8 @@ <artifactId>camel-maven-plugin</artifactId> <packaging>maven-plugin</packaging> - <name>Camel :: Maven Camel Plugin</name> + <name>Maven Plugins :: Camel Maven Run</name> + <description>Maven plugin to run Camel standalone</description> <dependencies> <dependency> Modified: camel/trunk/tooling/maven/guice-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/guice-maven-plugin/pom.xml?rev=1211303&r1=1211302&r2=1211303&view=diff ============================================================================== --- camel/trunk/tooling/maven/guice-maven-plugin/pom.xml (original) +++ camel/trunk/tooling/maven/guice-maven-plugin/pom.xml Wed Dec 7 05:05:43 2011 @@ -27,7 +27,8 @@ <artifactId>guice-maven-plugin</artifactId> <packaging>maven-plugin</packaging> - <name>Camel :: Maven Guice Plugin</name> + <name>Maven Plugins :: Camel Maven Guice</name> + <description>Maven plugin to run Camel with Guice</description> <dependencies> <dependency> Modified: camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml?rev=1211303&r1=1211302&r2=1211303&view=diff ============================================================================== --- camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml (original) +++ camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml Wed Dec 7 05:05:43 2011 @@ -27,7 +27,8 @@ <artifactId>maven-html-to-pdf</artifactId> <packaging>maven-plugin</packaging> - <name>Camel :: Html to Pdf Plugin</name> + <name>Maven Plugins :: Camel Manual Plugin</name> + <description>Maven plugin to generate the Camel manual by converting html to pdf document</description> <dependencies> <dependency> Modified: camel/trunk/tooling/maven/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tooling/maven/pom.xml?rev=1211303&r1=1211302&r2=1211303&view=diff ============================================================================== --- camel/trunk/tooling/maven/pom.xml (original) +++ camel/trunk/tooling/maven/pom.xml Wed Dec 7 05:05:43 2011 @@ -27,7 +27,7 @@ </parent> <artifactId>maven-plugins</artifactId> - <name>Camel :: Maven Plugins</name> + <name>Maven Plugins</name> <description>Camel Maven Plugins</description> <packaging>pom</packaging> @@ -72,7 +72,7 @@ <links> <link>http://download.oracle.com/javase/6/docs/api/</link> <link>http://download.oracle.com/javaee/6/api/</link> - <link>http://static.springsource.org/spring/docs/3.0.5.RELEASE/api/</link> + <link>http://static.springsource.org/spring/docs/3.0.6.RELEASE/api/</link> </links> <stylesheetfile>${basedir}/../../../etc/css/stylesheet.css</stylesheetfile> <linksource>true</linksource>