[m2e-users] Have higher "JRE System Library" than "Compiler Compliance" by default.

2017-09-28 Thread Basin Ilya
Dear m2e users. Can I configure pom.xml so that when I import a maven project to Eclipse or select "Maven/Update project" the "Compiler Compliance" would set to 1.6 and "JRE System Library" would set to "JavaSE-1.7"? I can set it manually in project settings, but it's lost after "Update project

Re: [m2e-users] Maven / Eclipse Integration Very Slow

2018-08-24 Thread Basin Ilya
Hi Alex. In general, Maven project build incrementally in Eclipse faster than from command-line, because Eclipse knows when to skip unnecessary steps. Not every code generation goal integrates well with Eclipse though. > calling Maven to do ‘something’ and everything gets stuck for minutes In th