|
From: <rob...@us...> - 2010-06-21 06:13:31
|
Revision: 15
http://netcdftools.svn.sourceforge.net/netcdftools/?rev=15&view=rev
Author: robertbridle
Date: 2010-06-21 06:13:25 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
ANDSWRON-618 - 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:36:40 UTC (rev 14)
+++ trunk/pom.xml 2010-06-21 06:13:25 UTC (rev 15)
@@ -17,10 +17,12 @@
<url>http://netcdftools.svn.sourceforge.net/viewvc/netcdftools/trunk</url>
</scm>
<distributionManagement>
+ <!--
<site>
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/n/ne/netcdftools/htdocs</url>
</site>
+ -->
<repository>
<id>releases</id>
<url>http://junk-yf:8085/nexus/content/repositories/releases</url>
@@ -252,8 +254,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>
@@ -277,7 +280,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.
|