mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-13 03:19:40 -05:00
Update pom.xml
This commit is contained in:
committed by
Stian Thorgersen
parent
21ccf7dd8a
commit
a062bcc78f
+13
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user