summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 7647266c374..717eab0d92e 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -149,6 +149,10 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>