Revision: 5617
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5617&view=rev
Author: manningr
Date: 2010-05-02 20:31:55 +0000 (Sun, 02 May 2010)
Log Message:
-----------
Removed the specification of the resources plugin. It was causing src/main/resources/* to be placed in target/ and not target/classes. This means that these files were not on the classpath and the test was failing as a result. Also, the files were not being included in laf.jar.
Modified Paths:
--------------
trunk/mavenize/laf-plugin/pom.xml
Modified: trunk/mavenize/laf-plugin/pom.xml
===================================================================
--- trunk/mavenize/laf-plugin/pom.xml 2010-05-02 20:08:50 UTC (rev 5616)
+++ trunk/mavenize/laf-plugin/pom.xml 2010-05-02 20:31:55 UTC (rev 5617)
@@ -238,21 +238,6 @@
</executions>
</plugin>
<plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.4.1</version>
- <configuration>
- <outputDirectory>${staging.dir}</outputDirectory>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>resources</goal>
- </goals>
- <phase>process-resources</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>${assembly-plugin-version}</version>
<executions>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|