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.
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.