[
https://issues.apache.org/jira/browse/DERBY-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12748096#action_12748096
]
Rick Hillegas commented on DERBY-4267:
--------------------------------------
Thanks again for the 2b patch, Kristian. By liberally using -D arguments, I was
able to test-drive the clean and install targets without having to edit the
scripts themselves. This is what I did:
mvn "-Dgpg.passphrase=$PASSPHRASE" -Dderby.version=$RELEASE clean install
That filled a local directory tree with artifacts, signatures, and checksums. I
verified one of the signatures.
However, I am seeing the checksummed signature problem to which the README
alluded. For instance, the directory
".m2/repository/org/apache/derby/derby/10.5.3.0" contains the following files:
derby-10.5.3.0.jar
derby-10.5.3.0.jar.asc
derby-10.5.3.0.jar.asc.md5
derby-10.5.3.0.jar.asc.sha1
derby-10.5.3.0.jar.md5
derby-10.5.3.0.jar.sha1
derby-10.5.3.0.pom
derby-10.5.3.0.pom.asc
derby-10.5.3.0.pom.asc.md5
derby-10.5.3.0.pom.asc.sha1
derby-10.5.3.0.pom.md5
derby-10.5.3.0.pom.sha1
I expected to see only
derby-10.5.3.0.jar
derby-10.5.3.0.jar.asc
derby-10.5.3.0.jar.md5
derby-10.5.3.0.jar.sha1
derby-10.5.3.0.pom
derby-10.5.3.0.pom.asc
derby-10.5.3.0.pom.md5
derby-10.5.3.0.pom.sha1
Any idea what I'm doing wrong?
Thanks,
-Rick
> Investigate why Derby 10.5.1.1 is not available in the maven2 repositories
> --------------------------------------------------------------------------
>
> Key: DERBY-4267
> URL: https://issues.apache.org/jira/browse/DERBY-4267
> Project: Derby
> Issue Type: Task
> Components: Build tools
> Affects Versions: 10.5.1.1, 10.6.0.0
> Reporter: H.-Dirk Schmitt
> Attachments: derby-4267-1a-maven2.diff, derby-4267-1a-maven2.stat,
> derby-4267-2a-using_ant_task.diff, derby-4267-2a-using_ant_task.stat,
> derby-4267-2b-using_ant_task.diff, derby-4267-2b-using_ant_task.stat,
> maven2.zip
>
>
> Only 10.4.2.0 and older are available in the maven 2 repositories.
> May you please also provide the new version.
> Please see also https://issues.apache.org/jira/browse/DERBY-4220
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.