HBASE-19089 Fix the list of included moduleSets in src and binary tars.
Change-Id: I2c4c3fab111fdc311c730c857bb09739dae5585b
This commit is contained in:
parent
ead8f9364c
commit
8a179ead50
|
@ -223,53 +223,51 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>${compat.module}</artifactId>
|
<artifactId>${compat.module}</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-shell</artifactId>
|
<artifactId>hbase-shell</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-thrift</artifactId>
|
<artifactId>hbase-thrift</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-rest</artifactId>
|
<artifactId>hbase-rest</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-external-blockcache</artifactId>
|
<artifactId>hbase-external-blockcache</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-testing-util</artifactId>
|
<artifactId>hbase-testing-util</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-metrics-api</artifactId>
|
<artifactId>hbase-metrics-api</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-metrics</artifactId>
|
<artifactId>hbase-metrics</artifactId>
|
||||||
<version>${project.version}</version>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<artifactId>hbase-protocol</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<artifactId>hbase-protocol-shaded</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-resource-bundle</artifactId>
|
<artifactId>hbase-resource-bundle</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-spark</artifactId>
|
<artifactId>hbase-spark</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.httpcomponents</groupId>
|
<groupId>org.apache.httpcomponents</groupId>
|
||||||
|
@ -282,13 +280,23 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-spark-it</artifactId>
|
<artifactId>hbase-spark-it</artifactId>
|
||||||
<version>${project.version}</version>
|
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-backup</artifactId>
|
<artifactId>hbase-backup</artifactId>
|
||||||
<version>${project.version}</version>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<artifactId>hbase-replication</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<artifactId>hbase-http</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<artifactId>hbase-examples</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<profiles>
|
<profiles>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
*/
|
*/
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!--Shared. Does common copying-->
|
<!-- Filesets shared by different binary tars. -->
|
||||||
<component>
|
<component>
|
||||||
<fileSets>
|
<fileSets>
|
||||||
<!--Copy over the site if built as docs dir -->
|
<!--Copy over the site if built as docs dir -->
|
||||||
|
|
|
@ -32,25 +32,33 @@
|
||||||
<moduleSet>
|
<moduleSet>
|
||||||
<useAllReactorProjects>true</useAllReactorProjects>
|
<useAllReactorProjects>true</useAllReactorProjects>
|
||||||
<includes>
|
<includes>
|
||||||
|
<!-- Keep this list sorted by name -->
|
||||||
<include>org.apache.hbase:hbase-annotations</include>
|
<include>org.apache.hbase:hbase-annotations</include>
|
||||||
|
<include>org.apache.hbase:hbase-backup</include>
|
||||||
<include>org.apache.hbase:hbase-client</include>
|
<include>org.apache.hbase:hbase-client</include>
|
||||||
<include>org.apache.hbase:hbase-common</include>
|
<include>org.apache.hbase:hbase-common</include>
|
||||||
|
<include>org.apache.hbase:hbase-endpoint</include>
|
||||||
<include>org.apache.hbase:hbase-examples</include>
|
<include>org.apache.hbase:hbase-examples</include>
|
||||||
<include>org.apache.hbase:hbase-hadoop2-compat</include>
|
<include>org.apache.hbase:hbase-external-blockcache</include>
|
||||||
<include>org.apache.hbase:hbase-hadoop-compat</include>
|
<include>org.apache.hbase:hbase-hadoop-compat</include>
|
||||||
|
<include>org.apache.hbase:hbase-hadoop2-compat</include>
|
||||||
|
<include>org.apache.hbase:hbase-http</include>
|
||||||
<include>org.apache.hbase:hbase-it</include>
|
<include>org.apache.hbase:hbase-it</include>
|
||||||
<include>org.apache.hbase:hbase-prefix-tree</include>
|
<include>org.apache.hbase:hbase-mapreduce</include>
|
||||||
|
<include>org.apache.hbase:hbase-metrics</include>
|
||||||
|
<include>org.apache.hbase:hbase-metrics-api</include>
|
||||||
<include>org.apache.hbase:hbase-procedure</include>
|
<include>org.apache.hbase:hbase-procedure</include>
|
||||||
<include>org.apache.hbase:hbase-protocol</include>
|
<include>org.apache.hbase:hbase-protocol</include>
|
||||||
|
<include>org.apache.hbase:hbase-protocol-shaded</include>
|
||||||
|
<include>org.apache.hbase:hbase-replication</include>
|
||||||
<include>org.apache.hbase:hbase-rest</include>
|
<include>org.apache.hbase:hbase-rest</include>
|
||||||
<include>org.apache.hbase:hbase-rsgroup</include>
|
<include>org.apache.hbase:hbase-rsgroup</include>
|
||||||
<include>org.apache.hbase:hbase-server</include>
|
<include>org.apache.hbase:hbase-server</include>
|
||||||
<include>org.apache.hbase:hbase-shell</include>
|
<include>org.apache.hbase:hbase-shell</include>
|
||||||
<include>org.apache.hbase:hbase-spark</include>
|
<include>org.apache.hbase:hbase-spark</include>
|
||||||
|
<include>org.apache.hbase:hbase-spark-it</include>
|
||||||
|
<include>org.apache.hbase:hbase-testing-util</include>
|
||||||
<include>org.apache.hbase:hbase-thrift</include>
|
<include>org.apache.hbase:hbase-thrift</include>
|
||||||
<include>org.apache.hbase:hbase-external-blockcache</include>
|
|
||||||
<include>org.apache.hbase:hbase-backup</include>
|
|
||||||
<include>org.apache.hbase:hbase-mapreduce</include>
|
|
||||||
</includes>
|
</includes>
|
||||||
<!-- Binaries for the dependencies also go in the hbase-jars directory -->
|
<!-- Binaries for the dependencies also go in the hbase-jars directory -->
|
||||||
<binaries>
|
<binaries>
|
||||||
|
|
27
pom.xml
27
pom.xml
|
@ -1565,6 +1565,11 @@
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
<!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
|
<!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<artifactId>hbase-backup</artifactId>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hbase</groupId>
|
<groupId>org.apache.hbase</groupId>
|
||||||
<artifactId>hbase-error-prone</artifactId>
|
<artifactId>hbase-error-prone</artifactId>
|
||||||
|
@ -1761,6 +1766,28 @@
|
||||||
<type>test-jar</type>
|
<type>test-jar</type>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<artifactId>hbase-rest</artifactId>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<artifactId>hbase-resource-bundle</artifactId>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<artifactId>hbase-spark</artifactId>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<artifactId>hbase-spark-it</artifactId>
|
||||||
|
<groupId>org.apache.hbase</groupId>
|
||||||
|
<version>${project.version}</version>
|
||||||
|
<type>test-jar</type>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<!-- General dependencies -->
|
<!-- General dependencies -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.stephenc.findbugs</groupId>
|
<groupId>com.github.stephenc.findbugs</groupId>
|
||||||
|
|
Loading…
Reference in New Issue