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

Rewrite the LWRP as a 12.5+ custom resource #74

Open tas50 opened 8 years ago

tas50 commented 8 years ago

The current implementation triggers on every run. It would be fairly simple to resolve this and modernize the implementation by switching to a 12.5 custom resource.

johnbellone commented 8 years ago

I am willing to do this as part of the addition of artifact LWRP in #67 .

axos88 commented 7 years ago

can we also make the destination the name attribute rather than the artifact name?

johnbellone commented 7 years ago

We have some resources in the java-service cookbook that may be helpful.

tas50 commented 7 years ago

I’m adding the Type: Jump In GitHub label to this issue. This is a great issue for someone to get their feet wet with and we’d love a PR to resolves the issue.