Skip to content

psakar/pom-manipulation-ext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

POM Manipulation Extension (PME) is a Maven tool to align the versions in your POMs according to some external reference, sort of like a BOM but much more extensive and without the added baggage of a BOM declaration.

It is suppplied as a core library, a Maven extension (in the sense of installing to lib/ext, not pom.xml <extensions/>) and a command line tool.

This extension combines many of the features of VMan, Maven Versioning Extension and Maven Dependency Management Extension.

For more details on usage see https://release-engineering.github.io/pom-manipulation-ext.

Developing

Prequisites

  • Java 1.6 or later
  • Maven 3.0.4 or later.

Commits

An example codestyle.xml is supplied which is compatible with Eclipse and may also be imported into IntelliJ. There is also an IntelliJ compatible copyright template suitable for use when the project is imported into IntelliJ.

Building

mvn clean install will compile and run all of the unit tests. In order to run the integration tests -Prun-its should be passed in. For the command line tests, it is possible to run a specific one by passing e.g. -Dtest=DefaultCliIntegrationTest -Dtest-cli=<test name e.g. depmgmt-strict-mode-exact>.

In order to edit the website at https://release-engineering.github.io/pom-manipulation-ext checkout the gh-pages branch. It is possible to use Jekyll (https://help.github.com/articles/using-jekyll-with-pages) to preview the changes. Jekyll can be run with jekyll serve --watch -V

About

A more generic framework-style extension for preprocessing Maven pom.xml files before the build runs (from within Maven itself)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 86.3%
  • Groovy 13.7%