You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by bi...@apache.org on 2012/03/19 20:36:07 UTC

svn commit: r1302615 - /incubator/accumulo/branches/1.4/src/examples/simple/pom.xml

Author: billie
Date: Mon Mar 19 19:36:06 2012
New Revision: 1302615

URL: http://svn.apache.org/viewvc?rev=1302615&view=rev
Log:
ACCUMULO-472 added output directory for maven-source-plugin to simple examples pom

Modified:
    incubator/accumulo/branches/1.4/src/examples/simple/pom.xml

Modified: incubator/accumulo/branches/1.4/src/examples/simple/pom.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/examples/simple/pom.xml?rev=1302615&r1=1302614&r2=1302615&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/src/examples/simple/pom.xml (original)
+++ incubator/accumulo/branches/1.4/src/examples/simple/pom.xml Mon Mar 19 19:36:06 2012
@@ -62,6 +62,12 @@
           </includes>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-source-plugin</artifactId>
+        <configuration>
+          <outputDirectory>../../../lib</outputDirectory>
+        </configuration>
+      </plugin>
     </plugins>
   </build>