summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--serviceview/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/serviceview/pom.xml b/serviceview/pom.xml
index 1d1ad765d89..6d8ae0751ea 100644
--- a/serviceview/pom.xml
+++ b/serviceview/pom.xml
@@ -34,6 +34,11 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <!-- Explicit for IntelliJ to detect correct language level from parent -->
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>