On 2. Oct 2018, at 16:27, Marshall Schor <[email protected]> wrote: > > In your comment you say: I have filed another commit doing that under <jira > uima-5856> > > Are you doing the commit, or did you mean to say "comment"?
I did the commit: URL: https://svn.apache.org/repos/asf/uima/build/trunk/parent-pom/pom.xml Commit: rev 1842612 Added this section: <plugin> <groupId>net.nicoulaj.maven.plugins</groupId> <artifactId>checksum-maven-plugin</artifactId> <version>1.8</version> <!-- Cannot use 1.7 used by ASF parent pom because of https://github.com/nicoulaj/checksum-maven-plugin/issues/62 --> <executions> <execution> <id>artifacts-checksum</id> <goals> <goal>artifacts</goal> </goals> </execution> </executions> <configuration> <algorithms> <algorithm>SHA-512</algorithm> </algorithms> <appendFilename>true</appendFilename> <attachChecksums>true</attachChecksums> </configuration> </plugin> -- Richard
