Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 642 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 642 Bytes

Maven Model Helper

GitHub Workflow Status Maven Central

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:

<dependency>
  <groupId>io.fabric8</groupId>
  <artifactId>maven-model-helper</artifactId>
  <version>37</version>
</dependency>

See MavenTest for more details