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 2008/03/21 23:11:52 UTC

svn commit: r639885 - /directory/apacheds/branches/bigbang/pom.xml

Author: djencks
Date: Fri Mar 21 15:11:51 2008
New Revision: 639885

URL: http://svn.apache.org/viewvc?rev=639885&view=rev
Log:
use correct source plugin version to pick up generated legal files

Modified:
    directory/apacheds/branches/bigbang/pom.xml

Modified: directory/apacheds/branches/bigbang/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/branches/bigbang/pom.xml?rev=639885&r1=639884&r2=639885&view=diff
==============================================================================
--- directory/apacheds/branches/bigbang/pom.xml (original)
+++ directory/apacheds/branches/bigbang/pom.xml Fri Mar 21 15:11:51 2008
@@ -393,21 +393,6 @@
           <version>1.0</version>
         </plugin>
 
-        <plugin>
-          <inherited>true</inherited>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-source-plugin</artifactId>
-          <version>2.0.3</version>
-          <executions>
-            <execution>
-              <id>attach-sources</id>
-              <goals>
-                <goal>jar</goal>
-              </goals>
-            </execution>
-          </executions>
-        </plugin>
-
       </plugins>
     </pluginManagement>
 
@@ -420,14 +405,16 @@
         </configuration>
       </plugin>
 
-      <!--<plugin>-->
-        <!--<groupId>org.apache.maven.plugins</groupId>-->
-        <!--<artifactId>maven-compiler-plugin</artifactId>-->
-      <!--</plugin>-->
-
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>jar</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
 
     </plugins>
@@ -533,11 +520,8 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
-            <!-- TODO delete version tag after upgrade to TLP pom 9 -->
-            <version>2.0.3</version>
             <executions>
               <execution>
-                <id>attach-sources</id>
                 <goals>
                   <goal>jar</goal>
                 </goals>