You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2007/04/26 01:23:05 UTC

svn commit: r532525 - /incubator/openejb/trunk/openejb3/server/openejb-ejbd/pom.xml

Author: jlaskowski
Date: Wed Apr 25 16:23:04 2007
New Revision: 532525

URL: http://svn.apache.org/viewvc?view=rev&rev=532525
Log:
Switch from org.codehaus.mojo.dependency-maven-plugin to org.apache.maven.plugins.maven-dependency-plugin

Modified:
    incubator/openejb/trunk/openejb3/server/openejb-ejbd/pom.xml

Modified: incubator/openejb/trunk/openejb3/server/openejb-ejbd/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openejb/trunk/openejb3/server/openejb-ejbd/pom.xml?view=diff&rev=532525&r1=532524&r2=532525
==============================================================================
--- incubator/openejb/trunk/openejb3/server/openejb-ejbd/pom.xml (original)
+++ incubator/openejb/trunk/openejb3/server/openejb-ejbd/pom.xml Wed Apr 25 16:23:04 2007
@@ -16,6 +16,9 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
+
+<!-- $Rev$ $Date$ -->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
@@ -30,16 +33,11 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>dependency-maven-plugin</artifactId>
-
-        <!-- TODO switch to maven version of plugin when it is released -->
-        <!--groupId>org.apache.maven.plugins</groupId-->
-        <!--artifactId>maven-dependency-plugin</artifactId-->
-
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-dependency-plugin</artifactId>
         <executions>
           <execution>
-            <id>copy-dependencies</id>
+            <id>copy</id>
             <phase>process-resources</phase>
             <goals>
               <goal>copy</goal>