tomasbjerre / git-changelog-maven-plugin

Maven plugin that can generate a changelog, or releasenotes, from git repository
Other
80 stars 36 forks source link

Add a skip configration option #12

Closed zosrothko closed 4 years ago

zosrothko commented 4 years ago

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.

tomasbjerre commented 4 years ago

Released in 1.61

Opa- commented 4 years ago

@tomasbjerre maybe use something more specific than just skip as this could clash with other plugin properties when running a mvn foo bar -Dskip ?

tomasbjerre commented 4 years ago

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

Opa- commented 4 years ago

You're damn right, I guess I was too tired when writing this 😝