You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "André Zmuda (Jira)" <ji...@apache.org> on 2021/04/27 15:32:00 UTC

[jira] [Commented] (MNGSITE-246) Documentation of mavenrc_pre / .mavenrc

    [ https://issues.apache.org/jira/browse/MNGSITE-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17333335#comment-17333335 ] 

André Zmuda commented on MNGSITE-246:
-------------------------------------

[~michael-o], this feature is helpful, when configuring  a keystore to be used with maven. Thus you can place the password for the keystore in the maven_pre.cmd in your user home where nobody else has access:
{code:java}
set MAVEN_OPTS=-Djavax.net.ssl.keyStore="<path to p12 file>" -Djavax.net.ssl.keyStoreType=pkcs12 -Djavax.net.ssl.keyStorePassword=<passwort>{code}

> Documentation of mavenrc_pre / .mavenrc
> ---------------------------------------
>
>                 Key: MNGSITE-246
>                 URL: https://issues.apache.org/jira/browse/MNGSITE-246
>             Project: Maven Project Web Site
>          Issue Type: Improvement
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>              Labels: up-for-grabs
>
> The usage and the intention of mavenrc_pre and .maverc should be documented somehow. cause at the moment it does not exist any documenation about this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)