Repository: incubator-tephra Updated Branches: refs/heads/test/0.9.0 43edf45e8 -> eb0f10827
Add jar-plugin with classifier for CDH5.7 Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/2164f998 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/2164f998 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/2164f998 Branch: refs/heads/test/0.9.0 Commit: 2164f9983d1b47bb0489523a0d012d73921bc1bb Parents: 43edf45 Author: Gokul Gunasekaran <[email protected]> Authored: Thu Jul 7 11:20:00 2016 -0700 Committer: Gokul Gunasekaran <[email protected]> Committed: Thu Jul 7 11:20:00 2016 -0700 ---------------------------------------------------------------------- tephra-hbase-compat-1.1/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/2164f998/tephra-hbase-compat-1.1/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-hbase-compat-1.1/pom.xml b/tephra-hbase-compat-1.1/pom.xml index 17baba0..921cfef 100644 --- a/tephra-hbase-compat-1.1/pom.xml +++ b/tephra-hbase-compat-1.1/pom.xml @@ -109,6 +109,24 @@ <hadoop.version>2.6.0-cdh5.7.1</hadoop.version> <hbase11.version>1.2.0-cdh5.7.1</hbase11.version> </properties> + <build> + <plugins> + <plugin> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <goals> + <goal>jar</goal> + </goals> + <configuration> + <classifier>cdh5.7</classifier> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> </profile> </profiles>
