summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-04-25 10:42:21 +0200
committergjoranv <gv@oath.com>2018-04-25 17:13:35 +0200
commit13d14d7b28aa18269990769eb99bce74ef9d1360 (patch)
tree1c8a5771d726c42131c9224ca772573631bf6f40 /bundle-plugin
parent6a7351dc77ad191540b61555360d20caea94c156 (diff)
Remove explicit maven-compiler-plugin config. Inherit from parent.
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/pom.xml17
1 files changed, 4 insertions, 13 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index 47a06a1ee76..b68ffa811b2 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -91,6 +91,10 @@
</resources>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<executions>
@@ -109,19 +113,6 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <compilerArgs>
- <arg>-Xlint:all</arg>
- <arg>-Xlint:-processing</arg>
- <arg>-Werror</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkMode>once</forkMode>