Add non-option arguments after "--" to deployer command line
This allows user to play nice tricks with the deployer configuration (e.g. changing the spring profile). Fixes gh-25
This commit is contained in:
@@ -18,10 +18,10 @@
|
||||
</parent>
|
||||
|
||||
<modules>
|
||||
<module>spring-cloud-launcher-deployer</module>
|
||||
<module>spring-cloud-launcher-cli</module>
|
||||
<module>spring-cloud-launcher-configserver</module>
|
||||
<module>spring-cloud-launcher-dataflow</module>
|
||||
<module>spring-cloud-launcher-deployer</module>
|
||||
<module>spring-cloud-launcher-eureka</module>
|
||||
<module>spring-cloud-launcher-h2</module>
|
||||
<module>spring-cloud-launcher-hystrixdashboard</module>
|
||||
|
||||
Reference in New Issue
Block a user