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

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -