Author: hboutemy
Date: Fri Sep  2 19:59:25 2011
New Revision: 1164679

URL: http://svn.apache.org/viewvc?rev=1164679&view=rev
Log:
o updated maven-reporting-impl version to match Doxia update
o removed configuration already inherited from parent

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1164679&r1=1164678&r2=1164679&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Fri Sep  2 19:59:25 
2011
@@ -27,7 +27,6 @@
     <relativePath />
   </parent>
 
-  <groupId>org.apache.maven.plugins</groupId>
   <artifactId>maven-plugin-plugin</artifactId>
   <version>2.10-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
@@ -104,6 +103,7 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
+
   <dependencies>
     <!-- doxia -->
     <dependency>
@@ -177,7 +177,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.5</version>
+      <version>2.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
@@ -213,15 +213,6 @@
         </configuration>
       </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>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
         <executions>
@@ -236,7 +227,6 @@
           <models>
             <model>src/main/mdo/pluginRequirements.mdo</model>
           </models>
-          <useJava5>true</useJava5>
         </configuration>
       </plugin>
     </plugins>
@@ -288,14 +278,9 @@
         <plugins>
           <plugin>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.5</version>
             <configuration>
-              <debug>true</debug>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
-              <preBuildHookScript>setup</preBuildHookScript>
-              <postBuildHookScript>verify</postBuildHookScript>
               
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
-              <settingsFile>src/it/settings.xml</settingsFile>
               <filterProperties>
                 <sitePluginVersion>3.0</sitePluginVersion>
               </filterProperties>


Reply via email to