You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/26 03:39:54 UTC

svn commit: r651773 - in /webservices/axis2/branches/java/1_4/modules/tool: axis2-aar-maven-plugin/pom.xml axis2-mar-maven-plugin/pom.xml

Author: dims
Date: Fri Apr 25 18:39:47 2008
New Revision: 651773

URL: http://svn.apache.org/viewvc?rev=651773&view=rev
Log:
oops! include the default resources as well

Modified:
    webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=651773&r1=651772&r2=651773&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-aar-maven-plugin/pom.xml Fri Apr 25 18:39:47 2008
@@ -69,6 +69,13 @@
     <build>
         <resources>
             <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
                 <directory>../../..</directory>
                 <includes>
                     <include>NOTICE.txt</include>

Modified: webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=651773&r1=651772&r2=651773&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/tool/axis2-mar-maven-plugin/pom.xml Fri Apr 25 18:39:47 2008
@@ -77,6 +77,13 @@
                 </includes>
                 <filtering>false</filtering>
             </resource>
+            <resource>
+                <directory>src/main/resources</directory>
+                <includes>
+                    <include>**/*</include>
+                </includes>
+                <filtering>false</filtering>
+            </resource>
         </resources>
     </build>
     <developers>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org