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 2009/10/26 21:10:27 UTC

svn commit: r829929 - /tiles/framework/trunk/pom.xml

Author: apetrelli
Date: Mon Oct 26 20:10:27 2009
New Revision: 829929

URL: http://svn.apache.org/viewvc?rev=829929&view=rev
Log:
TILES-480
Fixed repository.

TILES-481
Added checksum when installing, useful during the release phase.

Modified:
    tiles/framework/trunk/pom.xml

Modified: tiles/framework/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tiles/framework/trunk/pom.xml?rev=829929&r1=829928&r2=829929&view=diff
==============================================================================
--- tiles/framework/trunk/pom.xml (original)
+++ tiles/framework/trunk/pom.xml Mon Oct 26 20:10:27 2009
@@ -70,7 +70,7 @@
         <repository>
             <id>apache.releases</id>
             <name>Apache Release repository</name>
-            <url>scp://people.apache.org/repo/m2-ibiblio-rsync-repository/</url>
+            <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository/</url>
         </repository>
         <site>
             <id>apache-site</id>
@@ -261,6 +261,12 @@
             <build>
                 <plugins>
                     <plugin>
+                        <artifactId>maven-install-plugin</artifactId>
+                        <configuration>
+                            <createChecksum>true</createChecksum>
+                        </configuration>
+                    </plugin>
+                    <plugin>
                     	<groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-gpg-plugin</artifactId>
                         <version>1.0-alpha-4</version>