Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Debug m2e integration of a Maven plugin

Nothing in the Maven console. But I wouldn't expect anything there for something happening in the incremental build process, should it?
I'll try changing the log levels to see if that makes any difference.

/Anders

On Fri, Feb 5, 2016 at 10:08 AM, Adrien Rivard <adrien.rivard@xxxxxxxxx> wrote:
No logs either in the Maven console in Eclipse ?
IIRC you can change the log levels in workspace\.metadata\.plugins\org.eclipse.m2e.logback.configuration.

Otherwise it's debuggable like an Eclipse plugin (aka import source of your maven plugin, configure an eclipse launch configuration (hardest part if you are not used to it), launch another eclipse instance from your Eclipse, debug happily ).



On Fri, Feb 5, 2016 at 8:59 AM, Anders Hammar <anders@xxxxxxxxxx> wrote:
A m2e compatible Maven plugin (via the plexus-build API) is failing with very limited output (nothing in the Eclipse log file). Is there a way to debug what's going wrong in teh Eclipse build?

The plugin is Mojohaus sqlj-maven-plugin so source is available.

/Anders

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-dev



--
Adrien Rivard

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top