I'm configuring a pipeline on Microsoft DevOps platform to build Maven project.
My project includes Maven Wrapper, since I'm using this to define a project-specific settings.xml
, that's useful for local development.
When the build is executed by the pipeline, instead, I'd like this "local" configuration to be ignored.
Is there a way to achieve this?
I'd like to commit the wrapper with the local configuration into the project, so that can be used by all the team.