[ANN] Maven Fluido Skin 1.8 released

2019-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Fluido Skin, version 1.8. https://maven.apache.org/skins/maven-fluido-skin/ You should specify the version in your project's site configuration: org.apache.maven.skins maven-fluido-skin 1.8 Release Notes - Maven Fl

[RESULT] [VOTE] Release Maven Fluido Skin version 1.8

2019-07-31 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Olivier Lamy, Graham Leggett, Sylwester Lachiewicz, Tibor Digana, Romain Manni-Bucau PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release t

Re: Investigation on the diffusion of innovation along with java releases

2019-07-31 Thread Matt Foley
Hi Fernando, You ask interesting questions, and the following is of course just my opinion. But I believe it has a lot to do with SWE principles. When you’re doing engineering, as opposed to research, your software product may have literally millions of people depending on it to work well and

[ANN] Maven Site Plugin 3.8.2 released

2019-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 3.8.2. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 3.8.2 ** Bug * [MSITE-823] - Documentation says JDK 1.6 required, doxia dependency requires 1.

[ANN] Maven Default Skin 1.3 released

2019-07-31 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Default Skin, version 1.3. https://maven.apache.org/skins/maven-default-skin/ You should specify the version in your project's site configuration: org.apache.maven.skins maven-default-skin 1.3 Release Notes - Maven

[RESULT] [VOTE] Release Maven Default Skin version 1.3

2019-07-31 Thread Michael Osipov
Hi, The vote has passed with the following result: +1: Michael Osipov, Hervé Boutemy, Robert Scholte, Graham Leggett, Sylwester Lachiewicz PMC quorum: reached I will promote the artifacts to the central repo, the source release ZIP file and add this release the board report.

Re: Investigation on the diffusion of innovation along with java releases

2019-07-31 Thread Robert Scholte
Hi, we'd like to be able to run Maven on a wide range of Java versions, the more the better. Currently Maven can be built and executed with Java 7 up to Java 13-ea. Looking back at some history of the minimum required version of Java to run Maven you'll see that once Java 1.7 was EOL we sta

Re: [maven-integration-testing] branch master updated: [MNG-6725] Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs (by default on Jenkins CI).

2019-07-31 Thread Hervé BOUTEMY
doing > +if ( MAVEN_SKIP_RC ) > +{ > +verifier.setEnvironmentVariable( "MAVEN_SKIP_RC", "1" ); > +} requires forked execution of Maven this de-facto disables embedder mode as a consequence, we can see on ASF Jenkins server [1] that build time for core ITs has d

Investigation on the diffusion of innovation along with java releases

2019-07-31 Thread f . petrulio
Dear Developers, we are members of the ZEST research group (Zurich Empirical Software Engineering Team) based at the University of Zurich and the Delft University of Technology. We are conducting an investigation on the diffusion of innovations and we focus on the adoption of new language featu

New release of maven-dependency-plugin ?

2019-07-31 Thread Tobias Gierke
Hi, We're using JDK11 and I just stumbled over https://issues.apache.org/jira/browse/MDEP-613. Are there any plans for a new release that includes this fix ? Cheers, Tobias - To unsubscribe, e-mail: dev-unsubscr...@maven.ap