aboutsummaryrefslogtreecommitdiffstats
path: root/yolean
diff options
context:
space:
mode:
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>