Simpler strategy for telling Tycho to use existing project settings

See
<https://eclipse.org/tycho/sitedocs/tycho-compiler-plugin/compile-mojo.html#useProjectSettings>
for more documentation on this feature, which first arrived in Tycho
0.22.
This commit is contained in:
Ben Liblit 2017-06-22 11:40:25 +02:00 committed by Manu Sridharan
parent fbf4ff731d
commit 0b712f46b3
3 changed files with 1 additions and 24 deletions

View File

@ -11,15 +11,6 @@
<artifactId>com.ibm.wala.cast.js.nodejs</artifactId>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>

View File

@ -11,15 +11,6 @@
<artifactId>com.ibm.wala.core.testdata</artifactId>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>

View File

@ -116,12 +116,7 @@
<artifactId>tycho-compiler-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<compilerArgument>-err:-forbidden</compilerArgument>
<compilerArguments>
<properties>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</properties>
</compilerArguments>
<useProjectSettings>true</useProjectSettings>
</configuration>
</plugin>
<plugin>