Author: niallp
Date: Mon Jan 7 17:43:06 2008
New Revision: 609828
URL: http://svn.apache.org/viewvc?rev=609828&view=rev
Log:
Doh! Didn't add back in the resources configuration for NOTICE.txt and
LICENSE.txt when I removed the remote-resources-plugin :(
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=609828&r1=609827&r2=609828&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Mon Jan 7 17:43:06 2008
@@ -122,6 +122,16 @@
</mailingList>
</mailingLists>
<build>
+ <resources>
+ <resource>
+ <directory>${basedir}</directory>
+ <targetPath>META-INF</targetPath>
+ <includes>
+ <include>NOTICE.txt</include>
+ <include>LICENSE.txt</include>
+ </includes>
+ </resource>
+ </resources>
<pluginManagement>
<plugins>
<plugin>