-
Notifications
You must be signed in to change notification settings - Fork 91
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
LMP 3.10.2 liberty:run/dev goal skipped using spring-boot and JAR packaging type #1809
Comments
temporarily fixed the spring-boot guide by downgrading to LMP 3.10 Revised steps to reproduce the problem:
|
I assume this must have been caused by: |
@scottkurz I presume so as well. Need a special check for spring-boot case? |
Fixed via PR #1810 @gkwan-ibm Would you like a snapshot driver to test with? |
if there is a snapshot, I can test it. Otherwise, I can test it when the fix is released. |
This fix is included in the 3.10.3 release published yesterday. |
Reported by an user at OpenLiberty/guide-spring-boot#157
./mvnw liberty:run
does not start and return following:If using
liberty-maven-plugin:3.10
,liberty:run
works fineSteps to reproduce the problem:
git clone https://github.com/openliberty/guide-spring-boot.git
cd guide-spring-boot/finish
./mvnw package
./mvnw liberty:run
Skipping ...
message./mvnw liberty:run
The text was updated successfully, but these errors were encountered: