Revision: 5775
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5775&view=rev
Author: manningr
Date: 2010-08-08 17:49:25 +0000 (Sun, 08 Aug 2010)
Log Message:
-----------
Specify sources directory so that filtered verison of Version.java is used when compiling.
Modified Paths:
--------------
trunk/mavenize/app-pom.xml
Modified: trunk/mavenize/app-pom.xml
===================================================================
--- trunk/mavenize/app-pom.xml 2010-08-08 17:36:52 UTC (rev 5774)
+++ trunk/mavenize/app-pom.xml 2010-08-08 17:49:25 UTC (rev 5775)
@@ -90,16 +90,15 @@
<resources>
<resource>
<directory>src/main/java</directory>
- <includes>
- <include>**/Version.java</include>
- </includes>
<filtering>true</filtering>
+ <targetPath>../filtered-sources/java</targetPath>
</resource>
<resource>
<directory>src/main/resources</directory>
<filtering>false</filtering>
</resource>
</resources>
+ <sourceDirectory>target/filtered-sources/java</sourceDirectory>
<plugins>
<!-- Set the squirrelsql.version property if it has not already been set. -->
<plugin>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|