Is it necessary to use any CI tool to build and build Docker-Compose with Maven?

Asked

Viewed 39 times

1

I am building a web application with Spring MVC and Postgres, my problem here is with using pom.xml to create a Docker-Compose file to deploy in containers. Is it possible to add commands to pom.xml so that it can perform these tasks in the ?mvn build' command or would I have to rely on some other Continuous Integration tool? I don’t know much about Maven yet. I’ve searched documentation and other sources but not very successfully

  • 1

    Brodi, I know from, but I’ve never done, has several links on the internet explaining how it does, search by mvn build Docker, which you think, don’t get me wrong, I’m not explaining how it does, because I don’t know how to even haha

  • I ended up finding a plugin pro Maven called Spotify, I’m still studying to see if it serves my purpose

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.