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 61d2ff0 commit 34d4393Copy full SHA for 34d4393
pom.xml
@@ -152,6 +152,24 @@
152
</descriptors>
153
</configuration>
154
</plugin>
155
+ <plugin>
156
+ <groupId>net.nicoulaj.maven.plugins</groupId>
157
+ <artifactId>checksum-maven-plugin</artifactId>
158
+ <version>1.10</version>
159
+ <configuration>
160
+ <fileSets>
161
+ <fileSet>
162
+ <directory>${project.build.directory}</directory>
163
+ <includes>
164
+ <include>utPLSQL-cli.zip</include>
165
+ </includes>
166
+ </fileSet>
167
+ </fileSets>
168
+ <algorithms>
169
+ <algorithm>MD5</algorithm>
170
+ </algorithms>
171
+ </configuration>
172
+ </plugin>
173
<plugin>
174
<groupId>com.amashchenko.maven.plugin</groupId>
175
<artifactId>gitflow-maven-plugin</artifactId>
0 commit comments