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/02/14 00:00:36 UTC

svn commit: r507285 - in /myfaces/maven/branches/1_0_5: build-tools/pom.xml master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: manolito
Date: Tue Feb 13 15:00:35 2007
New Revision: 507285

URL: http://svn.apache.org/viewvc?view=rev&rev=507285
Log:
automatically activate sign-artifacts profile on performRelease=true

Modified:
    myfaces/maven/branches/1_0_5/build-tools/pom.xml
    myfaces/maven/branches/1_0_5/master-pom/pom.xml
    myfaces/maven/branches/1_0_5/pom.xml
    myfaces/maven/branches/1_0_5/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/branches/1_0_5/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_5/build-tools/pom.xml?view=diff&rev=507285&r1=507284&r2=507285
==============================================================================
--- myfaces/maven/branches/1_0_5/build-tools/pom.xml (original)
+++ myfaces/maven/branches/1_0_5/build-tools/pom.xml Tue Feb 13 15:00:35 2007
@@ -64,6 +64,12 @@
   <profiles>
     <profile>
       <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

Modified: myfaces/maven/branches/1_0_5/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_5/master-pom/pom.xml?view=diff&rev=507285&r1=507284&r2=507285
==============================================================================
--- myfaces/maven/branches/1_0_5/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_5/master-pom/pom.xml Tue Feb 13 15:00:35 2007
@@ -548,6 +548,12 @@
   <profiles>
     <profile>
       <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

Modified: myfaces/maven/branches/1_0_5/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_5/pom.xml?view=diff&rev=507285&r1=507284&r2=507285
==============================================================================
--- myfaces/maven/branches/1_0_5/pom.xml (original)
+++ myfaces/maven/branches/1_0_5/pom.xml Tue Feb 13 15:00:35 2007
@@ -44,6 +44,12 @@
   <profiles>
     <profile>
       <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

Modified: myfaces/maven/branches/1_0_5/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_5/wagon-maven-plugin/pom.xml?view=diff&rev=507285&r1=507284&r2=507285
==============================================================================
--- myfaces/maven/branches/1_0_5/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/branches/1_0_5/wagon-maven-plugin/pom.xml Tue Feb 13 15:00:35 2007
@@ -59,6 +59,12 @@
   <profiles>
     <profile>
       <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>