Revision: 5763
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5763&view=rev
Author: manningr
Date: 2010-08-06 22:38:34 +0000 (Fri, 06 Aug 2010)
Log Message:
-----------
exclude transitive compile dependencies on maven plugins.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml 2010-08-06 22:29:21 UTC (rev 5762)
+++ trunk/sql12/installer/squirrelsql-macosx-installer/pom.xml 2010-08-06 22:38:34 UTC (rev 5763)
@@ -130,6 +130,14 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </exclusion>
</exclusions>
</dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|