mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-06 12:20:56 +01:00
Use target dir of root pom
It looks like the variable scm.home is bound differently for the dependency plugin and the jetty plugin, when scm-webapp was build beforehand.
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
|
||||
<properties>
|
||||
<scm.stage>DEVELOPMENT</scm.stage>
|
||||
<scm.home>${project.build.directory}/scm-it</scm.home>
|
||||
<scm.home>${project.parent.build.directory}/scm-it</scm.home>
|
||||
<scm-it.logbackConfiguration>${project.basedir}/../scm-webapp/src/main/resources/logback.default.xml</scm-it.logbackConfiguration>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -675,7 +675,7 @@
|
||||
|
||||
<properties>
|
||||
<scm.stage>DEVELOPMENT</scm.stage>
|
||||
<scm.home>${project.build.directory}/scm-it</scm.home>
|
||||
<scm.home>${project.parent.build.directory}/scm-it</scm.home>
|
||||
<environment.profile>default</environment.profile>
|
||||
<jjwt.version>0.11.2</jjwt.version>
|
||||
<selenium.version>2.53.1</selenium.version>
|
||||
|
||||
Reference in New Issue
Block a user