Handling emails in pom.xml

2018-12-09 Thread Maxim Solodovnik
Hello All,

Recently I noticed the issue with site generation [1]


mailto:mailaddrr


Section is not being properly processed after switching to maven report
plugin 3.0 (please see [2])

What is the proper way to get well formatted emails?

[1]
https://github.com/devacfr/reflow-maven-skin/issues/40#issuecomment-445304386
[2]
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/site/openmeetings-server/team.html

-- 
WBR
Maxim aka solomax


[ANN] Apache Maven Surefire Plugin 3.0.0-M2 Released

2018-12-09 Thread Tibor Digana
The Apache Maven team is pleased to announce the release of the Apache
Maven Surefire Plugin, version 3.0.0-M2.

The release contains 15 bug fixes.
Again we received contributions from the community in form of bug reports
and bug fixes.
Thank you and keep them coming!

http://maven.apache.org/plugins/maven-surefire-plugin/

You should specify the version in your project's plugin configuration:


  org.apache.maven.plugins
  maven-surefire-plugin
  3.0.0-M2


or for failsafe:


  org.apache.maven.plugins
  maven-failsafe-plugin
  3.0.0-M2


or for surefire-report:


  org.apache.maven.plugins
  maven-surefire-report-plugin
  3.0.0-M2



You can download the appropriate sources etc. from the download page:
https://maven.apache.org/surefire/download.cgi

Release Notes - Maven Surefire - Version 3.0.0-M2

Bug

   - [SUREFIRE-1568 ]
   - Versions 2.21 and higher doesn't work with junit-platform for Java 9
   module
   - [SUREFIRE-1593 ]
   - 3.0.0-M1 produces invalid code sources on Windows
   - [SUREFIRE-1602 ]
   - Surefire fails loading class ForkedBooter when using a sub-directory pom
   file and a local maven repo
   - [SUREFIRE-1605 ]
   - NoClassDefFoundError (RunNotifier) with JDK 11
   - [SUREFIRE-1606 ]
   - maven-shared-utils must not be on provider's classpath

New Feature

   - [SUREFIRE-1531 ]
   - Option to switch-off Java 9 modules

Improvement

   - [SUREFIRE-1590 ]
   - Deploy multiple versions of Report XSD
   - [SUREFIRE-1591 ]
   - Java 1.7 feature Diamonds replaced Generics
   - [SUREFIRE-1594 ]
   - Java 1.7 feature try-catch - multiple exceptions in one catch
   - [SUREFIRE-1595 ]
   - Java 1.7 feature System.lineSeparator()
   - [SUREFIRE-1597 ]
   - ModularClasspathForkConfiguration with debug logs (@args file and its
   path on file system)

Test

   - [SUREFIRE-1596 ]
   - Unnecessary check JAVA_RECENT == JAVA_1_7 in unit tests
   - [SUREFIRE-1598 ]
   - Fixed typo in assertion statement in integration test
   Surefire855AllowFailsafeUseArtifactFileIT

Task

   - [SUREFIRE-1600 ]
   - Surefire Project using surefire:2.12.4 is not fully able to work with JDK
   10+ on internal build system. Therefore surefire-shadefire should go with
   Surefire:3.0.0-M2.
   - [SUREFIRE-1607 ]
   - Roadmap on Project Site



Enjoy,

-The Apache Maven team


Re: Crashes while running "Maven In Five Minutes"

2018-12-09 Thread Hervé BOUTEMY
thank you, merged

regarding setting target Java Version as parameter, in theory this is a good 
idea, but in practice, IMHO it makes the archetype more complex: people will 
modify pom.xml when they want

Regards,

Hervé

Le dimanche 9 décembre 2018, 07:02:52 CET Bernd Eckenfels a écrit :
> I did: https://github.com/apache/maven-site/pull/57
> 
> BTW: should Maybe the minimal Java Version in the generated pom be an
> parameter or depend on the currently used runtime?
> 
> Gruss
> Bernd





-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org