[
https://issues.apache.org/jira/browse/HDDS-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17000236#comment-17000236
]
Arpit Agarwal commented on HDDS-2704:
-------------------------------------
Can you describe to me exactly how the whole community is broken?
> Source tar file is not created during the relase build
> ------------------------------------------------------
>
> Key: HDDS-2704
> URL: https://issues.apache.org/jira/browse/HDDS-2704
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Marton Elek
> Assignee: Marton Elek
> Priority: Blocker
> Labels: pull-request-available
> Fix For: 0.4.2
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Thanks to [~dineshchitlangia] who reported this problem.
> With a release build:
> {code:java}
> mvn clean install -Dmaven.javadoc.skip=true -DskipTests -Psign,dist,src -Dtar
> -Dgpg.keyname=$CODESIGNINGKEY {code}
> The source package (*the* release) is not created.
> In fact it's created, but the problem with the order of clean and install:
> * clean is executed in the root project
> * install is executed in the root project (creates
> hadoop-ozone/dist/target/..src.tar.gx
> * .....
> * clean is executed in the hadoop-ozone/dist project *(here the src package
> is deleted)*
> * install is executed in the hadoop-ozone/dist project
> One possible fix is to move the creation of the src package to the
> hadoop-ozone/dist project (but do it from the project root)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]