Revision: 6001
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6001&view=rev
Author: manningr
Date: 2010-11-23 21:23:36 +0000 (Tue, 23 Nov 2010)
Log Message:
-----------
Need to upload update site during the install phase since the release plugin already performs deploy to sonatype. The upload is still controlled by the uploadUpdateSite property.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-update-site/pom.xml
Modified: trunk/sql12/installer/squirrelsql-update-site/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-update-site/pom.xml 2010-11-22 19:39:36 UTC (rev 6000)
+++ trunk/sql12/installer/squirrelsql-update-site/pom.xml 2010-11-23 21:23:36 UTC (rev 6001)
@@ -216,7 +216,7 @@
<executions>
<execution>
<id>ftp-upload-release</id>
- <phase>deploy</phase>
+ <phase>install</phase>
<goals>
<goal>upload</goal>
</goals>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|