Invoke mvn goal 'install' not deploy in new verify job
[releng/global-jjb.git] / releasenotes / notes / install-not-deploy-in-maven-docker-verify-065a2600d5e44c0f.yaml
diff --git a/releasenotes/notes/install-not-deploy-in-maven-docker-verify-065a2600d5e44c0f.yaml b/releasenotes/notes/install-not-deploy-in-maven-docker-verify-065a2600d5e44c0f.yaml
new file mode 100644 (file)
index 0000000..e654944
--- /dev/null
@@ -0,0 +1,6 @@
+---
+fixes:
+  - |
+    Use maven goal install (not deploy) in the maven + docker verify job.
+    An image cannot be pushed by a verification job, and the deploy target
+    directs the plugin to push.