Revision: 6039
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6039&view=rev
Author: manningr
Date: 2010-12-20 21:23:37 +0000 (Mon, 20 Dec 2010)
Log Message:
-----------
Removed configuration of gpg plugin. This is done in the root pom and should only be activated if sign-jar profile is active.
Modified Paths:
--------------
trunk/sql12/plugins/laf/pom.xml
Modified: trunk/sql12/plugins/laf/pom.xml
===================================================================
--- trunk/sql12/plugins/laf/pom.xml 2010-12-20 20:50:24 UTC (rev 6038)
+++ trunk/sql12/plugins/laf/pom.xml 2010-12-20 21:23:37 UTC (rev 6039)
@@ -322,22 +322,6 @@
</execution>
</executions>
</plugin>
- <!--
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>${gpg-plugin-version}</version>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- -->
</plugins>
</build>
</project>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|