For several of the files, I noticed that it adds a sha512 for the xxx.asc (codesigning) file, but (sometimes) not for the file itself. Examples in the .m2:
uimaj-core-2.10.3-SNAPSHOT.pom uimaj-core-2.10.3-SNAPSHOT-sources.jar I plan to look into replacing this plugin with the way we already do checksum generation, using ant and the build-helper-maven-plugin to do the "attaching" of these so they get deployed to .m2 etc. -Marshall On 10/2/2018 5:15 PM, Richard Eckart de Castilho wrote: > On 2. Oct 2018, at 18:08, Marshall Schor <[email protected]> wrote: >> <appendFilename>true</appendFilename> > My understanding is that this parameter appends the file name inside the > generated checksum file - i.e. it generates > > 9d48c823d8e092d50621cf9376c24b799092209d870fb82b27041fbad875f6bfaffe9de2e3e00554649418e284a6ae8a45a509821b37feb7b6722d0f838980a8 > uima-core-javadoc.jar > > instead of > > 9d48c823d8e092d50621cf9376c24b799092209d870fb82b27041fbad875f6bfaffe9de2e3e00554649418e284a6ae8a45a509821b37feb7b6722d0f838980a8 > > I half-ran a local build with the pom from rev 1842612 and it generated these > files in the target folder: > > -rw-r--r-- 1 myuser staff 5462085 Oct 2 13:15 uima-core-javadoc.jar > -rw-r--r-- 1 myuser staff 963 Oct 2 13:15 uima-core-javadoc.jar.asc > -rw-r--r-- 1 myuser staff 155 Oct 2 13:15 > uima-core-javadoc.jar.asc.sha512 > -rw-r--r-- 1 myuser staff 151 Oct 2 13:15 > uima-core-javadoc.jar.sha512 > -rw-r--r-- 1 myuser staff 1754876 Oct 2 13:15 uima-core-sources.jar > -rw-r--r-- 1 myuser staff 963 Oct 2 13:15 uima-core-sources.jar.asc > -rw-r--r-- 1 myuser staff 155 Oct 2 13:15 > uima-core-sources.jar.asc.sha512 > -rw-r--r-- 1 myuser staff 151 Oct 2 13:15 > uima-core-sources.jar.sha512 > -rw-r--r-- 1 myuser staff 1633832 Oct 2 13:15 uima-core.jar > -rw-r--r-- 1 myuser staff 963 Oct 2 13:15 uima-core.jar.asc > -rw-r--r-- 1 myuser staff 147 Oct 2 13:15 uima-core.jar.asc.sha512 > -rw-r--r-- 1 myuser staff 143 Oct 2 13:15 uima-core.jar.sha512 > -rw-r--r-- 1 myuser staff 11026 Oct 2 13:15 uima-core.pom > -rw-r--r-- 1 myuser staff 963 Oct 2 13:15 uima-core.pom.asc > -rw-r--r-- 1 myuser staff 147 Oct 2 13:15 uima-core.pom.asc.sha512 > > It also seems to have installed the files into my local repo: > > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-20180709.155403-18.jar > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.jar.sha512 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-sources.java-source.sha512 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-javadoc.jar.asc.sha512 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-20180709.155403-18.pom.sha1 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-javadoc.jar > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-20180709.155403-18.pom > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-javadoc.javadoc.sha512 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-javadoc.jar.asc > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-sources.jar > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.jar.asc.sha512 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.pom > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-sources.jar.asc.sha512 > ./2.10.3-SNAPSHOT/maven-metadata-ukp-central.xml > ./2.10.3-SNAPSHOT/maven-metadata-ukp-central.xml.sha1 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.pom.asc > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT-sources.jar.asc > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-20180709.155403-18.jar.sha1 > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-20180709.155403-18.pom.lastUpdated > ./2.10.3-SNAPSHOT/_remote.repositories > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.pom.asc.sha512 > ./2.10.3-SNAPSHOT/resolver-status.properties > ./2.10.3-SNAPSHOT/maven-metadata-local.xml > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.jar > ./2.10.3-SNAPSHOT/uimaj-core-2.10.3-SNAPSHOT.jar.asc > > Cheers, > > -- Richard
