Merge pull request #4847 from vramik/KEYCLOAK-4793

KEYCLOAK-4793 moved profile a lever lower due to migration test
This commit is contained in:
Pavel Drozd 2017-12-15 14:52:04 +01:00 committed by GitHub
commit 1b14f9e73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 19 deletions

View file

@ -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>

View file

@ -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>