OpenLiberty / ci.maven

Maven plugins for managing Liberty profile servers #devops
Apache License 2.0
130 stars 91 forks source link

Detect install config changes during dev mode #1796

Closed cherylking closed 9 months ago

cherylking commented 9 months ago

Fixes #1794 Fixes #1795

Equivalent PR to Gradle changes in https://github.com/OpenLiberty/ci.gradle/pull/880

cherylking commented 9 months ago

This is what the updated error looks like:

Screenshot 2024-02-21 at 9 48 29 AM
cherylking commented 9 months ago

After discussing at a design issues call today, decided to not say the clean is required when restarting dev mode in this case. Our maven plugin can detect when Liberty needs to be reinstalled even when the target installation dir is the same. Our gradle plugin does not have the same capability currently.