aboutsummaryrefslogtreecommitdiffstats
path: root/yolean
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon@verizonmedia.com>2020-11-02 11:26:11 +0100
committerGitHub <noreply@github.com>2020-11-02 11:26:11 +0100
commit3033715936e5564bbfa15caf14ba3fa7eca1447b (patch)
treedfa37a2ff0c67d215745c240d9ed1892f7dca2c9 /yolean
parent2f45d465a580a20f52fea466e7a6e3729829d6c5 (diff)
Update pom.xml
Add back maven-compiler-plugin, needed for IntelliJ
Diffstat (limited to 'yolean')
-rw-r--r--yolean/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/yolean/pom.xml b/yolean/pom.xml
index 0e8a3033b05..9f55027a220 100644
--- a/yolean/pom.xml
+++ b/yolean/pom.xml
@@ -38,6 +38,11 @@
<extensions>true</extensions>
</plugin>
<plugin>
+ <!-- Needed for IntelliJ -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>abi-check-plugin</artifactId>
</plugin>