[
https://issues.apache.org/jira/browse/BEAM-7302?focusedWorklogId=241988&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-241988
]
ASF GitHub Bot logged work on BEAM-7302:
----------------------------------------
Author: ASF GitHub Bot
Created on: 14/May/19 19:42
Start Date: 14/May/19 19:42
Worklog Time Spent: 10m
Work Description: lukecwik commented on pull request #8577: [BEAM-7302]
Fix project dependencies in pom.xml outputs
URL: https://github.com/apache/beam/pull/8577#discussion_r283967112
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -36,6 +36,9 @@ import org.gradle.api.tasks.compile.JavaCompile
import org.gradle.api.tasks.javadoc.Javadoc
import org.gradle.api.tasks.testing.Test
import org.gradle.testing.jacoco.tasks.JacocoReport
+
+import java.util.concurrent.atomic.AtomicInteger
Review comment:
nit: fix import ordering
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 241988)
Time Spent: 20m (was: 10m)
> Dependencies are broken in SNAPSHOT pom files
> ---------------------------------------------
>
> Key: BEAM-7302
> URL: https://issues.apache.org/jira/browse/BEAM-7302
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Affects Versions: 2.14.0
> Reporter: Ismaël Mejía
> Assignee: Michael Luckey
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The generated pom in the SNAPSHOTS repository points to dependencies that
> don't have the correct name, for example [the beam-sdks-java-core
> pom|https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.14.0-SNAPSHOT/beam-sdks-java-core-2.14.0-20190514.072148-6.pom]
> points to
> {code}
> <dependency>
> <groupId>beam.model</groupId>
> <artifactId>pipeline</artifactId>
> <version>2.14.0-SNAPSHOT</version>
> <scope>compile</scope>
> </dependency>
> {code}
> but such groupId and artifactId do not exist (and have not existed in the
> past).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)