Merge pull request #4847 from vramik/KEYCLOAK-4793
KEYCLOAK-4793 moved profile a lever lower due to migration test
This commit is contained in:
commit
1b14f9e73e
2 changed files with 20 additions and 19 deletions
|
@ -248,6 +248,26 @@
|
||||||
<skip.copy.auth.crossdc.nodes>false</skip.copy.auth.crossdc.nodes>
|
<skip.copy.auth.crossdc.nodes>false</skip.copy.auth.crossdc.nodes>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
|
<profile>
|
||||||
|
<!--see KEYCLOAK-4793-->
|
||||||
|
<id>kie.maven.settings</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>repo.url</name>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<properties>
|
||||||
|
<maven.repo.local>${user.home}/.m2/repository</maven.repo.local>
|
||||||
|
<settings.path>${user.home}/.m2/settings.xml</settings.path>
|
||||||
|
<kie.maven.settings>
|
||||||
|
-Dkie.maven.settings.custom=${settings.path}
|
||||||
|
-Dkie.maven.repo.local=${maven.repo.local}
|
||||||
|
-Drepo.url=${repo.url}
|
||||||
|
</kie.maven.settings>
|
||||||
|
</properties>
|
||||||
|
</profile>
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
@ -1503,25 +1503,6 @@
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
|
||||||
<!--see KEYCLOAK-4793-->
|
|
||||||
<id>kie.maven.settings</id>
|
|
||||||
<activation>
|
|
||||||
<property>
|
|
||||||
<name>repo.url</name>
|
|
||||||
</property>
|
|
||||||
</activation>
|
|
||||||
<properties>
|
|
||||||
<maven.repo.local>${user.home}/.m2/repository</maven.repo.local>
|
|
||||||
<settings.path>${user.home}/.m2/settings.xml</settings.path>
|
|
||||||
<kie.maven.settings>
|
|
||||||
-Dkie.maven.settings.custom=${settings.path}
|
|
||||||
-Dkie.maven.repo.local=${maven.repo.local}
|
|
||||||
-Drepo.url=${repo.url}
|
|
||||||
</kie.maven.settings>
|
|
||||||
</properties>
|
|
||||||
</profile>
|
|
||||||
|
|
||||||
</profiles>
|
</profiles>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue