Closed ccanning closed 2 years ago
This request is effectively the same as [#4941] (https://github.com/spring-cloud/spring-cloud-dataflow/issues/4941).
Problem description:
We need to run skipper local as a service. Shell already has the executable flag set to true in the spring boot maven plugin.
Solution description:
In your Maven build, add this to the spring boot maven plugin configuration:
so, it should look similar to this basic version:
Description of alternatives: If using gradle, use:
springBoot { executable = true }
This is also fine using a profile specific to local.
Thanks.
Closing for the same reasons listed here.
This request is effectively the same as [#4941] (https://github.com/spring-cloud/spring-cloud-dataflow/issues/4941).
Problem description:
We need to run skipper local as a service. Shell already has the executable flag set to true in the spring boot maven plugin.
Solution description:
In your Maven build, add this to the spring boot maven plugin configuration:
so, it should look similar to this basic version:
Description of alternatives: If using gradle, use:
springBoot { executable = true }
This is also fine using a profile specific to local.
Thanks.