ci.maven
ci.maven copied to clipboard
Maven plugins for managing Liberty profile servers #devops
Validate the server.xml used by the current project when building and report issues found so users can address before they get much further. Ref https://github.com/OpenLiberty/open-liberty/issues/11813.
Provide a better message that indicates to users what they can/should do next to debug the issue. Like refreshing their local cache and double checking that they have access to...
An epic to capture what we can do as a 2.0 to further simplify and make iterative development, testing to debugging even faster and better for developers. This includes items...
Hello, I have tried to change the logging directory (in the server.xml file). The plugin has not "seen" the server start. It seems the Liberty plugin try to locate the...
Taken from issue #1561 as a follow-up remaining issue - @scottkurz @lmsurpre There should be a way to resolve the test artifact used in one module dependency but contained in...
Saw this in a recent build: ``` Error: [ERROR] Failed to execute goal io.openliberty.tools:liberty-maven-plugin:3.8.3-SNAPSHOT:install-feature (install-server-features) on project assembly-archive-update-it: Error installing features for server test: CWWKF1287E: The com.ibm.websphere.appserver.jsp-2.3 feature cannot be...
Fixes #1476 This is certainly not a complete solution. Still, I wanted to nudge this along slightly. (I should have made this a draft PR). This seems to provide a...
This issue continues the work described in epic https://github.com/OpenLiberty/ci.maven/issues/1104. In that epic, we socialized and received approval for a design for handling resource filtering and WAR overlays, as well as...
configDirectory copies over the files from the default dir /src/main/liberty/config. We have environment variables which are set during build. Is it possible to use filters with this command ?
Skip "default" ITs using: ``` mvnd clean verify -DruntimeVersion=23.0.0.6 -Druntime=ol -Ponline-its -DskipPluginIts=true ``` Odd, but clean is needed b/c of the duplicate plugin descriptor.