You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/01 19:50:10 UTC

svn commit: r617601 - /myfaces/orchestra/trunk/core/pom.xml

Author: skitching
Date: Fri Feb  1 10:50:01 2008
New Revision: 617601

URL: http://svn.apache.org/viewvc?rev=617601&view=rev
Log:
Minor pom tidyups

Modified:
    myfaces/orchestra/trunk/core/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=617601&r1=617600&r2=617601&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Fri Feb  1 10:50:01 2008
@@ -107,13 +107,11 @@
       </plugin>
 
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
-        <version>1.0</version>
+        <artifactId>maven-dependency-plugin</artifactId>
+        <version>2.0</version>
         <executions>
-
-          <!-- unpack the shared sources into target/shared_sources-->
           <execution>
+            <!-- unpack the shared sources into target/shared_sources-->
             <id>unpack-shared-impl-sources</id>
             <phase>process-sources</phase>
             <goals>
@@ -128,14 +126,15 @@
                   <classifier>sources</classifier>
                 </artifactItem>
               </artifactItems>
+              <excludes>META-INF/*</excludes>
               <outputDirectory>${project.build.directory}/shared_sources</outputDirectory>
             </configuration>
           </execution>
         </executions>
       </plugin>
-      <!-- the following will add the unpacked shared sources directory as source directory into the pom,
-             so also the shared sources are automaticaly included by the attach source plugin -->
       <plugin>
+        <!-- the following will add the unpacked shared sources directory as source directory into the pom,
+             so also the shared sources are automatically included by the attach source plugin -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
         <version>1.0</version>
@@ -365,7 +364,6 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.3</version>
             <executions>