[
https://issues.apache.org/jira/browse/DERBY-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758411#action_12758411
]
Rick Hillegas commented on DERBY-4267:
--------------------------------------
I have hand-replaced the ${derby.version} variables with the literal "10.5.3.0"
and regenerated the signed artifacts. I tar'd them up and copied them to
people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository.
Hopefully, they will be rsync'd to the maven2 repository and be usable.
I tried a couple more experiments in using maven to deploy the artifacts but I
could not get either scp or scpexe to work. For the record, I can ssh and sftp
to people.apache.org without giving my password because I have setup a public
key for my machine on people.apache.org.
When the top level pom (maven2/pom.xml) gives the deployment url as
<url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
deployment fails with this message:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error deploying artifact: Authentication failed: Cannot connect. Reason:
Algorithm negotiation fail
When I change scp to scpexe so that the deployment url is
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
deployment fails with this message:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error deploying artifact: Error executing command for transfer
Exit code 255 - Permission denied (publickey,keyboard-interactive).
In case it matters, I am running on a Macbook Pro laptop running Mac OS X
version 10.5.7.
> 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.