You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2007/01/08 05:52:10 UTC

svn commit: r493948 - /jakarta/commons/sandbox/i18n/trunk/pom.xml

Author: niallp
Date: Sun Jan  7 20:52:09 2007
New Revision: 493948

URL: http://svn.apache.org/viewvc?view=rev&rev=493948
Log:
Add resource element

Modified:
    jakarta/commons/sandbox/i18n/trunk/pom.xml

Modified: jakarta/commons/sandbox/i18n/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/i18n/trunk/pom.xml?view=diff&rev=493948&r1=493947&r2=493948
==============================================================================
--- jakarta/commons/sandbox/i18n/trunk/pom.xml (original)
+++ jakarta/commons/sandbox/i18n/trunk/pom.xml Sun Jan  7 20:52:09 2007
@@ -54,6 +54,14 @@
     <testSourceDirectory>src/test</testSourceDirectory>
     <resources>
       <resource>
+        <directory>${basedir}</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>LICENSE.txt</include>
+          <include>NOTICE.txt</include>
+        </includes>
+      </resource>
+      <resource>
         <directory>${basedir}/src/resources</directory>
       </resource>
     </resources>
@@ -103,10 +111,6 @@
   </dependencies>
   <reporting>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-changelog-plugin</artifactId>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org