deliveredtechnologies / terraform-maven

Terraform Maven Plugin
Apache License 2.0
42 stars 13 forks source link

Enhance Starter POM #80

Closed Clayton7510 closed 5 years ago

Clayton7510 commented 5 years ago

The Starter POM is wonky. Yea, it works. But the lifecycle is weird and Terraform doesn't really map 1-to-1 with the Maven build lifecycle.

So, how about this:

Maven Phase Terraform Maven Plugin Goal(s)
clean clean
install apply
deploy deploy
Clayton7510 commented 5 years ago

Also, it doesn't look like clean is working right now in the starter POM. However, mvn tf:clean from the project root does seem to work.