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
*Make sure to also update the Add to an existing application snippets on the start page via the website code
Add to an existing application
Steps
Create a new feature branch off of main branch
main
Update Liberty Maven Plug-in version
<plugin> <groupId>io.openliberty.tools</groupId> <artifactId>liberty-maven-plugin</artifactId> <version>...</version> </plugin>
plugins { id 'war' id 'io.openliberty.tools.gradle.Liberty' version '...' }
staging
The text was updated successfully, but these errors were encountered:
kinueng
Successfully merging a pull request may close this issue.
Upgrade to the latest Liberty Maven and Gradle Plug-ins Releases
*Make sure to also update the
Add to an existing application
snippets on the start page via the website codeSteps
Create a new feature branch off of
main
branchUpdate Liberty Maven Plug-in version
staging
.The text was updated successfully, but these errors were encountered: