You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:18:35 UTC

[GitHub] [beam] kennknowles opened a new issue, #18746: Maven archetype generation should not depend on parent pom files

kennknowles opened a new issue, #18746:
URL: https://github.com/apache/beam/issues/18746

   Currently, the sdks/java/maven-archetype projects shell out to maven in order to generate the archetypes. The project pom files use parent pom's, and thus create a dependency on maintaining the existing Maven pom files.
   
   We should break the dependency from this project to the rest of the pom files such that they can eventually be retired.
   
   Some ideas for breaking the dependency:
   
   1. Move the necessary logic inherited from the parent pom's directly into the archetype project pom files and remove the parent dependency. There shouldn't be much that the archetype build actually depends on.
   2. Convert the archetype generation to gradle. I'm not sure whether a native Gradle plugin exists, but the logic for jar generation should be simple.
   
   There has been some conversation [on the dev list](https://lists.apache.org/thread.html/c52a34d2e7cbb59f5c2d27a8ccebe542a21a214aab30bfb6f6f6f9cc@%3Cdev.beam.apache.org%3E)
   
   Imported from Jira [BEAM-4382](https://issues.apache.org/jira/browse/BEAM-4382). Original Jira may contain additional context.
   Reported by: swegner.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org