| LocationAwareMavenReader |
This class is nearly an exact copy of MavenXpp3ReaderEx (which tracks the
location of model elements in the original source POM).
|
| PomHelper |
Generalized static utilities for assisting with altering Maven POM files.
|
| PomModifications |
Tracks and applies modifications to a Maven POM file "in-place" to preserve formatting.
|
| PomModifications.Deletion |
Advances the input reader to the line at the specified end location, writing only the content that is not between
the start location and the end location to the output writer.
|
| PomModifications.Final |
A class to iteratively apply a series of POM file modifications.
|
| PomModifications.Insertion |
Inserts the produced content at the specified start line and before the existing content on that line.
|
| PomModifications.Modification |
The abstract class by which all POM file modifications inherit from.
|
| PomModifications.Replacement |
Replaces the content between the start and end locations with the produced content.
|