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:11:38 UTC

svn commit: r507293 - in /myfaces/maven/trunk: build-tools/pom.xml master-pom/pom.xml pom.xml wagon-maven-plugin/pom.xml

Author: manolito
Date: Tue Feb 13 15:11:38 2007
New Revision: 507293

URL: http://svn.apache.org/viewvc?view=rev&rev=507293
Log:
automatically activate sign-artifacts profile on performRelease=true
(merged down from branch 1_0_5)

Modified:
    myfaces/maven/trunk/build-tools/pom.xml
    myfaces/maven/trunk/master-pom/pom.xml
    myfaces/maven/trunk/pom.xml
    myfaces/maven/trunk/wagon-maven-plugin/pom.xml

Modified: myfaces/maven/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/build-tools/pom.xml?view=diff&rev=507293&r1=507292&r2=507293
==============================================================================
--- myfaces/maven/trunk/build-tools/pom.xml (original)
+++ myfaces/maven/trunk/build-tools/pom.xml Tue Feb 13 15:11:38 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/trunk/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/master-pom/pom.xml?view=diff&rev=507293&r1=507292&r2=507293
==============================================================================
--- myfaces/maven/trunk/master-pom/pom.xml (original)
+++ myfaces/maven/trunk/master-pom/pom.xml Tue Feb 13 15:11:38 2007
@@ -551,6 +551,12 @@
   <profiles>
     <profile>
       <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/pom.xml?view=diff&rev=507293&r1=507292&r2=507293
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Tue Feb 13 15:11:38 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/trunk/wagon-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/wagon-maven-plugin/pom.xml?view=diff&rev=507293&r1=507292&r2=507293
==============================================================================
--- myfaces/maven/trunk/wagon-maven-plugin/pom.xml (original)
+++ myfaces/maven/trunk/wagon-maven-plugin/pom.xml Tue Feb 13 15:11:38 2007
@@ -59,6 +59,12 @@
   <profiles>
     <profile>
       <id>sign-artifacts</id>
+      <activation>
+        <property>
+          <name>performRelease</name>
+          <value>true</value>
+        </property>
+      </activation>
       <build>
         <plugins>
           <plugin>