java - Maven IDEA plugin (or eclipse plugin) -


from have understood, not best way open project built maven in intellij using idea plug-in, calling:

mvn idea:idea 

but open directly pom file (intellij has default plug-in maven); same thing, eclipse.

could provide arguments on why better approach?

this applies equally intellij , maven:

  • changing pom.xml file not reflected in ide, must rebuild project (possibly losing configuration (?)) every time. moreover, if team member modifies pom.xml, have remember rebulding project (which require closing , reopening it).

  • additional step required when opening new project

  • ides have other maven features, e.g. both of aforementioned environemnts can show dependency graphs

use mvn plugin last resort when ide goes crazy , cannot figure out maven configuration correctly.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -