github-release-plugin icon indicating copy to clipboard operation
github-release-plugin copied to clipboard

How to use it

Open qzi opened this issue 8 years ago • 4 comments
trafficstars

Thanks for your project, you have mentioned how to configure it , but it seems that you haven't mention how to use it ?

qzi avatar Feb 09 '17 09:02 qzi

@qzi mvn github-release:release

mike-seagull avatar Feb 16 '17 19:02 mike-seagull

Probably needs to be on the README. Otherwise I expected it to hook mvn deploy.

Great plugin by the way 👍

norswap avatar Mar 25 '17 17:03 norswap

Can this plugin be run instead of mvn release:perform? Right now it releases the current snapshot version.

kerner1000 avatar Apr 15 '17 09:04 kerner1000

@kerner1000 i moved the execution of the release plugin from deploy to install. Now i can run mvn release:perform. The release plugin runs the install phase for the actual release. In this way i create an automated release on github 😉 the only problem: always you run manually mvn install you will create also an release 😁

hobbypunk90 avatar Dec 11 '17 11:12 hobbypunk90