Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build step to prepare configured environment for running RelEx services #266

Open
vsbogd opened this issue Jul 13, 2018 · 0 comments
Open

Comments

@vsbogd
Copy link
Contributor

vsbogd commented Jul 13, 2018

Shell scripts to run RelEx services contain hardcoded Java classpath with all requried dependencies. The classpath can be different on different machines then it should be edited manually. There are few possible solutions to get rid of this editing:

  • shell scripts can be generated during build including all libraries which were used
  • build can produce fat .jar or app folder and copy all necessary dependencies into it

appassembler-maven-plugin can be used for maven build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant