-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Lee Rhodes opened MGPG-129 and commented
You can see from the Debug_output.txt (line 209) that the source files are of the form: "datasketches-memory-3.0.0.jar", "datasketches-memory-3.0.0-tests.jar", etc.
But the files being deployed (line 252) are of the form: "datasketches-memory-root-3.0.0.jar", etc. This extra "-root" is incorrect.
How do I fix this so that the given files are just signed and deployed without being renamed?
This can be replicated from the open-source site: https://github.com/apache/datasketches-memory/tree/3.0.X.
First run the "package-multi-release-jar.sh", which creates the source files under /target/. Then run the script "sign-deploy-jar.sh" with inputs "3.0.0" <local project directory>. You will need an account on Nexus.
BTW, the source file names have to be different from the root project name because the source files are MR-Jars that have been assembled by the above "package-multi-release-jar.sh".
"sign-and-deploy-file" does not just sign and deploy the given source files, it is also renaming them, which causes the deployed files to have incorrect names.
Affects: 3.0.1, 3.2.3, 3.2.4
Attachments:
- Debug_output.txt (30.29 kB)
- package-multi-release-jar.sh (8.72 kB)
- pom.xml (18.92 kB)
- sign-deploy-jar.sh (2.84 kB)