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: 5 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 (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2026-01-30T18:49:38.000Z (5 months ago)
- Last Synced: 2026-01-31T11:37:43.457Z (5 months ago)
- Topics: java, maven, parser
- Language: Java
- Homepage:
- Size: 510 KB
- Stars: 12
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
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