Kathryn Kodama
Kathryn Kodama
In the above install-feature fails with the following: ``` [ERROR] Failed to install features from configuration file org.apache.maven.plugin.MojoExecutionException: Unable to execute mojo at org.twdata.maven.mojoexecutor.MojoExecutor.executeMojo (MojoExecutor.java:122) at io.openliberty.tools.maven.server.StartDebugMojoSupport.runLibertyMojo (StartDebugMojoSupport.java:362) at io.openliberty.tools.maven.server.StartDebugMojoSupport.runLibertyMojoInstallFeature...
This applies to running the `generateFeatures` task from dev mode as well
Thanks for raising this issue @inad9300. Which platform are you on and which version of the Liberty Maven plugin are you using? Are you able to provide us more information...
Thanks @inad9300. It is strange that the server is restarting your server after a `touch` of a source file. Dev mode should not be restarting the server if a source...
Related, `getLogTail(logFile)` logic runs before the log exist, while dev mode is just starting up. See https://github.com/OpenLiberty/ci.maven/pull/1570#issuecomment-1209746739
Addressing the second issue stated above (step 6): ``` /Users/eric/git/guide-maven-multimodules/finish/war/src/main/java/io/openliberty/guides/multimodules/web/HeightsBean.java:50: error: package io.openliberty.guides.multimodules.lib does not exist this.feet = io.openliberty.guides.multimodules.lib.Converter.getFeet(cm); ^ /Users/eric/git/guide-maven-multimodules/finish/war/src/main/java/io/openliberty/guides/multimodules/web/HeightsBean.java:61: error: package io.openliberty.guides.multimodules.lib does not exist this.inches = io.openliberty.guides.multimodules.lib.Converter.getInches(cm);...
EDIT: Based on https://github.com/OpenLiberty/ci.maven/issues/1070#issuecomment-1125438002 this looks to be a unique issue that is occurring on slower machines where the application is updating before the features are installed. Following the feature...
After further investigation there are two main issues: 1. On Linux when copying single files in a Dockerfile, the single file bound mounts may be corrupt. This inconsistently occurs on...
>Add new functionality to binary scanner that just checks for conflicts with passed in features. Plugin could pass whole list and then only user specified features to see where the...
@inad9300 Thank you for your feedback! Supporting `microprofile-5.0` for feature generation in the Liberty Maven Plugin is one of our high priority issues that the team is currently working on:...