Update pom.xml
This commit is contained in:
parent
a062bcc78f
commit
93853e9dc4
1 changed files with 15 additions and 13 deletions
28
docs/pom.xml
28
docs/pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue