Skip to content

Commit

Permalink
Pom.xml: Add checksum plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
claireagordon committed Apr 2, 2024
1 parent 2451121 commit 6f52f9b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>net.nicoulaj.maven.plugins</groupId>
<artifactId>checksum-maven-plugin</artifactId>
<version>1.10</version>
<executions>
<execution>
<goals>
<goal>artifacts</goal>
</goals>
</execution>
</executions>
<configuration>
<algorithms>
<algorithm>SHA-256</algorithm>
</algorithms>
</configuration>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 6f52f9b

Please sign in to comment.