We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185bf19 commit e9e1224Copy full SHA for e9e1224
sqldev/pom.xml
@@ -442,6 +442,20 @@
442
</execution>
443
</executions>
444
</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>
459
</plugins>
460
<pluginManagement>
461
<plugins>
0 commit comments