mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-01 20:29:12 +01:00
make scm-home configurable by maven parameter
This commit is contained in:
@@ -309,7 +309,7 @@
|
||||
<systemProperties>
|
||||
<systemProperty>
|
||||
<name>scm.home</name>
|
||||
<value>target/scm-it</value>
|
||||
<value>${scm.home}</value>
|
||||
</systemProperty>
|
||||
</systemProperties>
|
||||
<connectors>
|
||||
@@ -333,6 +333,7 @@
|
||||
</build>
|
||||
|
||||
<properties>
|
||||
<scm.home>target/scm-it</scm.home>
|
||||
<environment.profile>default</environment.profile>
|
||||
<enunciate.version>1.24</enunciate.version>
|
||||
<aether.version>1.13.1</aether.version>
|
||||
|
||||
Reference in New Issue
Block a user