We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Improve integration with the installLiberty task so that wlpDir does not need to be set. For example, want to do something like:
installLiberty
wlpDir
liberty { serverName = 'jaxrsSample' userDir = '../async-jaxrs-wlpcfg' install { type = "javaee7" } }
And as long as installLiberty task is called, rest of the tasks such as libertyStart, etc. should work without any additional configuration.
libertyStart
The text was updated successfully, but these errors were encountered:
#38: Better integration with the installLiberty task
02b9940
#38: Add a missing function
aa884bc
8e83fa3
Done.
Sorry, something went wrong.
jgawor
No branches or pull requests
Improve integration with the
installLiberty
task so thatwlpDir
does not need to be set. For example, want to do something like:And as long as
installLiberty
task is called, rest of the tasks such aslibertyStart
, etc. should work without any additional configuration.The text was updated successfully, but these errors were encountered: