rombert commented on pull request #10:
URL: https://github.com/apache/sling-parent/pull/10#issuecomment-832525335
@kwin - I tried this again but not sure if I'm doing this right. I rebuilt
the parent project with the changes from this PR and patched the Sling Engine
bundle again.
```
$ mvn clean deploy -Papache-release
-DaltDeploymentRepository=snapshot-repo::default::file:target/repo
(snip)
$ tree target/repo/
target/repo/
└── org
└── apache
└── sling
└── org.apache.sling.engine
├── 2.7.5-SNAPSHOT
│ ├── maven-metadata.xml
│ ├── maven-metadata.xml.md5
│ ├── maven-metadata.xml.sha1
│ ├── org.apache.sling.engine-2.7.5-20210505.084939-1.jar
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.jar.asc
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.jar.md5
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.jar.sha1
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-javadoc.jar
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-javadoc.jar.asc
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-javadoc.jar.md5
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-javadoc.jar.sha1
│ ├── org.apache.sling.engine-2.7.5-20210505.084939-1.pom
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.pom.asc
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.pom.md5
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.pom.sha1
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.sha512
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.sha512.md5
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1.sha512.sha1
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-source-release.zip
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-source-release.zip.asc
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-source-release.zip.md5
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-source-release.zip.sha1
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-sources.jar
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-sources.jar.asc
│ ├──
org.apache.sling.engine-2.7.5-20210505.084939-1-sources.jar.md5
│ └──
org.apache.sling.engine-2.7.5-20210505.084939-1-sources.jar.sha1
├── maven-metadata.xml
├── maven-metadata.xml.md5
└── maven-metadata.xml.sha1
5 directories, 29 files
```
The source-release does not seem to be signed, and actually he have a single
`sha512` artifact without a base name. Looking at the checksums of all the
files, it seems to be the checksum for the javadoc jar.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]