io.github.blackappsolutions:project-settings-extension

This extension could load .mvn/settings.xml as project settings, and merge it into effective setting.


Licenses
Apache-2.0/libpng-2.0

Documentation

project-settings-extension

Fork of https://github.com/gzm55/project-settings-maven-extension.

It allows the project specific use of the following tags in settings.xml (which the original version denies):

<settings>
  <interactiveMode>false</interactiveMode>
  <localRepository>${env.HOME}/clients/abc/.mvn_repo</localRepository>
</settings>

Hopefully soon avail. in maven repo central (request pending) under:

<dependency>
  <groupId>io.github.blackappsolutions</groupId>
  <artifactId>project-settings-extension</artifactId>
  <version>0.2.10</version>
</dependency>