Author: felixk Date: Thu Sep 8 21:35:59 2011 New Revision: 1166916 URL: http://svn.apache.org/viewvc?rev=1166916&view=rev Log: - Make Maven happy and add an empty <relativePath> - No need to define groupId twice, it's inherited from the parent - Use released maven-site-plugin - Fix ciManagement - Prerequisite Java 1.6 - Update dependencies - Update plugins - Remove unused but declared dependencies
Modified: james/mailet/maven-mailetdocs-plugin/trunk/pom.xml Modified: james/mailet/maven-mailetdocs-plugin/trunk/pom.xml URL: http://svn.apache.org/viewvc/james/mailet/maven-mailetdocs-plugin/trunk/pom.xml?rev=1166916&r1=1166915&r2=1166916&view=diff ============================================================================== --- james/mailet/maven-mailetdocs-plugin/trunk/pom.xml (original) +++ james/mailet/maven-mailetdocs-plugin/trunk/pom.xml Thu Sep 8 21:35:59 2011 @@ -23,8 +23,8 @@ <groupId>org.apache.james</groupId> <artifactId>james-project</artifactId> <version>1.6</version> + <relativePath></relativePath> </parent> - <groupId>org.apache.james</groupId> <artifactId>maven-mailetdocs-plugin</artifactId> <name>Mailetdocs Maven Plugin</name> <url>http://james.apache.org/mailet/maven-mailetdocs-plugin/</url> @@ -38,7 +38,7 @@ </description> <properties> - <target.jdk>1.5</target.jdk> + <target.jdk>1.6</target.jdk> </properties> <distributionManagement> @@ -48,6 +48,11 @@ </site> </distributionManagement> + <ciManagement> + <system>Jenkins</system> + <url>https://builds.apache.org/view/G-L/view/James/</url> + </ciManagement> + <issueManagement> <system>JIRA</system> <url>http://issues.apache.org/jira/browse/MAILETDOCS</url> @@ -70,34 +75,29 @@ </repositories> <dependencies> <dependency> + <groupId>org.apache.maven.artifact</groupId> + <artifactId>maven-artifact</artifactId> + <version>3.0-alpha-1</version> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> - <version>2.0</version> + <version>3.0.3</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.0.4.3</version> + <version>2.1</version> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>2.0.9</version> - </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>2.0.1</version> + <version>3.0</version> </dependency> <dependency> <groupId>org.apache.james</groupId> <artifactId>apache-mailet</artifactId> - <version>2.4</version> - </dependency> - <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4.3</version> + <version>2.5-SNAPSHOT</version> </dependency> <dependency> <groupId>commons-collections</groupId> @@ -107,13 +107,7 @@ <dependency> <groupId>com.thoughtworks.qdox</groupId> <artifactId>qdox</artifactId> - <version>1.6.3</version> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> + <version>1.12</version> </dependency> </dependencies> @@ -138,12 +132,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>2.7</version> + <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-remote-resources-plugin</artifactId> - <version>1.2</version> + <version>1.2.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -153,22 +147,32 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> - <version>2.3.1</version> + <version>2.3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> - <version>2.2</version> + <version>2.3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>3.0</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.8</version> + <version>2.9</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> + <version>2.8</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -178,6 +182,16 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> + <version>2.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + <version>2.3</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> <version>2.4</version> </plugin> <plugin> @@ -387,7 +401,7 @@ <tagletArtifact> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-tools-javadoc</artifactId> - <version>2.7</version> + <version>2.9</version> </tagletArtifact> </configuration> <reportSets> @@ -455,6 +469,23 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-dependency-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>versions-maven-plugin</artifactId> + <reportSets> + <reportSet> + <reports> + <report>dependency-updates-report</report> + <report>plugin-updates-report</report> + <!-- report>property-updates-report</report --> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <configuration> --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org