- Select a JDK installation. If auto-install is enabled, the JDK will be downloaded and made available for the pipeline job.
+ Select a JDK installation. If auto-install is disabled, the JDK will be downloaded and made available for the pipeline job.
Note: This option does not work with docker.image('xxx').inside, the preinstalled JDK on the docker image will be used.
diff --git a/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html b/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html
index 6bbc861e..a533fa5d 100644
--- a/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html
+++ b/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/WithMavenStep/help-maven.html
@@ -1,5 +1,5 @@
- Select a Maven installation. If auto-install is enabled, maven will be downloaded and made available for the pipeline job.
+ Select a Maven installation. If auto-install is disabled, maven will be downloaded and made available for the pipeline job.
Note: This option does not work with docker.image('xxx').inside, the preinstalled maven on the docker image will be used.
diff --git a/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher/config.jelly b/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher/config.jelly
new file mode 100644
index 00000000..3ca3bd14
--- /dev/null
+++ b/jenkins-plugin/src/main/resources/org/jenkinsci/plugins/pipeline/maven/publishers/FindbugsAnalysisPublisher/config.jelly
@@ -0,0 +1,35 @@
+
+
+
+