use kcinit branch
This commit is contained in:
parent
39f93dfa33
commit
67229912e6
1 changed files with 15 additions and 3 deletions
|
@ -243,19 +243,30 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>a</id>
|
<id>get-mousetrap</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>get</goal>
|
<goal>get</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<packages>
|
<packages>
|
||||||
<package>github.com/inconshreveable/mousetrap</package>
|
<package>github.com/inconshreveable/mousetrap</package>
|
||||||
<package>github.com/keycloak/kcinit</package>
|
|
||||||
</packages>
|
</packages>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>b</id>
|
<id>get-kcinit</id>
|
||||||
|
<goals>
|
||||||
|
<goal>get</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<packages>
|
||||||
|
<package>github.com/keycloak/kcinit</package>
|
||||||
|
</packages>
|
||||||
|
<branch>0.1</branch>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
<execution>
|
||||||
|
<id>build-kcinit</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>build</goal>
|
<goal>build</goal>
|
||||||
</goals>
|
</goals>
|
||||||
|
@ -264,6 +275,7 @@
|
||||||
<packages>
|
<packages>
|
||||||
<package>github.com/keycloak/kcinit</package>
|
<package>github.com/keycloak/kcinit</package>
|
||||||
</packages>
|
</packages>
|
||||||
|
<branch>0.1</branch>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in a new issue