Author: veithen
Date: Tue Jul 27 21:54:13 2010
New Revision: 979883

URL: http://svn.apache.org/viewvc?rev=979883&view=rev
Log:
Include the right set of legal files into the addressing module.

Modified:
    axis/axis2/java/core/trunk/modules/addressing/pom.xml

Modified: axis/axis2/java/core/trunk/modules/addressing/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/addressing/pom.xml?rev=979883&r1=979882&r2=979883&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/addressing/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/addressing/pom.xml Tue Jul 27 21:54:13 
2010
@@ -72,6 +72,21 @@
         </testResources>
         <plugins>
             <plugin>
+                <artifactId>maven-remote-resources-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <goals>
+                            <goal>process</goal>
+                        </goals>
+                        <configuration>
+                            <resourceBundles>
+                                
<resourceBundle>org.apache.axis2:axis2-resource-bundle:${pom.version}</resourceBundle>
+                            </resourceBundles>
+                        </configuration>
+                    </execution>
+                </executions>
+            </plugin>
+            <plugin>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <inherited>true</inherited>
                 <configuration>


Reply via email to