Re: Help with converting existing ant build to maven is required

2014-04-26 Thread Maxim Solodovnik
Hello All, sorry for the keeping silence too long :) finally I was able to start migration and more questions are come up: :) 1) Is there any way to use parent project version in child projects? I currently use variable for this [1] but it results too many warnings 2) I have lots of Forking

Re: Help with converting existing ant build to maven is required

2014-04-26 Thread Maxim Solodovnik
Here is the link to my existing parent project http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/pom.xml?revision=1590111view=markup forget to add it :( On Sat, Apr 26, 2014 at 2:38 PM, Maxim Solodovnik solomax...@gmail.comwrote: Hello All, sorry for the keeping silence too long

jdk8 break maven-plugin-plugin?

2014-04-26 Thread james northrup
i have created a maven plugin from the plugin archetype. i have a mojo which apparently does not matter to repeating this process, any mojo will do. the project is in a reactor. the reactor runs the module but the plugin does not use reactor pom as parent. the compilation succeeds out of the

Re: jdk8 break maven-plugin-plugin?

2014-04-26 Thread Hervé BOUTEMY
already reported and fixed http://jira.codehaus.org/browse/MPLUGIN-260 Regards, Hervé Le samedi 26 avril 2014 11:43:34 james northrup a écrit : i have created a maven plugin from the plugin archetype. i have a mojo which apparently does not matter to repeating this process, any mojo will

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
Hi, After detail investigation, I can prove this is a bug of maven surefire plugin, after version 2.12. That means from 2.12~2.17 it met the same problem. The problem will happen in a special condition, you don't met any error during the test case execution time, however, you set the result to

RE: Maven sure fire plugin npe problem.

2014-04-26 Thread Tim Wu T
Not sure if anyone could show me how to create a TR for this, I don't have a JIRA account. Br, Tim -Original Message- From: Tim Wu T [mailto:tim.t...@ericsson.com] Sent: den 26 april 2014 22:53 To: Maven Users List Subject: RE: Maven sure fire plugin npe problem. Hi, After detail