make scm-home configurable by maven parameter

This commit is contained in:
Sebastian Sdorra
2011-12-29 15:34:34 +01:00
parent 123ecb6af3
commit 70de7d59ec

View File

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