gshipley / bootwildfly

A starter Spring Boot application for deploying to WildFly. Uses maven build system and is ready for you to add your source code.
18 stars 169 forks source link

Update pom.xml #6

Open iaissaoui opened 6 years ago

iaissaoui commented 6 years ago

Getting rid of spring boot mvn plugin(not needed for external container), multiple wars created with initial config, OpenShift deploys two wars, a source for trouble later due to instances conflicting

iaissaoui commented 6 years ago

After revising the issue; I was right about removing spring mvn plugin and only keeping mvn war plugin to only get one war deployed on OS3, but the parameters warName & output directory should stay for it to deploy correctly.