Author: hboutemy Date: Sat Feb 19 16:35:14 2011 New Revision: 1072380 URL: http://svn.apache.org/viewvc?rev=1072380&view=rev Log: updated parent pom to latest maven-parent
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml Modified: maven/doxia/doxia-sitetools/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1072380&r1=1072379&r2=1072380&view=diff ============================================================================== --- maven/doxia/doxia-sitetools/trunk/pom.xml (original) +++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Feb 19 16:35:14 2011 @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>18</version> + <version>19</version> <relativePath>../../pom/maven/pom.xml</relativePath> </parent> @@ -234,24 +234,8 @@ under the License. </plugin> <!-- TODO need to upgrade to last version or Maven parent version --> <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-maven-plugin</artifactId> - <version>1.3.5</version> - </plugin> - <plugin> - <groupId>org.codehaus.modello</groupId> - <artifactId>modello-maven-plugin</artifactId> - <version>1.1</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.4.2</version> - </plugin> - <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> - <version>2.2.2</version> <configuration> <comparisonVersion>1.1</comparisonVersion> </configuration> @@ -270,15 +254,14 @@ under the License. <tagletArtifacts> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-javadoc</artifactId> - <version>1.0</version> + <artifactId>plexus-component-javadoc</artifactId> + <version>1.5.5</version> </tagletArtifact> </tagletArtifacts> </configuration> </plugin> <plugin> <artifactId>maven-site-plugin</artifactId> - <version>2.2</version> <configuration> <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools-${project.version}</stagingSiteURL> </configuration> @@ -295,21 +278,17 @@ under the License. <goals> <goal>check</goal> </goals> + <configuration> + <excludes> + <exclude>org/apache/maven/doxia/site/decoration/*</exclude> + </excludes> + </configuration> </execution> </executions> </plugin> </plugins> </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.3.1</version> - </plugin> - </plugins> - </reporting> - <profiles> <profile> <id>reporting</id> @@ -328,22 +307,12 @@ under the License. <tagletArtifacts> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-javadoc</artifactId> - <version>1.0</version> + <artifactId>plexus-component-javadoc</artifactId> + <version>1.5.5</version> </tagletArtifact> </tagletArtifacts> </configuration> </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>http://svn.apache.org/repos/asf/maven/doxia/doxia/trunk/src/main/resources/config/doxia_checkstyle.xml</configLocation> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - </plugin> </plugins> </reporting> </profile> @@ -379,8 +348,8 @@ under the License. <tagletArtifacts> <tagletArtifact> <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-javadoc</artifactId> - <version>1.0</version> + <artifactId>plexus-component-javadoc</artifactId> + <version>1.5.5</version> </tagletArtifact> </tagletArtifacts> </configuration>