You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2017/06/14 00:26:13 UTC

[2/4] accumulo git commit: ACCUMULO-4432 Use warbucks.skip in maven-plugin

ACCUMULO-4432 Use warbucks.skip in maven-plugin

Skip execution of warbucks-maven-plugin in the build and integration
testing for accumulo-maven-plugin. Its ITs do not need to be
categorized.


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

Branch: refs/heads/master
Commit: e7e5b6ba81e9f868148d6b137663b9d5b09800ae
Parents: 1224231
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jun 13 20:22:28 2017 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jun 13 20:22:28 2017 -0400

----------------------------------------------------------------------
 maven-plugin/src/it/plugin-test/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e7e5b6ba/maven-plugin/src/it/plugin-test/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugin/src/it/plugin-test/pom.xml b/maven-plugin/src/it/plugin-test/pom.xml
index 93fad9b..6dab3de 100644
--- a/maven-plugin/src/it/plugin-test/pom.xml
+++ b/maven-plugin/src/it/plugin-test/pom.xml
@@ -30,6 +30,10 @@
 
   <description>A simple IT verifying the basic use case.</description>
 
+  <properties>
+    <warbucks.skip>true</warbucks.skip>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>commons-cli</groupId>