Author: niallp
Date: Fri Nov 16 01:21:33 2007
New Revision: 595605

URL: http://svn.apache.org/viewvc?rev=595605&view=rev
Log:
Update m2 build

Modified:
    commons/proper/proxy/trunk/pom.xml
    commons/proper/proxy/trunk/src/assembly/src.xml

Modified: commons/proper/proxy/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=595605&r1=595604&r2=595605&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Fri Nov 16 01:21:33 2007
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
-        <version>4</version>
+        <version>5</version>
     </parent>
     <artifactId>commons-proxy</artifactId>
     <version>1.0-SNAPSHOT</version>
@@ -100,6 +100,16 @@
     </scm>
 
     <build>
+        <resources>
+            <resource>
+                <directory>.</directory>
+                <targetPath>META-INF</targetPath>
+                <includes>
+                    <include>NOTICE.txt</include>
+                    <include>LICENSE.txt</include>
+                </includes>
+            </resource>
+        </resources>
         <plugins>
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>

Modified: commons/proper/proxy/trunk/src/assembly/src.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/src/assembly/src.xml?rev=595605&r1=595604&r2=595605&view=diff
==============================================================================
--- commons/proper/proxy/trunk/src/assembly/src.xml (original)
+++ commons/proper/proxy/trunk/src/assembly/src.xml Fri Nov 16 01:21:33 2007
@@ -20,9 +20,7 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-    <!--
     <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
-    -->
     <fileSets>
         <fileSet>
             <includes>


Reply via email to