[
https://issues.apache.org/jira/browse/BEAM-5328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16605231#comment-16605231
]
Alan Myrvold commented on BEAM-5328:
------------------------------------
[https://github.com/apache/beam/blob/519e91e6de516a2800b23bec77a78acf8b94f075/release/src/main/groovy/QuickstartArchetype.groovy#L25]
Should be easy to add a test for the starter.
[https://github.com/apache/beam/blob/master/sdks/java/maven-archetypes/examples/build.gradle]
has the replace tokens calls
[https://github.com/apache/beam/blob/master/sdks/java/maven-archetypes/starter/build.gradle]
does not
> Java starter archetype does not contain dependency versions
> -----------------------------------------------------------
>
> Key: BEAM-5328
> URL: https://issues.apache.org/jira/browse/BEAM-5328
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-core
> Affects Versions: 2.6.0, 2.7.0
> Reporter: Luke Cwik
> Priority: Major
> Labels: newbie, starter
>
> The starter archetype contains resource annotation markers instead of
> versions:
> {code:java}
> <maven-compiler-plugin.version>@maven-compiler-plugin.version@</maven-compiler-plugin.version>
> <maven-exec-plugin.version>@maven-exec-plugin.version@</maven-exec-plugin.version>
> <slf4j.version>@slf4j.version@</slf4j.version>
> {code}
> in the properties block at the top.
>
> This means that the starter project is broken without the user manually
> editing the pom.xml that is generated and populating the versions at the top.
>
> We also lack testing that validates that the starter archetype works.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)