[
https://issues.apache.org/jira/browse/BEAM-3255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16495232#comment-16495232
]
Etienne Chauchot commented on BEAM-3255:
----------------------------------------
I did some tests on the maven artifacts produced by the gradle build:
I published maven artifacts to local maven repo using :
{code:java}
./gradlew publishToMavenLocal -PisRelease --no-parallel -x test{code}
then used beam samples project (maven based) and did a
{code:java}
mvn dependency:tree{code}
=> transitive dependencies of all beam related artifacts are well resolved
> 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: 8h
> 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)