Merge pull request #3991 from stianst/KEYCLOAK-4615

KEYCLOAK-4615 Build demo-dist, example-dist and proxy-dist only in jb…
This commit is contained in:
Stian Thorgersen 2017-03-29 13:38:06 +02:00 committed by GitHub
commit 2d40c8d8c2
4 changed files with 327 additions and 310 deletions

View file

@ -29,6 +29,14 @@
<name>Keycloak Demo Distribution</name>
<description/>
<profiles>
<profile>
<id>community</id>
<activation>
<property>
<name>!product</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.keycloak</groupId>
@ -223,5 +231,7 @@
</plugins>
</build>
</profile>
</profiles>
</project>

View file

@ -29,8 +29,14 @@
<name>Keycloak Examples Distribution</name>
<description/>
<dependencies>
</dependencies>
<profiles>
<profile>
<id>community</id>
<activation>
<property>
<name>!product</name>
</property>
</activation>
<build>
<finalName>keycloak-examples-${project.version}</finalName>
<plugins>
@ -101,5 +107,7 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

View file

@ -41,26 +41,15 @@
<profiles>
<profile>
<id>community</id>
<activation>
<property>
<name>!product</name>
</property>
</activation>
<id>jboss-release</id>
<modules>
<module>api-docs-dist</module>
<module>downloads</module>
<module>demo-dist</module>
<module>examples-dist</module>
<module>proxy-dist</module>
</modules>
</profile>
<profile>
<id>jboss-release</id>
<modules>
<module>downloads</module>
</modules>
</profile>
</profiles>
</project>

View file

@ -29,6 +29,14 @@
<name>Proxy Distro</name>
<description/>
<profiles>
<profile>
<id>community</id>
<activation>
<property>
<name>!product</name>
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.keycloak</groupId>
@ -69,5 +77,7 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>