Skip to content

Commit 9dafa6e

Browse files
committed
Remove unused plugin from pom
buildnumber-maven-plugin is no longer used in Commons Parent.
1 parent 9450d4c commit 9dafa6e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -358,16 +358,6 @@
358358
</archive>
359359
</configuration>
360360
</plugin>
361-
<plugin>
362-
<groupId>org.codehaus.mojo</groupId>
363-
<artifactId>buildnumber-maven-plugin</artifactId>
364-
<configuration>
365-
<!-- buildnumber-maven-plugin:
366-
"for git getLastChangedRevision() returns null instead of the last revision"
367-
Override CP to use the last revision of the repository (OK for release jars). -->
368-
<useLastCommittedRevision>false</useLastCommittedRevision>
369-
</configuration>
370-
</plugin>
371361
</plugins>
372362
</build>
373363

0 commit comments

Comments
 (0)