WW-3549 - Shaded FileUtils

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1065002 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maurizio Cucchiara
2011-01-29 11:49:34 +00:00
parent 7c37409ece
commit ec06e80b3d
+3 -3
View File
@@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.2</version>
<version>1.4</version>
<executions>
<execution>
<phase>package</phase>
@@ -219,7 +219,7 @@
<shadedPattern>org.apache.commons.lang.xwork</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.lang</pattern>
<pattern>org.apache.commons.io</pattern>
<shadedPattern>org.apache.commons.io.xwork</shadedPattern>
</relocation>
</relocations>
@@ -236,7 +236,7 @@
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>org.apache.commons.lang.xwork.*,com.opensymphony.xwork2.*</Export-Package>
<Export-Package>org.apache.commons.lang.xwork.*,org.apache.commons.io.xwork.*,com.opensymphony.xwork2.*</Export-Package>
</instructions>
</configuration>
<executions>