You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tiles.apache.org by ap...@apache.org on 2010/08/04 21:14:44 UTC

svn commit: r982366 - in /tiles/framework/trunk: assembly/pom.xml tiles-test-pom/tiles-test/pom.xml

Author: apetrelli
Date: Wed Aug  4 19:14:43 2010
New Revision: 982366

URL: http://svn.apache.org/viewvc?rev=982366&view=rev
Log:
TILES-481
Fixed uploading of assemblies in the release process.

Modified:
    tiles/framework/trunk/assembly/pom.xml
    tiles/framework/trunk/tiles-test-pom/tiles-test/pom.xml

Modified: tiles/framework/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/assembly/pom.xml?rev=982366&r1=982365&r2=982366&view=diff
==============================================================================
--- tiles/framework/trunk/assembly/pom.xml (original)
+++ tiles/framework/trunk/assembly/pom.xml Wed Aug  4 19:14:43 2010
@@ -61,7 +61,7 @@
   </build>
   <profiles>
     <profile>
-      <id>release</id>
+      <id>apache-release</id>
       <build>
         <plugins>
           <plugin>
@@ -96,6 +96,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-antrun-plugin</artifactId>
+            <version>1.3</version>
             <executions>
               <execution>
                 <phase>deploy</phase>
@@ -110,6 +111,7 @@
                       <fileset dir="${settings.localRepository}/org/apache/tiles/tiles-assembly/${pom.version}">
                         <include name="tiles-assembly-${pom.version}-*.zip*" />
                         <include name="tiles-assembly-${pom.version}-*.tar.gz*" />
+                        <exclude name="tiles-assembly-${pom.version}-source-release.*"/>
                       </fileset>
                       <mapper type="glob" from="tiles-assembly-*" to="tiles-*" />
                     </copy>

Modified: tiles/framework/trunk/tiles-test-pom/tiles-test/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/tiles-test-pom/tiles-test/pom.xml?rev=982366&r1=982365&r2=982366&view=diff
==============================================================================
--- tiles/framework/trunk/tiles-test-pom/tiles-test/pom.xml (original)
+++ tiles/framework/trunk/tiles-test-pom/tiles-test/pom.xml Wed Aug  4 19:14:43 2010
@@ -388,12 +388,7 @@
             </properties>
         </profile>
         <profile>
-            <id>release</id>
-            <activation>
-                <property>
-                    <name>release</name>
-                </property>
-            </activation>
+            <id>apache-release</id>
             <build>
                 <plugins>
                     <plugin>