You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/12 18:29:01 UTC

svn commit: r1360757 - /maven/plugins/trunk/maven-doap-plugin/pom.xml

Author: olamy
Date: Thu Jul 12 16:29:00 2012
New Revision: 1360757

URL: http://svn.apache.org/viewvc?rev=1360757&view=rev
Log:
remove configuration inherited from parent

Modified:
    maven/plugins/trunk/maven-doap-plugin/pom.xml

Modified: maven/plugins/trunk/maven-doap-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/pom.xml?rev=1360757&r1=1360756&r2=1360757&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/pom.xml Thu Jul 12 16:29:00 2012
@@ -158,14 +158,6 @@ under the License.
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${mavenPluginVersion}</version>
           <configuration>
@@ -282,6 +274,7 @@ under the License.
         <pluginManagement>
           <plugins>
             <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-invoker-plugin</artifactId>
               <version>1.5</version>
               <configuration>