You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/02/16 17:40:19 UTC

svn commit: r628353 - /maven/plugins/trunk/maven-checkstyle-plugin/pom.xml

Author: dennisl
Date: Sat Feb 16 08:40:18 2008
New Revision: 628353

URL: http://svn.apache.org/viewvc?rev=628353&view=rev
Log:
o No longer necessary when we use the remote resources plugin.

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

Modified: maven/plugins/trunk/maven-checkstyle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/pom.xml?rev=628353&r1=628352&r2=628353&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/pom.xml Sat Feb 16 08:40:18 2008
@@ -99,32 +99,6 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-checkstyle-plugin/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/</url>
   </scm>
-  <build>
-    <resources>
-      <!-- Include the apache process LICENSE and NOTICE
-           files.
-      -->
-      <resource>
-        <targetPath>META-INF</targetPath>
-        <filtering>false</filtering>
-        <directory>${basedir}</directory>
-        <includes>
-          <include>LICENSE</include>
-          <include>NOTICE</include>
-        </includes>
-      </resource>
-      <!-- Include super-pom defined main/resources
-           Removing this section will break the build.
-           Since we have defined a new build/resources
-           section for the Apache process LICENSE and NOTICE
-           files, this original default section is now
-           required.
-      -->
-      <resource>
-        <directory>${basedir}/src/main/resources</directory>
-      </resource>
-    </resources>
-  </build>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>