You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/07/14 16:35:07 UTC

svn commit: r556283 - in /myfaces/core/branches/1_2_0: api/pom.xml assembly/pom.xml impl/pom.xml

Author: matzew
Date: Sat Jul 14 07:35:06 2007
New Revision: 556283

URL: http://svn.apache.org/viewvc?view=rev&rev=556283
Log:
some more maven changes

Modified:
    myfaces/core/branches/1_2_0/api/pom.xml
    myfaces/core/branches/1_2_0/assembly/pom.xml
    myfaces/core/branches/1_2_0/impl/pom.xml

Modified: myfaces/core/branches/1_2_0/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/api/pom.xml?view=diff&rev=556283&r1=556282&r2=556283
==============================================================================
--- myfaces/core/branches/1_2_0/api/pom.xml (original)
+++ myfaces/core/branches/1_2_0/api/pom.xml Sat Jul 14 07:35:06 2007
@@ -72,6 +72,12 @@
   <profiles>
     <profile>
       <id>generate-assembly</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

Modified: myfaces/core/branches/1_2_0/assembly/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/assembly/pom.xml?view=diff&rev=556283&r1=556282&r2=556283
==============================================================================
--- myfaces/core/branches/1_2_0/assembly/pom.xml (original)
+++ myfaces/core/branches/1_2_0/assembly/pom.xml Sat Jul 14 07:35:06 2007
@@ -24,7 +24,9 @@
 
     <plugins>
        <plugin>
-        <artifactId>maven-dependency-plugin</artifactId>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>dependency-maven-plugin</artifactId>
+
         <executions>
 
           <execution>

Modified: myfaces/core/branches/1_2_0/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/1_2_0/impl/pom.xml?view=diff&rev=556283&r1=556282&r2=556283
==============================================================================
--- myfaces/core/branches/1_2_0/impl/pom.xml (original)
+++ myfaces/core/branches/1_2_0/impl/pom.xml Sat Jul 14 07:35:06 2007
@@ -151,6 +151,12 @@
     </profile>
     <profile>
       <id>generate-assembly</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>