Merge pull request #3307 from mhajas/KEYCLOAK-3690
KEYCLOAK-3690 Fix highest directory on windows
This commit is contained in:
commit
1e51952006
1 changed files with 5 additions and 1 deletions
|
@ -101,11 +101,15 @@
|
||||||
<execution>
|
<execution>
|
||||||
<id>directories</id>
|
<id>directories</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>highest-basedir</goal>
|
<goal>directory-of</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<phase>initialize</phase>
|
<phase>initialize</phase>
|
||||||
<configuration>
|
<configuration>
|
||||||
<property>main.basedir</property>
|
<property>main.basedir</property>
|
||||||
|
<project>
|
||||||
|
<groupId>org.keycloak</groupId>
|
||||||
|
<artifactId>keycloak-parent</artifactId>
|
||||||
|
</project>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
|
Loading…
Reference in a new issue