This is actually automatically done by the maven-release-plugin:prepare goal The...
- Dominant language
- Java
- Stars
- 274
- Forks
- 140
- Avg merge
- 5d 16h
- Merged PRs (30d)
- 4
Description
This is actually automatically done by the maven-release-plugin:prepare goal Therefore it could be removed
https://github.com/apache/incubator-wayang/blob/d75a5723989928ac2e633d76bf665b2a5cb3eaf1/pom.xml#L394
```xml
- Prevents thrid-party snapshot dependencies in projects
-->
pre-release
```
804459869284a1d6ffb17aa59d9037716a1b8901
Contributor guide
Research direction
Start in pom.xml at the pre-release profile linked in the issue, and check how maven-release-plugin:prepare handles third-party snapshot dependencies. Remove the redundant profile, then verify the Maven release configuration still reflects the intended behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100