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

svn commit: r1511663 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Thu Aug  8 10:03:54 2013
New Revision: 1511663

URL: http://svn.apache.org/r1511663
Log:
Removed some plugins from the pluginManagement, they are already declared in project

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1511663&r1=1511662&r2=1511663&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Thu Aug  8 10:03:54 2013
@@ -27,14 +27,14 @@
   </parent>
 
   <organization>
-    <name>Apache Mavibot Project</name>
+    <name>Apache Mavibot Project Parent</name>
     <url>http://directory.apache.org/mavibot/</url>
   </organization>
 
   <groupId>org.apache.directory.mavibot</groupId>
   <version>1.0.0-M1-SNAPSHOT</version>
   <artifactId>mavibot-parent</artifactId>
-  <name>ApacheDS MVCC BTree implementation</name>
+  <name>ApacheDS Mavibot Parent</name>
   <packaging>pom</packaging>
 
   <prerequisites>
@@ -126,18 +126,6 @@
     <pluginManagement>
       <plugins>
         <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.4</version>
-        </plugin>
-
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.1</version>
-        </plugin>
-
-        <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <configuration>
@@ -163,12 +151,6 @@
             </excludes>
           </configuration>
          </plugin>
-
-         <plugin>
-          <groupId>org.apache.geronimo.genesis.plugins</groupId>
-          <artifactId>tools-maven-plugin</artifactId>
-          <version>1.4</version>
-        </plugin>
       </plugins>
     </pluginManagement>
 
@@ -256,6 +238,24 @@
           </execution>
         </executions>
       </plugin>
+
+      <plugin>
+        <groupId>org.apache.geronimo.genesis.plugins</groupId>
+        <artifactId>tools-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>verify-legal-files</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>verify-legal-files</goal>
+            </goals>
+            <configuration>
+              <!-- Fail the build if no legal files were found -->
+              <strict>false</strict>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>