tosun-si commented on PR #1:
URL:
https://github.com/apache/beam-starter-kotlin/pull/1#issuecomment-1210979014
@brucearctor OK I understand, I was wrong in my analysis, only the Maven
Archetype generates a project with a Maven pom.xml file :
```shell
mvn archetype:generate \
-DarchetypeGroupId=org.apache.beam \
-DarchetypeArtifactId=beam-sdks-java-maven-archetypes-examples \
-DarchetypeVersion=2.40.0 \
-DgroupId=org.example \
-DartifactId=word-count-beam \
-Dversion="0.1" \
-Dpackage=org.apache.beam.examples \
-DinteractiveMode=false
```
In this case, Gradle is the good choice :)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]