Removed obsolete pick up of system properties.
GitHub password is obtained from application-local.properties.
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user