Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
File Repository
Commits
2a39e980
Commit
2a39e980
authored
Apr 10, 2017
by
Matija Obreza
Browse files
Fail compilation on warnings and use of deprecated API
parent
f8293ada
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2a39e980
...
...
@@ -215,13 +215,14 @@
<plugin>
<inherited>
true
</inherited>
<artifactId>
maven-compiler-plugin
</artifactId>
<version>
3.
3
</version>
<version>
3.
6.1
</version>
<configuration>
<source>
${jdk.source}
</source>
<target>
${jdk.target}
</target>
<optimize>
true
</optimize>
<showDeprecation>
${show.deprecations}
</showDeprecation>
<showWarnings>
true
</showWarnings>
<showDeprecation>
true
</showDeprecation>
<failOnWarning>
true
</failOnWarning>
</configuration>
</plugin>
<plugin>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment