Revision: 5772
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5772&view=rev
Author: manningr
Date: 2010-08-08 14:21:29 +0000 (Sun, 08 Aug 2010)
Log Message:
-----------
Added resource directive so that everything in src/main/resources isn't ignored, now that we have a custom configuration.
Modified Paths:
--------------
trunk/mavenize/app-pom.xml
Modified: trunk/mavenize/app-pom.xml
===================================================================
--- trunk/mavenize/app-pom.xml 2010-08-08 14:06:11 UTC (rev 5771)
+++ trunk/mavenize/app-pom.xml 2010-08-08 14:21:29 UTC (rev 5772)
@@ -95,6 +95,10 @@
</includes>
<filtering>true</filtering>
</resource>
+ <resource>
+ <directory>src/main/resources</directory>
+ <filtering>false</filtering>
+ </resource>
</resources>
<plugins>
<!-- Set the squirrelsql.version property if it has not already been set. -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|