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> <artifactId>keycloak-docs-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<profile> <profiles>
<id>quarkus</id> <profile>
<activation> <id>quarkus</id>
<jdk>[11,)</jdk> <activation>
<property> <jdk>[11,)</jdk>
<name>!product</name> <property>
</property> <name>!product</name>
</activation> </property>
<modules> </activation>
<module>maven-plugin</module> <modules>
<module>guides</module> <module>maven-plugin</module>
</modules> <module>guides</module>
</profile> </modules>
</profile>
</profiles>
</project> </project>