Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHOENIX-6121 hbase-compat-2.3 jar missing from assembly root #876

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions phoenix-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-hbase-compat-2.2.1</artifactId>
</dependency>
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-hbase-compat-2.3.0</artifactId>
</dependency>
<dependency>
<groupId>org.apache.omid</groupId>
<artifactId>omid-hbase-tools-hbase2.x</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<includes>
<include>org.apache.phoenix:phoenix-hbase-compat-2.1.6</include>
<include>org.apache.phoenix:phoenix-hbase-compat-2.2.1</include>
<include>org.apache.phoenix:phoenix-hbase-compat-2.3.0</include>
</includes>
</dependencySet>
<dependencySet>
Expand Down
18 changes: 0 additions & 18 deletions phoenix-assembly/src/build/components/all-common-jars.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@
in maven 3.0. Until then, we have to include the jars for sub-projects explicitly.
Otherwise, test jars are pulled in wrongly.
-->
<fileSet>
<directory>${project.basedir}/../phoenix-hadoop-compat/target/</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>phoenix-*.jar</include>
</includes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>${project.basedir}/../phoenix-core/target/</directory>
<outputDirectory>lib</outputDirectory>
Expand All @@ -68,15 +60,5 @@
</includes>
<fileMode>0644</fileMode>
</fileSet>
<fileSet>
<directory>
${project.basedir}/../phoenix-hbase-compat-${hbase.compat.version}/target/
</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>phoenix-*.jar</include>
</includes>
<fileMode>0644</fileMode>
</fileSet>
</fileSets>
</component>