[ 
https://issues.apache.org/jira/browse/HDDS-2704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated HDDS-2704:
---------------------------------
    Labels: pull-request-available  (was: )

> 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
>
> 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: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to