You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/03/08 17:48:48 UTC

svn commit: r1454458 - in /directory/studio/trunk/helps: help-pom.xml pom.xml

Author: pamarcelot
Date: Fri Mar  8 16:48:47 2013
New Revision: 1454458

URL: http://svn.apache.org/r1454458
Log:
Excluded files for the rat plugin.

Modified:
    directory/studio/trunk/helps/help-pom.xml
    directory/studio/trunk/helps/pom.xml

Modified: directory/studio/trunk/helps/help-pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/help-pom.xml?rev=1454458&r1=1454457&r2=1454458&view=diff
==============================================================================
--- directory/studio/trunk/helps/help-pom.xml (original)
+++ directory/studio/trunk/helps/help-pom.xml Fri Mar  8 16:48:47 2013
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent</artifactId>
-    <version>2.0.0.v20130308</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   
   <artifactId>parent-help</artifactId>

Modified: directory/studio/trunk/helps/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/helps/pom.xml?rev=1454458&r1=1454457&r2=1454458&view=diff
==============================================================================
--- directory/studio/trunk/helps/pom.xml (original)
+++ directory/studio/trunk/helps/pom.xml Fri Mar  8 16:48:47 2013
@@ -38,5 +38,49 @@
     <module>rcp.help</module>
     <module>schemaeditor.help</module>
   </modules>
-  
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <configuration>
+            <excludeSubProjects>false</excludeSubProjects>
+            <excludes>
+              <!-- MAVEN_DEFAULT_EXCLUDES -->
+              <exclude>**/target/**/*</exclude>
+              <exclude>**/cobertura.ser</exclude>
+              <!-- ECLIPSE_DEFAULT_EXCLUDES -->
+              <exclude>**/.classpath</exclude>
+              <exclude>**/.project</exclude>
+              <exclude>**/.settings/**/*</exclude>
+              <!-- IDEA_DEFAULT_EXCLUDES -->
+              <exclude>**/*.iml</exclude>
+              <exclude>**/*.ipr</exclude>
+              <exclude>**/*.iws</exclude>
+              <!-- MANIFEST_MF_EXCLUDES -->
+              <exclude>**/MANIFEST.MF</exclude>
+              <!-- Missing license header in dependency reduced pom, see http://jira.codehaus.org/browse/MSHADE-48 -->
+              <exclude>**/dependency-reduced-pom.xml</exclude>
+              <!-- GITIGNORE_EXCLUDES -->
+              <exclude>**/.gitignore</exclude>
+              <!-- ABOUT_EXCLUDES -->
+              <exclude>**/about.ini</exclude>
+              <exclude>**/about_files/*</exclude>
+              <!-- LOG_FILES_EXCLUDES -->
+              <exclude>**/*.log</exclude>
+              <exclude>**/*.vm</exclude>
+              <!-- NSIS_EXCLUDES -->
+              <exclude>**/src/main/resources/AdvUninstLog.nsh</exclude>
+              <!-- OTHER_EXCLUDES -->
+              <exclude>ldapbrowser.help/src/main/resources/sevenseas.ldif</exclude>
+              <exclude>**/src/main/resources/html/rfc/*.txt</exclude>
+              <exclude>**/src/main/resources/html/rfcs/*.txt</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>  
 </project>