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:45:45 UTC

svn commit: r1209653 - /incubator/accumulo/branches/1.3.5rc/pom.xml

Author: ecn
Date: Fri Dec  2 19:45:45 2011
New Revision: 1209653

URL: http://svn.apache.org/viewvc?rev=1209653&view=rev
Log:
ACCUMULO-205: still need the default behavior of including the resources directory in the jar

Modified:
    incubator/accumulo/branches/1.3.5rc/pom.xml

Modified: incubator/accumulo/branches/1.3.5rc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.3.5rc/pom.xml?rev=1209653&r1=1209652&r2=1209653&view=diff
==============================================================================
--- incubator/accumulo/branches/1.3.5rc/pom.xml (original)
+++ incubator/accumulo/branches/1.3.5rc/pom.xml Fri Dec  2 19:45:45 2011
@@ -45,6 +45,9 @@
 	  <include>NOTICE</include>
 	</includes>
       </resource>
+      <resource>
+        <directory>${basedir}/src/main/resources</directory>
+      </resource>
     </resources>
     <defaultGoal>package</defaultGoal>
     <plugins>