jqassistant-archive / jqa-commandline-tool

http://jqassistant.org/
GNU General Public License v3.0
10 stars 3 forks source link

Use Maven .m2/... directory as default local repository instead of .jqassistant/... #36

Closed SebastianWendorf closed 4 months ago

SebastianWendorf commented 5 months ago

jQAssistant should use the default Maven directory for storing downloaded plugin dependencies, if no configuration of the local repository location is provided (through a settings.xml or otherwise). Currently downloaded dependencies are stored under .jqassistant/... which is often not included in explicit cleanup jobs as they might exist on build servers or alike.