We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9450d4c commit 9dafa6eCopy full SHA for 9dafa6e
1 file changed
pom.xml
@@ -358,16 +358,6 @@
358
</archive>
359
</configuration>
360
</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>
371
</plugins>
372
</build>
373
0 commit comments