Closed zosrothko closed 4 years ago
Released in 1.61
@tomasbjerre maybe use something more specific than just skip
as this could clash with other plugin properties when running a mvn foo bar -Dskip
?
Not sure what you mean. You dont need to name the property skip. You can name it x and have ...skip>${x}</skip... and do mvn -Dx=true
You're damn right, I guess I was too tired when writing this 😝
Please provde a clear description of your issue. Add a
<configuration><skip>true|false</skip></configuration>
option in order to skip building a changelog in SNAPSHOT build for example.