This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-geometry.git
The following commit(s) were added to refs/heads/master by this push:
new 7d4ce645 Remove unused plugin from pom
7d4ce645 is described below
commit 7d4ce6453fe848e0f5854b313864a688d876ced0
Author: Alex Herbert <[email protected]>
AuthorDate: Sat Mar 21 09:08:10 2026 +0000
Remove unused plugin from pom
buildnumber-maven-plugin is no longer used in Commons Parent.
---
pom.xml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index ed14d818..327905f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,17 +170,6 @@
</archive>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>buildnumber-maven-plugin</artifactId>
- <configuration>
- <!-- buildnumber-maven-plugin:
- "for git getLastChangedRevision() returns null instead of the last
revision"
- Override CP to use the last revision of the repository (OK for
release jars). -->
- <useLastCommittedRevision>false</useLastCommittedRevision>
- </configuration>
- </plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
@@ -190,7 +179,6 @@
</compilerArgs>
</configuration>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>