Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to set up pipeline in my workspace?

Nallamothu Kiran Raj
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 12, 2025

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

1 answer

0 votes
Aron Gombas _Midori_
Community Champion
August 13, 2025

If I were you, I would use Maven to build the project and:

  1. Add multiple Maven modules (each producing its own JAR)
  2. Build the WAR from the module specific JARs at the end of the build

Maven works find with Bitbucket Pipelines. Pretty much all our Maven projects are multi-module ones.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Product Admin Site Admin
TAGS
AUG Leaders

Atlassian Community Events