Author: jim.ma
Date: 2009-11-16 03:51:28 -0500 (Mon, 16 Nov 2009)
New Revision: 11120
Modified:
stack/native/trunk/pom.xml
Log:
[JBWS:2819]:Update the resource plugin to 2.4 and configure escapeWindowsPaths property
for it
Modified: stack/native/trunk/pom.xml
===================================================================
--- stack/native/trunk/pom.xml 2009-11-16 02:26:42 UTC (rev 11119)
+++ stack/native/trunk/pom.xml 2009-11-16 08:51:28 UTC (rev 11120)
@@ -373,6 +373,13 @@
<build>
<plugins>
<plugin>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <escapeWindowsPaths>false</escapeWindowsPaths>
+ </configuration>
+ </plugin>
+ <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
Show replies by date