summaryrefslogtreecommitdiffstats
path: root/flags/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'flags/pom.xml')
-rw-r--r--flags/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index 5a535ad4de8..ade598556de 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -13,9 +13,10 @@
</parent>
<artifactId>flags</artifactId>
- <version>6-SNAPSHOT</version>
<packaging>container-plugin</packaging>
+ <version>6-SNAPSHOT</version>
<name>${project.artifactId}</name>
+ <description>Feature flags.</description>
<dependencies>
<dependency>
@@ -55,6 +56,14 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>8</source>
+ <target>8</target>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>