Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.82 KB

readme.md

File metadata and controls

49 lines (35 loc) · 1.82 KB

Arkon Maven Extension

Dynamically provision global remote maven project parent.

Apache License, Version 2.0, January 2004 Travis Status

Install Production Release Development Release
Artifact Central Bintray

Extension features

  • downloads remote parent pom.xml
  • early in maven project build
  • operates on paths lists

Usage example

  1. Register project extension
${project}/.mvn/extensions.xml
  1. Configure extension settings
${project}/.mvn/arkon.props
  1. Activate parent in the project
${project}/pom.xml

Now, run a build, and find a parent in .mvn

mvn clean install
ls -las ${project}/.mvn/pom.xml

Sample parent repository

random-maven/arkon