cloudsmith-io / action

Github Action that uses the cloudsmith cli to interact with the Cloudsmith API (pushes, etc)
https://github.com/marketplace/actions/cloudsmith-push
MIT License
15 stars 12 forks source link

Github Actions Maven make more obvious #40

Open binarytemple opened 1 year ago

binarytemple commented 1 year ago

As a returning Java developer I wasn't quite sure where the idiomatic build location was, whether under ~/.m2 or elsewhere, I was also a bit confused by the reference to the pom file, wasn't sure if mvn would be performing some post-processing... In any event this seems a bit more obvious example to me.