Skip to content

Commit

Permalink
Disable maven errors in eclipse.
Browse files Browse the repository at this point in the history
  • Loading branch information
soerendomroes committed Nov 7, 2023
1 parent b71df85 commit afdaf12
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,8 @@
<versionRange>${tycho-version}</versionRange>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
<goal>validate-classpath</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down Expand Up @@ -390,6 +392,19 @@
<ignore/>
</action>
</pluginExecution>
<pluginExecution>
<pluginExecutionFilter>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<versionRange>[2.7.3,)</versionRange>
<goals>
<goal>target-platform</goal>
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
</action>
</pluginExecution>
</pluginExecutions>
</lifecycleMappingMetadata>
</configuration>
Expand Down

0 comments on commit afdaf12

Please sign in to comment.