GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Bring markup for mavenCoordinates in sync with maven
Open
cleanup
p4
Platform
priority: p4
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
While adding new libraries by reference to Maven central in libraries/plugin.xml, it occurred to me that
```
```
is unnecessarily distinct from actual maven pom.xml markup. This might better be simply
```
javax.servlet
servlet-api
2.5
```
If nothing else, this enables us to add new libraries with more copy-pasta and less error-prone manual typing. I did encounter on bug (mixed up groupId and artifactID) that cost me a few minutes here.
Contributor guide
Assessment
This issue has not been assessed yet.