[
https://issues.apache.org/jira/browse/HBASE-13596?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Dimiduk updated HBASE-13596:
---------------------------------
Attachment: 0001-HBASE-13596-src-assembly-does-not-build.patch
Looks like we're missing some modules. Had to add a bit of funny business
because of the nested shaded-* modules. Followed the recipe at
http://maven.apache.org/plugins/maven-assembly-plugin/advanced-module-set-topics.html#Excluding_Modules_of_Modules_from_Direct_Assembly_Processing
Before patch, I get while building from src tgz
{noformat}
hw11397:hbase-1.1.0 ndimiduk$ mvn clean package -DskipTests
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.apache.hbase:hbase:1.1.0
(/private/tmp/hbase-1.1.0/pom.xml) has 4 errors
[ERROR] Child module /private/tmp/hbase-1.1.0/hbase-assembly of
/private/tmp/hbase-1.1.0/pom.xml does not exist
[ERROR] Child module /private/tmp/hbase-1.1.0/hbase-testing-util of
/private/tmp/hbase-1.1.0/pom.xml does not exist
[ERROR] Child module /private/tmp/hbase-1.1.0/hbase-checkstyle of
/private/tmp/hbase-1.1.0/pom.xml does not exist
[ERROR] Child module /private/tmp/hbase-1.1.0/hbase-shaded of
/private/tmp/hbase-1.1.0/pom.xml does not exist
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
{noformat}
after patch it's build success.
[~enis] [~stack]
> src assembly does not build
> ---------------------------
>
> Key: HBASE-13596
> URL: https://issues.apache.org/jira/browse/HBASE-13596
> Project: HBase
> Issue Type: Bug
> Components: build
> Reporter: Nick Dimiduk
> Assignee: Nick Dimiduk
> Fix For: 2.0.0, 1.1.0, 1.2.0
>
> Attachments: 0001-HBASE-13596-src-assembly-does-not-build.patch
>
>
> Going through the RC motions, tried building from the src tgz. Looks like
> there's some missing pieces there.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)