Removed obsolete pick up of system properties.

GitHub password is obtained from application-local.properties.
This commit is contained in:
Oliver Gierke
2016-02-10 14:18:20 +01:00
parent f7476dd64c
commit 2fa024527f

View File

@@ -96,7 +96,7 @@
<artifactId>maven-invoker</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.jgrapht</groupId>
<artifactId>jgrapht-core</artifactId>
@@ -119,11 +119,6 @@
<program>
<mainClass>${jar.mainclass}</mainClass>
<id>spring-data-release-shell</id>
<jvmSettings>
<systemProperties>
<systemProperty>git.password=${git.password}</systemProperty>
</systemProperties>
</jvmSettings>
</program>
</programs>
</configuration>