Re: [Apache ManifoldCF] - New website development - Issue using Chinese

2018-04-23 Thread Piergiorgio Lucidi
Thanks again for your update and I have also shared all these informations inside our issue on JIRA. Cheers, PJ 2018-04-23 23:45 GMT+02:00 Hervé BOUTEMY : > MSITE-820 created > but this will be for maven-site-plugin 3.8 > > Regards, > > Hervé > > [1] https://issues.apache.org/jira/browse/MSITE-8

Re: [Apache ManifoldCF] - New website development - Issue using Chinese

2018-04-23 Thread Hervé BOUTEMY
MSITE-820 created but this will be for maven-site-plugin 3.8 Regards, Hervé [1] https://issues.apache.org/jira/browse/MSITE-820 Le lundi 23 avril 2018, 20:18:34 CEST Piergiorgio Lucidi a écrit : > Hi Hervé, > > thank you so much for your support. > > Probably the best way is to keep the same

[VOTE] Release Apache Maven Resources Plugin version 3.1.0

2018-04-23 Thread Karl Heinz Marbaise
Hi, We solved 7 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317827&version=12338834 There are still a couple of issues left in JIRA: https://issues.apache.org/jira/issues/?jql=project%20%3D%20MRESOURCES%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20key%20DES

RE: Skipped tests

2018-04-23 Thread Walton, Mark (CGI Federal)
Hi: No I do not. In the following output I want "Build Success" to be replaced by "Build Failure" because Skipped = 10. Tests run: 14880, Failures: 0, Errors: 0, Skipped: 10 [INFO] [INFO] BUILD SUCCESS [INFO] --

Re: Skipped tests

2018-04-23 Thread Tibor Digana
Do you want to turn the JUnit annotation @Ignore to a failure in plugin/build summary? I think there is no such possibility. On Mon, Apr 23, 2018 at 9:22 PM, Walton, Mark (CGI Federal) < mark.wal...@cgifederal.com> wrote: > Hi: > Does anyone know how to configure SureFire so that skipped tests re

RE: Skipped tests

2018-04-23 Thread Walton, Mark (CGI Federal)
Hi Marco: I tried what you suggested. As you can see from the output below I have 10 Skipped but I am still getting Build Success. Any time that Skipped is >0 I want Build Failure. Tests run: 14880, Failures: 0, Errors: 0, Skipped: 10 [INFO] -

Re: Skipped tests

2018-04-23 Thread Marco Schulz
hi org.apache.maven.plugins maven-surefire-plugin 2.21.0 -XX:-UseSplitVerifier true ${skipTests}

Skipped tests

2018-04-23 Thread Walton, Mark (CGI Federal)
Hi: Does anyone know how to configure SureFire so that skipped tests result in Build Failure Thanks Proprietary/confidential information belonging to CGI Federal Inc. or its affiliates may be contained in this message. If you are not a recipient indicated or intended in this message (or respons

Re: [Apache ManifoldCF] - New website development - Issue using Chinese

2018-04-23 Thread Piergiorgio Lucidi
Hi Hervé, thank you so much for your support. Probably the best way is to keep the same definition that we need to specify in the maven-site-plugin, I mean zh_CN for folders and definitions. In this way it will be more easier for anyone to specify the same locale set in the pom.xml. I have tried

Re: [Apache ManifoldCF] - New website development - Issue using Chinese

2018-04-23 Thread Hervé BOUTEMY
Hi, I had a look at your code: very interesting, I'm glad to be able to help such a use case. You found a bug in site:run MSITE-818 [1] that I fixed quickly (stupid inconsistency) but I need your help to decide what to do really since I fear our current maven-site-plugin choice is not the rig

Re: ApacheCon current-event banner

2018-04-23 Thread Myrle Krantz
Hey all, Piergiorgio suggested the maven project include a link to the current event banner. I looked at your website and I saw two places where it might potentially make sense. One at the bottom of the right-side navigation bar, and one under community overview. I tried my hand at adding it to

[Apache ManifoldCF] - New website development - Issue using Chinese

2018-04-23 Thread Piergiorgio Lucidi
Hi all, we are working on our brand new website but we have an issue using the Doxia Plugin. ManifoldCF website supports three different languages: english, japanese and chinese [1]. We are trying to build the new website using Maven Site Plugin with Doxia and the Fluido skin using markdown temp