ACCUMULO-1882 wikisearch-ingest module fails to build.

Work around MDEP-187 by using prepare-package instead of process-resources to 
copy deps to the lib/ directory.


Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/49f553a0
Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/49f553a0
Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/49f553a0

Branch: refs/heads/master
Commit: 49f553a03a57ae53c8aa4308cbd36bcd8845b892
Parents: 1e4a40b
Author: Sean Busbey <bus...@clouderagovt.com>
Authored: Tue Dec 17 10:12:51 2013 -0500
Committer: Sean Busbey <bus...@cloudera.com>
Committed: Mon Mar 10 11:04:13 2014 -0500

----------------------------------------------------------------------
 ingest/pom.xml | 2 +-
 pom.xml        | 2 +-
 query/pom.xml  | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/49f553a0/ingest/pom.xml
----------------------------------------------------------------------
diff --git a/ingest/pom.xml b/ingest/pom.xml
index c4e0336..cd8df15 100644
--- a/ingest/pom.xml
+++ b/ingest/pom.xml
@@ -96,7 +96,7 @@
         <executions>
           <execution>
             <id>copy-dependencies</id>
-            <phase>process-resources</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>

http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/49f553a0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 44996e9..69b85db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,7 +133,7 @@
         <executions>
           <execution>
             <id>copy-dependencies</id>
-            <phase>process-resources</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>

http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/49f553a0/query/pom.xml
----------------------------------------------------------------------
diff --git a/query/pom.xml b/query/pom.xml
index eb932f9..c8192f6 100644
--- a/query/pom.xml
+++ b/query/pom.xml
@@ -99,7 +99,7 @@
         <executions>
           <execution>
             <id>copy-dependencies</id>
-            <phase>process-resources</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>
@@ -183,7 +183,7 @@
             <executions>
               <execution>
                 <id>copy-dependencies</id>
-                <phase>process-resources</phase>
+                <phase>prepare-package</phase>
                 <goals>
                   <goal>copy-dependencies</goal>
                 </goals>

Reply via email to