File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 3030 with :
3131 files : |
3232 target/utPLSQL-cli.zip
33+ target/utPLSQL-cli.zip.md5
3334
3435 slack-workflow-status :
3536 if : always()
Original file line number Diff line number Diff line change 152152 </descriptors >
153153 </configuration >
154154 </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 >
155173 <plugin >
156174 <groupId >com.amashchenko.maven.plugin</groupId >
157175 <artifactId >gitflow-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments