Merge pull request #5208 from ASzc/KEYCLOAK-7362

KEYCLOAK-7362 Disable mvn-golang-wrapper in the product build
This commit is contained in:
Pedro Igor 2018-05-18 13:51:17 -03:00 committed by GitHub
commit 08c22416a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -276,6 +276,26 @@
</build>
<profiles>
<profile>
<id>product</id>
<activation>
<property>
<name>product</name>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang-wrapper</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>auth-servers-crossdc-undertow</id>
<properties>