Repository: incubator-tephra Updated Branches: refs/heads/test/0.9.0 [created] e146a4e5d
Test multiple profile Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/fe03a3be Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/fe03a3be Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/fe03a3be Branch: refs/heads/test/0.9.0 Commit: fe03a3be293dd86c87a3bb81a152b84c784571ed Parents: 626e714 Author: Gokul Gunasekaran <[email protected]> Authored: Tue Jun 28 17:34:48 2016 -0700 Committer: Gokul Gunasekaran <[email protected]> Committed: Tue Jun 28 17:34:48 2016 -0700 ---------------------------------------------------------------------- pom.xml | 7 +++++++ tephra-hbase-compat-1.1/pom.xml | 23 +++++++++++++++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fe03a3be/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 4455efb..caa591e 100644 --- a/pom.xml +++ b/pom.xml @@ -194,6 +194,13 @@ </mailingList> </mailingLists> + <repositories> + <repository> + <id>cloudera</id> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> + </repository> + </repositories> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fe03a3be/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 1c3bc92..f9fd33f 100644 --- a/tephra-hbase-compat-1.1/pom.xml +++ b/tephra-hbase-compat-1.1/pom.xml @@ -104,9 +104,28 @@ <profiles> <profile> - <id>hbase1.2</id> + <id>cdh5.7</id> + <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> <properties> - <hbase11.version>1.2.1</hbase11.version> + <hadoop.version>2.6.0-cdh5.7.1</hadoop.version> + <hbase11.version>1.2.0-cdh5.7.1</hbase11.version> </properties> </profile> </profiles>
