Revision: 6069
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6069&view=rev
Author: manningr
Date: 2010-12-28 17:47:29 +0000 (Tue, 28 Dec 2010)
Log Message:
-----------
Give the source plugin execution an id.
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-12-28 17:46:45 UTC (rev 6068)
+++ trunk/sql12/plugins/squirrelsql-plugins-parent-pom/pom.xml 2010-12-28 17:47:29 UTC (rev 6069)
@@ -156,6 +156,7 @@
</configuration>
<executions>
<execution>
+ <id>create-source-jar</id>
<phase>prepare-package</phase>
<goals>
<goal>jar</goal>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|