Re: [mojo-user] Re: Classloader problem with main class

2012-09-16 Thread Tomasz Borek
Thanks Robert. In the end I found another way to do what I needed which did not involve Maven exec, but will keep that in mind as I should in the first place. :-) After all, when to use debug flags if not when debugging... :D pozdrawiam, Tomasz Borek 2012/9/10 Robert Scholte > Try to run Mav

RE: [mojo-user] Re: Classloader problem with main class

2012-09-10 Thread Robert Scholte
Try to run Maven with the logginglevel on debug, so: mvn -X testThis will show you the commandline being executed, which should give you a hint what's going wrong. Robert From: tomasz.bo...@gmail.com Date: Mon, 10 Sep 2012 14:31:25 +0200 To: user@mojo.codehaus.org Subject: [mojo-user] Re: Class