You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ha...@apache.org on 2011/11/22 05:09:36 UTC

svn commit: r1204804 - /geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml

Author: hanhongfang
Date: Tue Nov 22 04:09:35 2011
New Revision: 1204804

URL: http://svn.apache.org/viewvc?rev=1204804&view=rev
Log:
GERONIMODEVTOOLS-776 Using excluds in rat-maven-plugin to exclude the file whoes license header is not required

Modified:
    geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml

Modified: geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml?rev=1204804&r1=1204803&r2=1204804&view=diff
==============================================================================
--- geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml (original)
+++ geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/pom.xml Tue Nov 22 04:09:35 2011
@@ -314,10 +314,26 @@
                     </configuration>
                 </plugin>
                 <plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-remote-resources-plugin</artifactId>
-					<version>1.1</version>
-				</plugin>                      
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-remote-resources-plugin</artifactId>
+                    <version>1.1</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>rat-maven-plugin</artifactId>
+                    <version>1.0-alpha-3</version>
+                    <configuration>
+                        <excludes>
+                            <exclude>**/MANIFEST.MF</exclude>
+                            <exclude>**/.classpath</exclude>
+                            <exclude>**/.options</exclude>
+                            <exclude>**/.project</exclude>
+                            <exclude>**/velocity.log</exclude>
+                            <exclude>**/PLUGIN_RELEASE-NOTES*.txt</exclude>
+                            <exclude>**/target/**</exclude>
+                        </excludes>
+                    </configuration>
+                </plugin>                      
            </plugins>
 
         </pluginManagement>
@@ -523,6 +539,12 @@
                 <module>assembly</module>
             </modules>
         </profile>
+        
+        <profile>
+            <id>none</id>
+            <modules>
+            </modules>
+        </profile>
             
          <!-- this profile is copied from genesis-default-flava and genesis 2.0  -->
          <profile>