[Schmitzm-commits] r787 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Apr 6 13:38:23 CEST 2010
Author: alfonx
Date: 2010-04-06 13:38:23 +0200 (Tue, 06 Apr 2010)
New Revision: 787
Modified:
trunk/pom.xml
Log:
jetzt werden die resources korrekt in das jar geapckt.. in maven sind sources und resources eigentlich getrennt....
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-06 11:32:40 UTC (rev 786)
+++ trunk/pom.xml 2010-04-06 11:38:23 UTC (rev 787)
@@ -229,7 +229,6 @@
<directory>dist</directory>
<finalName>schmitzm-2.0.x</finalName>
-
<resources>
<resource>
<directory>src</directory>
@@ -237,15 +236,12 @@
<excludes>
<exclude>**/*.java</exclude>
</excludes>
- <targetPath>classes</targetPath>
</resource>
</resources>
<plugins>
-
-
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
More information about the Schmitzm-commits
mailing list