eclipse - Plugin classpath issues when running from IDE -


i have maven plugin transforms class bits after compilation. plugin works precisely designed when run command line. however, problem arises in eclipse (3.6.1) when maven project building clean state. happens error message in console informing me plugin has failed due inability find class in fact on classpath.

as mentioned, plugin works when build command line, rather annoying problem seems bit difficult track down.

has else ran problem before, , if so, there solution i'm missing?

thanks.

i can confirm maven eclipse plugin works different "console version". can try change "preferences->maven->installations" external maven installation (that use when running command line). eclipse plugin embedded version 3.0-snapshot (in installation) , maybe not stable in points.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -