Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Debug As > Maven test not working

I have no workspace dependencies.
If, like Igor said, it's meant to debug Maven, and not the test running inside of it, its not what i was searching for.

Thanks anyway.
Nella citazione in data martedì 29 gennaio 2013 16:47:50, Keith Barlow ha scritto:
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 <igor@xxxxxxxxxxxxxx
<mailto:igor@xxxxxxxxxxxxxx>> 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
        m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
        https://dev.eclipse.org/__mailman/listinfo/m2e-users
        <https://dev.eclipse.org/mailman/listinfo/m2e-users>

    _________________________________________________
    m2e-users mailing list
    m2e-users@xxxxxxxxxxx <mailto:m2e-users@xxxxxxxxxxx>
    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
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users




Back to the top