Set useProjectSettings=false to keep backwards compliant.
refs #7288
Change-Id: I3b1735cb27676baae89549a4e4281e6003f5bbf7
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
- <version>0.26.0</version>
+ <version>1.0.0</version>
</extension>
</extensions>
\ No newline at end of file
<!-- common settings for all modules -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho-version>0.26.0</tycho-version>
+ <tycho-version>1.0.0</tycho-version>
</properties>
<build>
tycho-packaging-plugin
</artifactId>
<versionRange>
- [0.24.0,)
+ [1.0.0,)
</versionRange>
<goals>
<goal>validate-id</goal>
tycho-compiler-plugin
</artifactId>
<versionRange>
- [0.24.0,)
+ [1.0.0,)
</versionRange>
<goals>
<goal>compile</goal>
<version>${tycho.version}</version>
<configuration>
<compilerArgument>-err:-forbidden</compilerArgument>
+ <useProjectSettings>false</useProjectSettings>
</configuration>
</plugin>
<plugin>
<packaging>pom</packaging>
<properties>
- <tycho.version>0.26.0</tycho.version>
- <tycho.extras.version>0.26.0</tycho.extras.version>
+ <tycho.version>1.0.0</tycho.version>
+ <tycho.extras.version>1.0.0</tycho.extras.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<mars-repo.url>http://download.eclipse.org/releases/mars</mars-repo.url>
</properties>
<repositories>
- <!--
- <repository>
- <id>mars</id>
- <url>${mars-repo.url}</url>
- <layout>p2</layout>
- </repository>
- -->
</repositories>
<pluginRepositories>