[ 
https://issues.apache.org/jira/browse/BEAM-3255?focusedWorklogId=103417&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-103417
 ]

ASF GitHub Bot logged work on BEAM-3255:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/May/18 16:28
            Start Date: 18/May/18 16:28
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #424: 
[BEAM-3255] Updating release guide to use Gradle commands
URL: https://github.com/apache/beam-site/pull/424#discussion_r189324395
 
 

 ##########
 File path: src/contribute/release-guide.md
 ##########
 @@ -158,12 +158,11 @@ Adjust any of the above properties to the improve 
clarity and presentation of th
 
 ### Verify that a Release Build Works
 
-Run `mvn -Prelease clean install` to ensure that the build processes that are 
specific to that
-profile are in good shape.
+Run `./gradlew -PisRelease clean build` to ensure that the build processes 
that are specific to that profile are in good shape.
 
 Review comment:
   From a clean workspace `git clean -fdx`, perform `./gradlew -PisRelease 
build`
   
   The gradle tasks you list don't run in the order that you specified, they 
just get added to the task tree and execute in dependency order (and if there 
is no dependency between them, then in arbitrary order).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 103417)
    Time Spent: 7.5h  (was: 7h 20m)

> Update release process to use Gradle
> ------------------------------------
>
>                 Key: BEAM-3255
>                 URL: https://issues.apache.org/jira/browse/BEAM-3255
>             Project: Beam
>          Issue Type: Sub-task
>          Components: build-system
>            Reporter: Luke Cwik
>            Assignee: Alan Myrvold
>            Priority: Major
>             Fix For: Not applicable
>
>          Time Spent: 7.5h
>  Remaining Estimate: 0h
>
> This task is about configuring Gradle to generate pom's and artifacts 
> required to perform a release and update the nightly release snapshot Jenkins 
> jobs found here 
> https://github.com/apache/beam/blob/master/.test-infra/jenkins/job_beam_Release_NightlySnapshot.groovy
> We will also require some integration tests to run against the released 
> nightly snapshot artifacts to ensure that what was built is valid.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to