Skip to content

Commit

Permalink
Infra: remove the m2e maven builder from all projects
Browse files Browse the repository at this point in the history
All the projects of the eclipse-cs plugin are both Eclipse projects as
well as maven modules. During development in Eclipse the Eclipse
internal builder is fully sufficient for building, and running the m2e
maven integration builder rather leads to unwanted changes in classpath,
settings etc.

I use the same setup (remove m2e builder, but leave m2e nature) in much
larger projects under similar conditions.
  • Loading branch information
Bananeweizen authored and Calixte committed Apr 9, 2023
1 parent c7739cc commit e645142
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .project
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs-feature/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs-updatesite/.project
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs.branding/.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs.core/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs.doc/.project
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>net.sf.eclipsecs.core.CheckstyleBuilder</name>
<arguments>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs.sample/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down
5 changes: 0 additions & 5 deletions net.sf.eclipsecs.ui/.project
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
Expand Down

0 comments on commit e645142

Please sign in to comment.