Revision: 5728
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5728&view=rev
Author: manningr
Date: 2010-07-17 15:15:36 +0000 (Sat, 17 Jul 2010)
Log Message:
-----------
Do not append the "-assembly" to the plugin archive, as this will cause the update feature to determine that the artifact is new and needs to be updated.
Modified Paths:
--------------
trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
Modified: trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml
===================================================================
--- trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2010-07-15 01:08:45 UTC (rev 5727)
+++ trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2010-07-17 15:15:36 UTC (rev 5728)
@@ -208,7 +208,7 @@
<descriptors>
<descriptor>squirrelsql-plugin-assembly.xml</descriptor>
</descriptors>
- <appendAssemblyId>true</appendAssemblyId>
+ <appendAssemblyId>false</appendAssemblyId>
<finalName>${project.artifactId}</finalName>
</configuration>
</execution>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|