Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-27 21:25:02 +0000
committerDavid Williams2013-02-27 21:25:02 +0000
commit2fbe0a0342b9fd864d14906cb27c49ced9460ab9 (patch)
tree1cac0d05e44cd5d657a00610b8a8c6c6c3c3bbb5 /eclipse.platform.releng.tychoeclipsebuilder
parent9cc4e66edcddf3cfdc718b13b05141a639797b12 (diff)
downloadeclipse.platform.releng.aggregator-2fbe0a0342b9fd864d14906cb27c49ced9460ab9.tar.gz
eclipse.platform.releng.aggregator-2fbe0a0342b9fd864d14906cb27c49ced9460ab9.tar.xz
eclipse.platform.releng.aggregator-2fbe0a0342b9fd864d14906cb27c49ced9460ab9.zip
Bug 401776 - [CBI] too many compile warnings
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
index 0039a5069..4a36c0996 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
@@ -42,8 +42,17 @@
</resource>
</resources>
+
<plugins>
<plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-compiler-plugin</artifactId>
+ <version>${tycho.version}</version>
+ <configuration>
+ <compilerArgument>-warn:-discouraged,forbidden,warningToken</compilerArgument>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>

Back to the top