sous-chefs / maven

Development repository for the maven cookbook
https://supermarket.chef.io/cookbooks/maven
Apache License 2.0
36 stars 153 forks source link

Notifications are triggered even when artifact hasn't changed #46

Closed moshezvi closed 7 years ago

moshezvi commented 10 years ago

Issue: When installing an artifact from maven repository, a notification is triggered even if the artifact hasn't changed. Reason:

  1. The scope of the converge_by includes the checksum comparison condition, instead of first running the test and then converging.
  2. whyrun isn't properly implemented.
tas50 commented 7 years ago

Should be fixed on master now