An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Maven Model Helper

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/fabric8-launcher/maven-model-helper/maven.yml?logo=github&style=for-the-badge)
![Maven Central](https://img.shields.io/maven-central/v/io.fabric8/maven-model-helper?style=for-the-badge)

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