we would like to use appassembler-maven-plugin to generate daemon scripts for our apps, we want to avoid having multiple configuratoins and generated scripts for the different environments, e.g. test, prod, etc., and would like to be able to set a jvm system property or add an extra command line argument when starting. I have been looking into this for a while ow and can't seem to find a solution.
If anybody has any ideas or suggestions they would be greatly appreciated,
thanks
相关问题
- How to upgrade/install Upstart deamon version 1.5
- Use tf.metrics in Keras?
- There Was No Endpoint Listening at http // That Co
- Starting an Application from Windows Service
- Symfony Basic Translation Example
相关文章
- Service层和Dao层一定要对应吗?
- k8s 访问Pod 时好时坏
- Async task does not work properly (doInBackground
- Keeping alive Intent Service after application is
- A proper way to Debug a Service in Android Studio?
- Simple service in Swift, persists, foreground only
- Running msiexec from a service (Local System accou
- What is the best way to call into Swift from C?
You can use the extraJvmArguments to put such things as a system property. See the examples on the documentation page.