We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f6f3c commit bef067cCopy full SHA for bef067c
1 file changed
pom.xml
@@ -397,16 +397,6 @@
397
</archive>
398
</configuration>
399
</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>
410
</plugins>
411
</build>
412
0 commit comments