licensing - Skipping some license tests in Maven -
i want skip license test in vain.
i tried several things such -dlicense.skip=true
or -dlicensing
or drat.numunapprovedlicense=100
.
still didn't work. how can skip process?
i suggest read documentation brings following:
mvn -drat.ignoreerrors=true package
what possible skip via:
mvn -drat.skip=true package
Comments
Post a Comment