In my project we are maintain One web archive file(WAR) and created multiple java projects, after clean and build im created jar file for each and every java project, i added that JAR to WAR, i need set up a pipeline to auto reflet to web project and auto deploy when i change or update any jar file, without down the application
If I were you, I would use Maven to build the project and:
Maven works find with Bitbucket Pipelines. Pretty much all our Maven projects are multi-module ones.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.