You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2008/10/15 23:14:53 UTC

svn commit: r705048 - /geronimo/genesis/branches/genesis-1.x/pom.xml

Author: jbohn
Date: Wed Oct 15 14:14:53 2008
New Revision: 705048

URL: http://svn.apache.org/viewvc?rev=705048&view=rev
Log:
include the test-distribution profile that is in trunk

Modified:
    geronimo/genesis/branches/genesis-1.x/pom.xml

Modified: geronimo/genesis/branches/genesis-1.x/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/branches/genesis-1.x/pom.xml?rev=705048&r1=705047&r2=705048&view=diff
==============================================================================
--- geronimo/genesis/branches/genesis-1.x/pom.xml (original)
+++ geronimo/genesis/branches/genesis-1.x/pom.xml Wed Oct 15 14:14:53 2008
@@ -342,6 +342,29 @@
                 </plugins>
             </build>
         </profile>
+
+        <profile>
+            <id>test-distribution</id>
+            <activation>
+                <property>
+                    <name>testDistributionUrl</name>
+                </property>
+            </activation>
+            <distributionManagement>
+                <repository>
+                    <id>test-repository</id>
+                    <url>${testDistributionUrl}/releases</url>
+                </repository>
+                <snapshotRepository>
+                    <id>test-snapshot-repository</id>
+                    <url>${testDistributionUrl}/snapshots</url>
+                </snapshotRepository>
+                <site>
+                    <id>test-site</id>
+                    <url>${testDistributionUrl}/site</url>
+                </site>
+            </distributionManagement>
+        </profile>
     </profiles>
 
 </project>