Skip to content

Commit bef067c

Browse files
committed
Remove unused plugin from pom
buildnumber-maven-plugin is no longer used in Commons Parent.
1 parent 33f6f3c commit bef067c

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
@@ -397,16 +397,6 @@
397397
</archive>
398398
</configuration>
399399
</plugin>
400-
<plugin>
401-
<groupId>org.codehaus.mojo</groupId>
402-
<artifactId>buildnumber-maven-plugin</artifactId>
403-
<configuration>
404-
<!-- buildnumber-maven-plugin:
405-
"for git getLastChangedRevision() returns null instead of the last revision"
406-
Override CP to use the last revision of the repository (OK for release jars). -->
407-
<useLastCommittedRevision>false</useLastCommittedRevision>
408-
</configuration>
409-
</plugin>
410400
</plugins>
411401
</build>
412402

0 commit comments

Comments
 (0)