Replace hardcoded version with Maven Central lookup
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 6
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
g8 supports declaring default property values as Maven Central lookups (with some filtering too).
See for example https://github.com/akka/akka-grpc-quickstart-java.g8/blob/ca45326ccca94b9acb3e3113b754d5ad81e48cc8/src/main/g8/default.properties#L3
related to https://github.com/lagom/lagom-scala.g8/issues/39
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with g8's Maven Central lookup documentation and the linked akka-grpc-quickstart-java.g8 default.properties example. Locate the hardcoded version property in this template and compare its declaration with that example; done means the version is resolved through a Maven Central lookup with the required filtering.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100