New maven site and doxia with custom velocity doxia

2016-04-12 Thread Eric Barboni
Hi, I had a web site with custom template using custom velocity tools. Using an approach equivalent to (reflow-velocity-tools [1]). After using the new maven site (3.5) and maven doxia (1.7) the tools is no more detected. Is there a workaround or is this option gone. [1] https://github.c

RE: Maven-Indexer 6.0 Release

2017-11-21 Thread Eric Barboni
Hi, I am "ressurecting" an old topic. I wonder if it is possible to have some news for 6.0 release of maven indexer. The old version of maven indexer make a plugin fail at runtime with maven 3.1.1+ (see [2]). And works well with 6.0. Kind Regards Eric [1] https://github.com/m

RE: Maven-Indexer 6.0 Release

2017-11-24 Thread Eric Barboni
Hi, Sounds like a plan for me. -Message d'origine- De : Tamás Cservenák [mailto:ta...@cservenak.net] Envoyé : jeudi 23 novembre 2017 16:14 À : Maven Users List Objet : Re: Maven-Indexer 6.0 Release Hi there, I think with this PR 6.0 should be ready to go: https://github.com/apache/mav

publishing Apache Netbeans maven plugin to central

2018-10-05 Thread Eric Barboni
maven central? (is Apache Archiva an option?) What is the minimal pom.xml section to have? Many thanks Regards Eric Barboni(skygo)

RE: publishing Apache Netbeans maven plugin to central

2018-10-05 Thread Eric Barboni
Hi @Michael All the lib are present at http://bits.netbeans.org/maven2/ It allows via nbm-maven-plugin to use maven as the build tools to make application on top of Netbeans. It's an old feature present since at least 2008 @Robert Thanks for the pointer. Eric -Message d'origine- De :

RE: Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-12 Thread Eric Barboni
Hi, Please use the 4.2 version org.apache.netbeans.utilities nbm-maven-plugin 4.2 Jar generated by jdk>8 cannot be parsed by older version on the plugin. Regards Eric De : Geertjan Wielenga Envoyé : vendredi 12 juillet 2019 11:25 À : Klaus Martinschitz Cc : NetBeans Mailing List

RE: Netbeans Maven module with Java 9 plain module dependency does not work

2019-07-12 Thread Eric Barboni
Sorry wrong ml. Regards Eric -Message d'origine- De : Eric Barboni Envoyé : vendredi 12 juillet 2019 14:23 À : 'Maven Users List' Objet : RE: Netbeans Maven module with Java 9 plain module dependency does not work Hi, Please use the 4.2 version org.apache.netbeans

RE: [VOTE] Change project logo and adopt owl as mascot

2014-12-03 Thread Eric Barboni
+1 Owl the best -Message d'origine- De : Stephen Connolly [mailto:stephen.alan.conno...@gmail.com] Envoyé : mercredi 3 décembre 2014 12:43 À : Maven Developers List; Maven Users List Objet : Re: [VOTE] Change project logo and adopt owl as mascot Any last votes? You have 17 minutes!!!

RE: Maven with JDK 7

2012-06-27 Thread Eric Barboni
Hi, You may use -Djava.net.preferIPv4Stack=true for non netbeans executed jvm or -J-Djava.net.preferIPv4Stack=true in the netbeans_default_options in /etc/netbeans.conf file to be able to forec jdk 7 to use ipv4 Eric -Message d'origine- De : Markku Saarela [mailto:markku.saar...@p

JCoverage and Junit do not give same test result

2004-08-10 Thread Eric Barboni
Hi, I'm using JCoverage plugin and Junit plugin in the same project. Junit report no failure and no error Jcoverage report an error with the same testcase. I've got a java.lang.VerifyError (Illegal constant pool index) I'm using the following properties: maven.test.failure.ignore=true maven.ju

Multiple versions distribution best practice ?

2004-10-20 Thread Eric Barboni
Hi I was reading documentation dealing with version and it says that with dist plugin I can build each of the version I've tagged. for example: 1.0 1.0 1.0 PET-1.0 1.5 1.5 HEAD Did I miss something ? As anybody and idea. Best Regards Eri