You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by vi...@apache.org on 2011/12/02 18:06:44 UTC

svn commit: r1209587 - /incubator/accumulo/branches/1.3/pom.xml

Author: vines
Date: Fri Dec  2 17:06:44 2011
New Revision: 1209587

URL: http://svn.apache.org/viewvc?rev=1209587&view=rev
Log:
ACCUMULO-205 appropriate files are now included. Needs to be merged to 1.4 and the RC tags. Don't marge to trunk, I think we need to reimplment with the maven changes. Also, we may want to llok into excluding the maven folder that shows up in there

Modified:
    incubator/accumulo/branches/1.3/pom.xml

Modified: incubator/accumulo/branches/1.3/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3/pom.xml?rev=1209587&r1=1209586&r2=1209587&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/pom.xml (original)
+++ incubator/accumulo/branches/1.3/pom.xml Fri Dec  2 17:06:44 2011
@@ -34,6 +34,18 @@
   </modules>
 
   <build>
+    <resources>
+      <resource>
+        <directory>${basedir}/../../</directory>
+        <targetPath>META-INF</targetPath>
+	<includes>
+	  <include>CHANGES</include>
+	  <include>LICENSE</include>
+	  <include>DISCLAIMER</include>
+	  <include>NOTICE</include>
+	</includes>
+      </resource>
+    </resources>
     <defaultGoal>package</defaultGoal>
     <plugins>
       <plugin>
@@ -123,6 +135,7 @@
             <include>web/**</include>
             <include>randomwalk/**</include>
             <include>*.*</include>
+	    <include>**/META-INF/*</include>
           </includes>
         </configuration>
       </plugin>