Re: import plugin configurations

2013-01-20 Thread Marcos Mendez
So just to give a heads-up on what I've done. I needed the ability to be able to import more than just dependency management (DM) from a pom. USE CASE: Import properties and plugin configurations from a central location Once your company starts using maven and creating all sorts of projects, t

Re: Maven Plugin Issue - MavenProject Not Bound

2013-01-20 Thread Robert Scholte
When using doclet-tags, you should use: @parameter default-value="${project}" Robert Op Sun, 20 Jan 2013 22:34:31 +0100 schreef Jeremy Long : I am trying to create a simple plugin to inspect project dependencies using the MavenProject - but I'm getting an error because the MavenProject is

PowerMock tests work fine in Eclipse, but don't execute in Maven build

2013-01-20 Thread KARR, DAVID
I normally use Mockito and JUnit with Maven. I'm trying to write some tests using PowerMock. I got the PowerMock test working fine in Eclipse, but now I'm noticing that the test is not running in the Maven build. Maven finds the test class, but it seems to think there are no tests. It's also

Re: PowerMock tests work fine in Eclipse, but don't execute in Maven build

2013-01-20 Thread Baptiste MATHUS
Hi, If you could push your demo project somewhere like on github, maybe we can help help you more easily. Just a small guess: isn't powermock "full" some special jar embedding 3rd Party code like testng and that would get selected? Cheers Le 21 janv. 2013 00:55, "KARR, DAVID" a écrit : > I norm

Re: PowerMock tests work fine in Eclipse, but don't execute in Maven build

2013-01-20 Thread Baptiste MATHUS
Seems like you should in fact not use that artifact. http://code.google.com/p/powermock/issues/detail?id=386 Cheers Le 21 janv. 2013 06:56, "Baptiste MATHUS" a écrit : > Hi, > If you could push your demo project somewhere like on github, maybe we can > help help you more easily. > > Just a small

Re: maven-nar-plugin (version?)

2013-01-20 Thread Martin Eisengardt
I will setup the hudson/jenkins to build and setup a small repository for new versions on the github project. Give me some days. :) However this wont perform the test cases yet (the need native build on various platforms). But as soon as possible this will solved. I think as soon as we finished m