Revision: 5729
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5729&view=rev
Author: manningr
Date: 2010-07-17 15:23:50 +0000 (Sat, 17 Jul 2010)
Log Message:
-----------
Reverted to previous behavior. Did not fully understand the impact of removing the assemblyId from the artifact. Instead of it being an additional attached artifact, it becomes the main artifact for the pom coordinates which is not desireable for specifying dependencies.
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-17 15:15:36 UTC (rev 5728)
+++ trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2010-07-17 15:23:50 UTC (rev 5729)
@@ -208,7 +208,9 @@
<descriptors>
<descriptor>squirrelsql-plugin-assembly.xml</descriptor>
</descriptors>
- <appendAssemblyId>false</appendAssemblyId>
+ <!-- This must be true, or else it will cause this to become the main
+ artifact for each plugin project -->
+ <appendAssemblyId>true</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.
|