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 132a2fc commit 74d586dCopy full SHA for 74d586d
jasperreports/pom-parent.xml
@@ -190,6 +190,24 @@
190
<suppressionFile>${owasp.suppression.file}</suppressionFile>
191
</configuration>
192
</plugin>
193
+ <plugin>
194
+ <groupId>net.nicoulaj.maven.plugins</groupId>
195
+ <artifactId>checksum-maven-plugin</artifactId>
196
+ <version>1.11</version>
197
+ <configuration>
198
+ <fileSets>
199
+ <fileSet>
200
+ <directory>${basedir}/target</directory>
201
+ <includes>
202
+ <include>*</include>
203
+ </includes>
204
+ <excludes>
205
+ <include>*.asc</include>
206
+ </excludes>
207
+ </fileSet>
208
+ </fileSets>
209
+ </configuration>
210
+ </plugin>
211
<plugin>
212
<groupId>org.sonatype.central</groupId>
213
<artifactId>central-publishing-maven-plugin</artifactId>
0 commit comments