Getting Errors and Warning to show In Eclipse via Maven -


i'm using m2eclipse plugin eclipse build project, miss having errors , warning of build show in problems tab. use maven project builder build project , don't use default java builder in eclipse. love way errors , warnings can see when editing file show in problems tab, , tab show problems whole project.

is there way this?

you doing wrong. per default, m2eclipse activates java builder , shows errors / warnings.

did chance check out multi-module maven project , convert single eclipse project? if yes, need import -> existing maven projects , select projects underneath root.

otherwise, may have right-click project , select maven -> update project configuration.

if neither of these help, please provide more info.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -