issues
search
par-tec
/
super-sast
A docker container with different testing tools.
BSD 3-Clause "New" or "Revised" License
12
stars
3
forks
source link
Align M2_HOME and HOME
#24
Open
ioggstream
opened
1 year ago
ioggstream
commented
1 year ago
I expect
M2_HOME to be passed to mvn via
MAVEN_OPTS
or aligned with
HOME
Instead
if M2_HOME != HOME, M2_HOME is not used and all dependencies are downloaded again.
I expect
MAVEN_OPTS
or aligned withHOME
Instead