+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
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
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%
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.
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
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