SLIDER-484 app-package/hbase not in slider base pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/e631a132 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/e631a132 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/e631a132 Branch: refs/heads/feature/SLIDER-481_allow_dedicated_handling_of_exports Commit: e631a13233af331803f50f64fd30272affe6f47c Parents: fef98cd Author: Steve Loughran <[email protected]> Authored: Fri Oct 3 15:21:00 2014 -0700 Committer: Steve Loughran <[email protected]> Committed: Fri Oct 3 15:21:00 2014 -0700 ---------------------------------------------------------------------- app-packages/accumulo/pom.xml | 2 +- app-packages/hbase/pom.xml | 2 +- pom.xml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e631a132/app-packages/accumulo/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/accumulo/pom.xml b/app-packages/accumulo/pom.xml index bc4b591..f2f1a35 100644 --- a/app-packages/accumulo/pom.xml +++ b/app-packages/accumulo/pom.xml @@ -74,7 +74,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> + <version>${maven-antrun-plugin.version}</version> <executions> <execution> <id>copy</id> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e631a132/app-packages/hbase/pom.xml ---------------------------------------------------------------------- diff --git a/app-packages/hbase/pom.xml b/app-packages/hbase/pom.xml index 519d7c1..be1b858 100644 --- a/app-packages/hbase/pom.xml +++ b/app-packages/hbase/pom.xml @@ -45,7 +45,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.7</version> + <version>${maven-antrun-plugin.version}</version> <executions> <execution> <id>copy</id> http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e631a132/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b31d476..6d35407 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ <module>slider-core</module> <module>slider-agent</module> <module>app-packages/accumulo</module> + <module>app-packages/hbase</module> <module>slider-assembly</module> <module>slider-funtest</module> <module>slider-providers/hbase/slider-hbase-provider</module> @@ -193,6 +194,7 @@ <maven.version.range>[3.0.0,)</maven.version.range> + <maven-antrun-plugin.version>1.7</maven-antrun-plugin.version> <maven-assembly-plugin.version>2.4</maven-assembly-plugin.version> <maven.cobertura.version>2.5.2</maven.cobertura.version> <maven-compiler-plugin.version>3.1</maven-compiler-plugin.version>
