summaryrefslogtreecommitdiffstats
path: root/scalalib
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahoo-inc.com>2017-04-27 13:12:32 +0200
committerArne H Juul <arnej@yahoo-inc.com>2017-04-27 13:12:32 +0200
commit6b92888b6b68638ecaadd932a88fddfbcc9aa9c4 (patch)
treed3c05e82209f62e0226b5fc7cb8bc566f1f68565 /scalalib
parent153047f4bd96c6540186d96a1b23372f256d6269 (diff)
no java code here, remove maven-compiler-plugin
Diffstat (limited to 'scalalib')
-rw-r--r--scalalib/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/scalalib/pom.xml b/scalalib/pom.xml
index 94706777f8d..a0292288e0d 100644
--- a/scalalib/pom.xml
+++ b/scalalib/pom.xml
@@ -58,17 +58,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <compilerArgs>
- <arg>-Xlint:rawtypes</arg>
- <arg>-Xlint:unchecked</arg>
- <arg>-Xlint:deprecation</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>