-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated pom #75
Updated pom #75
Conversation
Merge qa to master: update to mp3.3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
update ${version.hazelcast} in places like this in pom.xml:<liberty.var.hazelcast.lib>${hazelcast.path}/${version.hazelcast}/hazelcast${version.hazelcast}.jar</liberty.var.hazelcast.lib>
-
add the link to your pr here:
Update all pom.xml as the template guides-common#436
I should probably start using Ctrl F! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- remove
<failOnMissingWebXml>false</failOnMissingWebXml>
from the pom.xml
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Having trouble running from finish directory. Results in an internal server error, exception when retrieving session context when executing maven command. To my understanding, should be able to run application from finish directory as described starting in the guide section "Running the Application". EDIT: Found was related to OpenLiberty/open-liberty#12143 |
Cause of previous issue found. This change should be good for master now. |
Updated the pom for the following issues:
OpenLiberty/guides-common#436
OpenLiberty/guides-common#419