Update pom.xml
This commit is contained in:
parent
21ccf7dd8a
commit
a062bcc78f
1 changed files with 13 additions and 4 deletions
17
docs/pom.xml
17
docs/pom.xml
|
@ -29,8 +29,17 @@
|
||||||
<artifactId>keycloak-docs-parent</artifactId>
|
<artifactId>keycloak-docs-parent</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<profile>
|
||||||
<module>maven-plugin</module>
|
<id>quarkus</id>
|
||||||
<module>guides</module>
|
<activation>
|
||||||
</modules>
|
<jdk>[11,)</jdk>
|
||||||
|
<property>
|
||||||
|
<name>!product</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<modules>
|
||||||
|
<module>maven-plugin</module>
|
||||||
|
<module>guides</module>
|
||||||
|
</modules>
|
||||||
|
</profile>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue