You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2007/03/21 06:03:28 UTC

svn commit: r520765 - /incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml

Author: matzew
Date: Tue Mar 20 23:03:28 2007
New Revision: 520765

URL: http://svn.apache.org/viewvc?view=rev&rev=520765
Log:
changing plugin versions, since they were broken

Modified:
    incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml

Modified: incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml?view=diff&rev=520765&r1=520764&r2=520765
==============================================================================
--- incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml (original)
+++ incubator/adffaces/tags/trinidad-1.0.0-incubating/pom.xml Tue Mar 20 23:03:28 2007
@@ -273,7 +273,7 @@
 
         <plugin>
           <artifactId>maven-remote-resources-plugin</artifactId>
-          <version>1.0-alpha-2</version>
+          <version>1.0-alpha-3</version>
           <executions>
             <execution>
               <goals>
@@ -529,15 +529,12 @@
     </profile>
     <profile>
       <id>release</id>
-      <!--
-      NOTE: To use you need to enable this profile and pass in the passphrase:
-            mvn -Prelease -Dpassphrase=thephrase
-       -->
       <build>
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
+            <version>1.0-alpha-3</version>
             <executions>
               <execution>
                 <id>sign-artifacts</id>
@@ -569,6 +566,26 @@
                 <goals>
                   <goal>jar</goal>
                 </goals>
+              </execution>
+            </executions>
+          </plugin>
+          <plugin>
+            <artifactId>maven-remote-resources-plugin</artifactId>
+            <version>1.0-alpha-3</version>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>process</goal>
+                </goals>
+                <configuration>
+                  <resourceBundles>
+                    <resourceBundle>org.apache:apache-jar-resource-bundle:1.1</resourceBundle>
+                    <resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.0</resourceBundle>
+                  </resourceBundles>
+                  <properties>
+                    <addLicense>true</addLicense>
+                  </properties>
+                </configuration>
               </execution>
             </executions>
           </plugin>