This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 7d4ac9dc542 [fix][build] Fix problem where git.commit.id.abbrev is
missing in image tagging (#23337)
7d4ac9dc542 is described below
commit 7d4ac9dc542ff1e840f4e520836b6a3c49c6338d
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Sep 23 15:00:52 2024 +0300
[fix][build] Fix problem where git.commit.id.abbrev is missing in image
tagging (#23337)
---
docker/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/docker/pom.xml b/docker/pom.xml
index a5ea238241c..ffcaec3ffdc 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -68,7 +68,6 @@
<configuration>
<skip>false</skip>
<injectAllReactorProjects>true</injectAllReactorProjects>
- <runOnlyOnce>true</runOnlyOnce>
<skipPoms>false</skipPoms>
</configuration>
</plugin>