I have had a similar problem recently that had me puzzled.  Be sure to
check your dependencies and make sure any workspace depedencies have been
built.  Since eclipse does workspace resolution.  If you have changes in
the dependent project that haven't been built and installed into the local
repository, eclipse can build successfully and the maven build can fail.

Keith


On Tue, Jan 29, 2013 at 6:41 AM, Igor Fedorenko <[email protected]> wrote:

> DebugAsMaven is meant to debug Maven build itself and usually does not
> allow debugging of project code. For debugging tests see
>
> http://maven.apache.org/**surefire/maven-surefire-**
> plugin/examples/debugging.html<http://maven.apache.org/surefire/maven-surefire-plugin/examples/debugging.html>
>
> --
> Regards,
> Igor
>
>
> On 2013-01-29 4:43 AM, Flavio Campana wrote:
>
>> Hi everyone,
>> I have a unit test working in Eclipse, but failing under Maven/Jenkins,
>> so i tried to debug them with Eclipse using Debug As > Maven test from
>> project context menu, but it doesn't do anything.
>> Do i need to configure something?
>> ______________________________**_________________
>> m2e-users mailing list
>> [email protected]
>> https://dev.eclipse.org/**mailman/listinfo/m2e-users<https://dev.eclipse.org/mailman/listinfo/m2e-users>
>>
> ______________________________**_________________
> m2e-users mailing list
> [email protected]
> https://dev.eclipse.org/**mailman/listinfo/m2e-users<https://dev.eclipse.org/mailman/listinfo/m2e-users>
>



-- 
Keith Barlow

*Software Engineer*
*Dell Boomi*
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to