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

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

Author: ecn
Date: Fri Dec  2 19:47:33 2011
New Revision: 1209657

URL: http://svn.apache.org/viewvc?rev=1209657&view=rev
Log:
ACCUMULO-205: merge to 1.3 branch

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=1209657&r1=1209656&r2=1209657&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3/pom.xml (original)
+++ incubator/accumulo/branches/1.3/pom.xml Fri Dec  2 19:47:33 2011
@@ -45,6 +45,9 @@
 	  <include>NOTICE</include>
 	</includes>
       </resource>
+      <resource>
+        <directory>${basedir}/src/main/resources</directory>
+      </resource>
     </resources>
     <defaultGoal>package</defaultGoal>
     <plugins>