java - Does Project->Build Project in Eclipse with m2e include any Maven goal by default? -
update: project->build project in eclipse m2e include maven goal default?
does including <build> <defaultgoal>install</defaultgoal> </build>
pom.xml change action of "build project" , add second compilation maven builder?
when flag project-> build automatically checked in eclipse 2 builders differnt things when update project. far understand:
1) maven project builder gets dependencies when update pom.xml. 2) 1 of these 2 builders compiles code when change it.
a. builder compiles code? far know maven has own java_home. , can attach jre eclipse project. jres may different.
b. other actions maven builder , when (when updating pom or code)?
- the maven builder build according goal defined , check correctness of dependencied pom file.
- the java builder compiles code , automatically , responsible ther correctness of eclipse project.
Comments
Post a Comment