[ANN] Apache Maven Javadoc Plugin 3.0.0 Released

2017-12-06 Thread Robert Scholte
The Apache Maven team is pleased to announce the release of the Apache Maven Javadoc Plugin, version 3.0.0 This plugin uses the Javadoc tool to generate javadocs for the specified project. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your

Re: Handling password

2017-12-06 Thread Robert Scholte
Is ${settings.proxies[0].username} an options? Robert On Wed, 06 Dec 2017 17:28:20 +0100, ahardy42 wrote: After a bit of creative thinking, I put the username:password into variables in a profile in the settings file and let maven substitute them into the

Re: Handling password

2017-12-06 Thread ahardy42
After a bit of creative thinking, I put the username:password into variables in a profile in the settings file and let maven substitute them into the file at build time. Now the security issue is a problem for the person maintaining the CI server - which is me too but at least no-one will find it