Revision: 5856
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5856&view=rev
Author: manningr
Date: 2010-08-31 01:00:50 +0000 (Tue, 31 Aug 2010)
Log Message:
-----------
Multiple executions of the same plugin, must be declared within the same plugin section of build (not multiple plugin sections), unless the plugin is also specified in a separate profile, which is fine.
Modified Paths:
--------------
trunk/sql12/installer/squirrelsql-other-installer/pom.xml
Modified: trunk/sql12/installer/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-30 00:00:57 UTC (rev 5855)
+++ trunk/sql12/installer/squirrelsql-other-installer/pom.xml 2010-08-31 01:00:50 UTC (rev 5856)
@@ -515,13 +515,6 @@
</arguments>
</configuration>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.2</version>
- <executions>
<execution>
<id>test-standard-install</id>
<goals>
@@ -537,13 +530,6 @@
</arguments>
</configuration>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.2</version>
- <executions>
<execution>
<id>test-optional-install</id>
<goals>
@@ -559,13 +545,6 @@
</arguments>
</configuration>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <version>1.2</version>
- <executions>
<execution>
<id>build-plainzips</id>
<goals>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|