Re: [VOTE] Release Apache Maven Site Plugin version 3.7.1

2018-04-24 Thread Tibor Digana
+1 On Tue, Apr 24, 2018 at 5:58 PM, Hervé BOUTEMY wrote: > Hi, > > We solved 10 issues: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12317923&version=12342371&styleName=Text > > There are still a couple of issues left in JIRA: > https://issues.apache.org/jira/issues/?jql

Re: Folder structure for Java 9 project?

2018-04-24 Thread Robert Scholte
On Tue, 24 Apr 2018 13:00:27 +0200, Martin Desruisseaux wrote: Hello all The Maven folder structure differs from the folder structure expected by standard javac and javadoc tools: * *Maven:* /src/main/java// * *Java:* // I understand that Maven can still build a Java 9 project by co

[VOTE] Release Apache Maven Site Plugin version 3.7.1

2018-04-24 Thread Hervé BOUTEMY
Hi, We solved 10 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317923&version=12342371&styleName=Text There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%MSITE%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%

Re: ApacheCon current-event banner

2018-04-24 Thread Hervé BOUTEMY
Hi Piergiorgio & Myrle, Adding this into the menu is not really easy, since the html is generated. I added a link int the front page [1], after the text about being an Apache project. Perhaps we should even add an explicit section, since it's not really relevant with the current section title.

[ANN] Apache Maven Doxia Sitetools 1.8.1 Released

2018-04-24 Thread Hervé Boutemy
The Apache Maven team is pleased to announce the release of the Apache Maven Doxia Sitetools, version 1.8.1 Doxia Sitetools is an extension of base Doxia component that generates either HTML sites, consisting of decoration and content that was generated by Doxia, or documents like RTF or PDF

Folder structure for Java 9 project?

2018-04-24 Thread Martin Desruisseaux
Hello all The Maven folder structure differs from the folder structure expected by standard javac and javadoc tools: * *Maven:* /src/main/java// * *Java:* // I understand that Maven can still build a Java 9 project by compiling each module with a separated invocation of javac, and I have see