Pipeline Maven Plugin
- The Pipeline Maven Plugin provides an advanced set of features for using Apache Maven in Jenkins Pipelines.
- The
withMavenstep configures a maven environment to use within a pipeline job by callingsh "mvn ..."orbat "mvn ...". - The selected maven installation is configured and prepended to the path.
