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>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>maven-plugin</module>
|
||||
<module>guides</module>
|
||||
</modules>
|
||||
<profile>
|
||||
<id>quarkus</id>
|
||||
<activation>
|
||||
<jdk>[11,)</jdk>
|
||||
<property>
|
||||
<name>!product</name>
|
||||
</property>
|
||||
</activation>
|
||||
<modules>
|
||||
<module>maven-plugin</module>
|
||||
<module>guides</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue