You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by dj...@apache.org on 2007/08/24 08:59:01 UTC

svn commit: r569274 - in /directory: apacheds/trunk/bootstrap-plugin/ apacheds/trunk/core-plugin/ daemon/trunk/plugin/ shared/trunk/asn1-codec/ shared/trunk/asn1/ shared/trunk/convert/ shared/trunk/ldap-constants/ shared/trunk/ldap/

Author: djencks
Date: Thu Aug 23 23:59:00 2007
New Revision: 569274

URL: http://svn.apache.org/viewvc?rev=569274&view=rev
Log:
DIRSERVER-1032 remove unneeded plugin configuration from some leaf poms

Modified:
    directory/apacheds/trunk/bootstrap-plugin/pom.xml
    directory/apacheds/trunk/core-plugin/pom.xml
    directory/daemon/trunk/plugin/pom.xml
    directory/shared/trunk/asn1-codec/pom.xml
    directory/shared/trunk/asn1/pom.xml
    directory/shared/trunk/convert/pom.xml
    directory/shared/trunk/ldap-constants/pom.xml
    directory/shared/trunk/ldap/pom.xml

Modified: directory/apacheds/trunk/bootstrap-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/bootstrap-plugin/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/apacheds/trunk/bootstrap-plugin/pom.xml (original)
+++ directory/apacheds/trunk/bootstrap-plugin/pom.xml Thu Aug 23 23:59:00 2007
@@ -76,17 +76,5 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
 

Modified: directory/apacheds/trunk/core-plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/core-plugin/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/apacheds/trunk/core-plugin/pom.xml (original)
+++ directory/apacheds/trunk/core-plugin/pom.xml Thu Aug 23 23:59:00 2007
@@ -28,7 +28,7 @@
   <packaging>maven-plugin</packaging>
 
   <description>
-    A collection of tools as plugins to manage various tasks associated with 
+    A collection of tools as plugins to manage various tasks associated with
     the directory server.
   </description>
 
@@ -69,30 +69,12 @@
           <grammars>openldap.g</grammars>
         </configuration>
         <executions>
-           <execution>
-              <goals>
-                 <goal>generate</goal>
-              </goals>
-           </execution>
+          <execution>
+            <goals>
+              <goal>generate</goal>
+            </goals>
+          </execution>
         </executions>
-      </plugin>
-       
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>**/Abstract*</exclude>
-          </excludes>
-        </configuration>
       </plugin>
     </plugins>
   </build>

Modified: directory/daemon/trunk/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/plugin/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/daemon/trunk/plugin/pom.xml (original)
+++ directory/daemon/trunk/plugin/pom.xml Thu Aug 23 23:59:00 2007
@@ -70,14 +70,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-
-    </plugins>
-  </build>
-
 </project>

Modified: directory/shared/trunk/asn1-codec/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/asn1-codec/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/shared/trunk/asn1-codec/pom.xml (original)
+++ directory/shared/trunk/asn1-codec/pom.xml Thu Aug 23 23:59:00 2007
@@ -28,6 +28,7 @@
   <packaging>jar</packaging>
 
   <dependencies>
+    
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-asn1</artifactId>

Modified: directory/shared/trunk/asn1/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/asn1/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/shared/trunk/asn1/pom.xml (original)
+++ directory/shared/trunk/asn1/pom.xml Thu Aug 23 23:59:00 2007
@@ -34,13 +34,5 @@
     </site>
   </distributionManagement>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>
 

Modified: directory/shared/trunk/convert/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/convert/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/shared/trunk/convert/pom.xml (original)
+++ directory/shared/trunk/convert/pom.xml Thu Aug 23 23:59:00 2007
@@ -109,11 +109,6 @@
            </execution>
         </executions>
       </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
       
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>

Modified: directory/shared/trunk/ldap-constants/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap-constants/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/shared/trunk/ldap-constants/pom.xml (original)
+++ directory/shared/trunk/ldap-constants/pom.xml Thu Aug 23 23:59:00 2007
@@ -63,13 +63,5 @@
     </license>
   </licenses>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-    </plugins>
-  </build>
 </project>
 

Modified: directory/shared/trunk/ldap/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/pom.xml?rev=569274&r1=569273&r2=569274&view=diff
==============================================================================
--- directory/shared/trunk/ldap/pom.xml (original)
+++ directory/shared/trunk/ldap/pom.xml Thu Aug 23 23:59:00 2007
@@ -125,11 +125,6 @@
       </plugin>
 
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-      </plugin>
-
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <excludes>