Update pom.xml

This commit is contained in:
Stian Thorgersen 2021-12-13 13:49:56 +01:00 committed by Stian Thorgersen
parent a062bcc78f
commit 93853e9dc4

View file

@ -29,17 +29,19 @@
<artifactId>keycloak-docs-parent</artifactId>
<packaging>pom</packaging>
<profile>
<id>quarkus</id>
<activation>
<jdk>[11,)</jdk>
<property>
<name>!product</name>
</property>
</activation>
<modules>
<module>maven-plugin</module>
<module>guides</module>
</modules>
</profile>
<profiles>
<profile>
<id>quarkus</id>
<activation>
<jdk>[11,)</jdk>
<property>
<name>!product</name>
</property>
</activation>
<modules>
<module>maven-plugin</module>
<module>guides</module>
</modules>
</profile>
</profiles>
</project>