[
https://issues.apache.org/jira/browse/HBASE-14298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14709483#comment-14709483
]
Andrew Purtell commented on HBASE-14298:
----------------------------------------
The reactor order is unchanged after this patch, for {{clean install
assembly:single -DskipTests}}
Before:
{noformat}
[INFO] Apache HBase ....................................... SUCCESS [ 3.364 s]
[INFO] Apache HBase - Checkstyle .......................... SUCCESS [ 0.457 s]
[INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ 0.148 s]
[INFO] Apache HBase - Annotations ......................... SUCCESS [ 0.615 s]
[INFO] Apache HBase - Common .............................. SUCCESS [ 8.398 s]
[INFO] Apache HBase - Protocol ............................ SUCCESS [ 7.666 s]
[INFO] Apache HBase - Client .............................. SUCCESS [ 3.701 s]
[INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [ 0.206 s]
[INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ 1.478 s]
[INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ 1.116 s]
[INFO] Apache HBase - Server .............................. SUCCESS [ 14.349 s]
[INFO] Apache HBase - Testing Util ........................ SUCCESS [ 2.114 s]
[INFO] Apache HBase - Thrift .............................. SUCCESS [ 3.645 s]
[INFO] Apache HBase - Rest ................................ SUCCESS [ 1.686 s]
[INFO] Apache HBase - Shell ............................... SUCCESS [ 0.831 s]
[INFO] Apache HBase - Integration Tests ................... SUCCESS [ 1.132 s]
[INFO] Apache HBase - Examples ............................ SUCCESS [ 0.825 s]
[INFO] Apache HBase - Assembly ............................ SUCCESS [ 18.324 s]
{noformat}
After:
{noformat}
[INFO] Apache HBase ....................................... SUCCESS [ 3.781 s]
[INFO] Apache HBase - Checkstyle .......................... SUCCESS [ 0.546 s]
[INFO] Apache HBase - Resource Bundle ..................... SUCCESS [ 0.169 s]
[INFO] Apache HBase - Annotations ......................... SUCCESS [ 0.728 s]
[INFO] Apache HBase - Common .............................. SUCCESS [ 9.944 s]
[INFO] Apache HBase - Protocol ............................ SUCCESS [ 8.382 s]
[INFO] Apache HBase - Client .............................. SUCCESS [ 4.048 s]
[INFO] Apache HBase - Hadoop Compatibility ................ SUCCESS [ 0.201 s]
[INFO] Apache HBase - Hadoop Two Compatibility ............ SUCCESS [ 1.440 s]
[INFO] Apache HBase - Prefix Tree ......................... SUCCESS [ 1.268 s]
[INFO] Apache HBase - Server .............................. SUCCESS [ 21.255 s]
[INFO] Apache HBase - Testing Util ........................ SUCCESS [ 3.582 s]
[INFO] Apache HBase - Thrift .............................. SUCCESS [ 3.875 s]
[INFO] Apache HBase - Rest ................................ SUCCESS [ 1.963 s]
[INFO] Apache HBase - Shell ............................... SUCCESS [ 0.876 s]
[INFO] Apache HBase - Integration Tests ................... SUCCESS [ 1.421 s]
[INFO] Apache HBase - Examples ............................ SUCCESS [ 1.011 s]
[INFO] Apache HBase - Assembly ............................ SUCCESS [ 19.955 s]
{noformat}
> Source assemblies incorrect after recent POM changes (0.98)
> -----------------------------------------------------------
>
> Key: HBASE-14298
> URL: https://issues.apache.org/jira/browse/HBASE-14298
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.98.14
> Reporter: Andrew Purtell
> Assignee: Andrew Purtell
> Priority: Blocker
> Fix For: 0.98.14
>
> Attachments: HBASE-14298-0.98.patch, HBASE-14298-0.98.patch
>
>
> After recent POM changes when building source assemblies:
> {noformat}
> $ mvn clean install -DskipTests assembly:single \
> -Dassembly.file=hbase-assembly/src/main/assembly/src.xml -Prelease
> {noformat}
> several modules are now missing from the resulting tarball: hbase-assembly,
> hbase-examples, hbase-it, hbase-resource-bundle, hbase-rest, hbase-shell,
> hbase-testing-util, hbase-thrift
> Here's what we should have:
> {noformat}
> bin
> CHANGES.txt
> conf
> dev-support
> hbase-annotations
> hbase-assembly
> hbase-checkstyle
> hbase-client
> hbase-common
> hbase-examples
> hbase-hadoop1-compat
> hbase-hadoop2-compat
> hbase-hadoop-compat
> hbase-it
> hbase-prefix-tree
> hbase-protocol
> hbase-resource-bundle
> hbase-rest
> hbase-server
> hbase-shell
> hbase-testing-util
> hbase-thrift
> LICENSE.txt
> NOTICE.txt
> pom.xml
> README.txt
> src
> {noformat}
> Here's what only shows up in the source tarball:
> {noformat}
> bin
> CHANGES.txt
> conf
> dev-support
> hbase-annotations
> hbase-checkstyle
> hbase-client
> hbase-common
> hbase-hadoop1-compat
> hbase-hadoop2-compat
> hbase-hadoop-compat
> hbase-prefix-tree
> hbase-protocol
> hbase-resource-bundle
> hbase-server
> LICENSE.txt
> NOTICE.txt
> pom.xml
> README.txt
> src
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)