o updated maven-reporting-impl version to match Doxia update

o removed configuration already inherited from parent

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1164679 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2011-09-02 19:59:25 +00:00
parent b4717f0c9a
commit eee0b9c069
1 changed files with 2 additions and 17 deletions

View File

@ -27,7 +27,6 @@
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId> <artifactId>maven-plugin-plugin</artifactId>
<version>2.10-SNAPSHOT</version> <version>2.10-SNAPSHOT</version>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
@ -104,6 +103,7 @@
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>
<dependencies> <dependencies>
<!-- doxia --> <!-- doxia -->
<dependency> <dependency>
@ -177,7 +177,7 @@
<dependency> <dependency>
<groupId>org.apache.maven.reporting</groupId> <groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-impl</artifactId> <artifactId>maven-reporting-impl</artifactId>
<version>2.0.5</version> <version>2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven.reporting</groupId> <groupId>org.apache.maven.reporting</groupId>
@ -212,15 +212,6 @@
<stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL> <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/plugins/${project.artifactId}-${project.version}</stagingSiteURL>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.codehaus.modello</groupId> <groupId>org.codehaus.modello</groupId>
<artifactId>modello-maven-plugin</artifactId> <artifactId>modello-maven-plugin</artifactId>
@ -236,7 +227,6 @@
<models> <models>
<model>src/main/mdo/pluginRequirements.mdo</model> <model>src/main/mdo/pluginRequirements.mdo</model>
</models> </models>
<useJava5>true</useJava5>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
@ -288,14 +278,9 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-invoker-plugin</artifactId> <artifactId>maven-invoker-plugin</artifactId>
<version>1.5</version>
<configuration> <configuration>
<debug>true</debug>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo> <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
<preBuildHookScript>setup</preBuildHookScript>
<postBuildHookScript>verify</postBuildHookScript>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath> <localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<settingsFile>src/it/settings.xml</settingsFile>
<filterProperties> <filterProperties>
<sitePluginVersion>3.0</sitePluginVersion> <sitePluginVersion>3.0</sitePluginVersion>
</filterProperties> </filterProperties>