Re: Maven Security, @Component and MNG-4384

2019-06-24 Thread Chris Graham
Thanks all, I will investigate! On Mon, Jun 24, 2019 at 10:12 PM Romain Manni-Bucau wrote: > Here is what i'm using: > > @Parameter(property = "myplugin.repository") > private String repository; > > @Parameter(defaultValue = "${session}", readonly = true) > private MavenSessi

[VOTE] Release Maven Site Plugin version 3.8

2019-06-24 Thread Michael Osipov
Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12343145 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSITE%20AND%20resolution%20%3D%20Unresolved Staging repo: https://repos

Re: Maven Security, @Component and MNG-4384

2019-06-24 Thread Romain Manni-Bucau
Here is what i'm using: @Parameter(property = "myplugin.repository") private String repository; @Parameter(defaultValue = "${session}", readonly = true) private MavenSession session; @Component private SettingsDecrypter settingsDecrypter; void someMethod() {

Re: Maven Security, @Component and MNG-4384

2019-06-24 Thread Martin Gainty
server001 my_login my_password ${user.home}/.ssh/id_dsa some_passphrase 664 775 from ${MAVEN_HOME}/conf/settings.xml https://maven.apache.org/ref/3.3.9/maven-settings-builder/apidocs/org/apache/maven/settings/crypto/SettingsDecryptionReques