Skip to content

Commit

Permalink
Force JAR to be remade
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Oct 12, 2022
1 parent 9bddf34 commit 247c78d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
<executions>
<execution>
<id>get-git-revision</id>
<phase>package</phase>
<phase>compile</phase>
<configuration>
<exportAntProperties>true</exportAntProperties>
<target>
Expand All @@ -240,6 +240,7 @@
<artifactId>maven-jar-plugin</artifactId>
<version>2.5</version>
<configuration>
<forceCreation> true </forceCreation>
<archive>
<manifestEntries>
<Implementation-Revision>${buildNumber}</Implementation-Revision>
Expand Down

0 comments on commit 247c78d

Please # to comment.