https://github.com/fabric8io/maven-model-helper
A library to parse Maven descriptors (pom.xml) and write changes to the model preserving the original comments
https://github.com/fabric8io/maven-model-helper
java maven parser
Last synced: 3 months ago
JSON representation
A library to parse Maven descriptors (pom.xml) and write changes to the model preserving the original comments
- Host: GitHub
- URL: https://github.com/fabric8io/maven-model-helper
- Owner: fabric8io
- License: apache-2.0
- Created: 2018-09-11T21:58:34.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T11:34:54.000Z (4 months ago)
- Last Synced: 2025-06-20T12:36:07.871Z (4 months ago)
- Topics: java, maven, parser
- Language: Java
- Homepage:
- Size: 452 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maven Model Helper

A library to parse Maven descriptors (pom.xml) and write changes to the model preserving the original comments
To use this library, add the following dependency to your project:
```xml
io.fabric8
maven-model-helper
37```
See MavenTest for more details