|
From: <rob...@us...> - 2010-06-21 06:14:12
|
Revision: 11
http://andspidclient.svn.sourceforge.net/andspidclient/?rev=11&view=rev
Author: robertbridle
Date: 2010-06-21 06:14:06 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
ANDSWRON-641 - Remove configuration from pom.xml that performs site deploy, this will now be done manually.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-06-21 05:09:36 UTC (rev 10)
+++ trunk/pom.xml 2010-06-21 06:14:06 UTC (rev 11)
@@ -17,10 +17,12 @@
<url>http://andspidclient.svn.sourceforge.net/viewvc/andspidclient/trunk</url>
</scm>
<distributionManagement>
+ <!--
<site>
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/a/an/andspidclient/htdocs</url>
</site>
+ -->
<repository>
<id>central</id>
<url>http://repo1.maven.org/maven2</url>
@@ -283,8 +285,9 @@
</executions>
</plugin>
- <!-- Run script to create SourceForge shell so that site can be uploaded via SCP -->
- <plugin>
+ <!-- WE NOW MANUALLY PERFORM A SITE DEPLOY -->
+ <!-- Run script to create SourceForge shell so that site can be uploaded via SCP -->
+ <!-- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1</version>
@@ -308,7 +311,7 @@
<argument>create</argument>
</arguments>
</configuration>
- </plugin>
+ </plugin>-->
</plugins>
</build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|