Repository: incubator-tephra Updated Branches: refs/heads/test/0.9.0 dec27471d -> 8b9abd4e2
Remove execution Project: http://git-wip-us.apache.org/repos/asf/incubator-tephra/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tephra/commit/fd46193a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tephra/tree/fd46193a Diff: http://git-wip-us.apache.org/repos/asf/incubator-tephra/diff/fd46193a Branch: refs/heads/test/0.9.0 Commit: fd46193a7fc83c7e5402418d9e239f54b24f2867 Parents: dec2747 Author: Gokul Gunasekaran <[email protected]> Authored: Wed Jun 29 14:54:20 2016 -0700 Committer: Gokul Gunasekaran <[email protected]> Committed: Wed Jun 29 14:54:20 2016 -0700 ---------------------------------------------------------------------- tephra-examples/pom.xml | 18 ------------------ tephra-hbase-compat-1.1/pom.xml | 18 ------------------ 2 files changed, 36 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fd46193a/tephra-examples/pom.xml ---------------------------------------------------------------------- diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml index 94da1f9..8ae65ed 100644 --- a/tephra-examples/pom.xml +++ b/tephra-examples/pom.xml @@ -104,24 +104,6 @@ <profiles> <profile> <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> <hadoop.version>2.6.0-cdh5.7.1</hadoop.version> <hbase12.version>1.2.0-cdh5.7.1</hbase12.version> http://git-wip-us.apache.org/repos/asf/incubator-tephra/blob/fd46193a/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 15b490f..4ce0df3 100644 --- a/tephra-hbase-compat-1.1/pom.xml +++ b/tephra-hbase-compat-1.1/pom.xml @@ -105,24 +105,6 @@ <profiles> <profile> <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> <hadoop.version>2.6.0-cdh5.7.1</hadoop.version> <hbase11.version>1.2.0-cdh5.7.1</hbase11.version>
