Skip to content

Commit e9e1224

Browse files
closes #20 - calculate MD5 and SHA-1 checksums for extension zip file
1 parent 185bf19 commit e9e1224

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

sqldev/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,20 @@
442442
</execution>
443443
</executions>
444444
</plugin>
445+
<plugin>
446+
<groupId>net.nicoulaj.maven.plugins</groupId>
447+
<artifactId>checksum-maven-plugin</artifactId>
448+
<version>1.8</version>
449+
<executions>
450+
<execution>
451+
<id>calculate-checksums</id>
452+
<phase>package</phase>
453+
<goals>
454+
<goal>artifacts</goal>
455+
</goals>
456+
</execution>
457+
</executions>
458+
</plugin>
445459
</plugins>
446460
<pluginManagement>
447461
<plugins>

0 commit comments

Comments
 (0)