Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

maveniverse/nielsen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven JDom Parser

Enables reading and writing of Maven POM files without losing formats and comments.

It is based on work by Robert Scholte for version 3.0 of the Maven Release Plugin.

Installation

The project/library is (currently) not available in Maven Central, hence it must be cloned, built, installed and deployed manually.

Usage

This project used ETL. The typical usage is:

  1. Instantiate the JDomModelETL (probably using the JDomModelETLFactory).
  2. Read the pom.xml file using the extract method.
  3. Get the model object using the using the getModel method and do the desired modifications on it. NOTE that the transform method is not implemented.
  4. Write the (modified) pom.xml file using the load method.

License

This code is under the Apache Licence v2

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages