ci.maven
ci.maven copied to clipboard
Maven plugins for managing Liberty profile servers #devops
After upgrading to 3.7, I gave a try to feature generation, as I was looking forward to it. When running: ```sh ./mvnw clean compile liberty:generate-features --debug ``` It gets quickly...
Disclose dependency on IBM WebSphere Application Server Migration Toolkit for Application Binaries which is separately licensed under ILAN. Share link to the public ILAN license: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/wamt/en.html **Update the following doc...
Hi, thanks for the great dev-mode! - Our source-files are UTF-8 encoded. - The property `UTF-8` is set and `mvn compile` writes correctly UTF-8 encoded class-files. But when `mvn liberty:dev`...
I have an existing multi-module web application and I want to use liberty dev mode with it. One of the modules has some test utilities which are used in the...
This is unfortunately very hard to give information about, but I would like to report that while using the liberty:dev command, multiple times a day I find my computer frozen...
Start the cloud-hosted lab by the `Run in cloud` button in the https://openliberty.io/guides/docker.html. At the "Getting started" section, after run `cd /home/project`, run `sudo usermod -d /home/project theia`. Then follow...
We need the build plugins to formally support Java 17. Java 17 is the latest LTS release. Likely mostly a test effort but there may be (minimal) development work involved...
From time to time, I would see the following error printed in the console during development: > During application startup, the application failed to start because multiple applications were found...
The plugins need to pass JSP files to the binary scanner so it is aware of their existence and can suggest the appropriate JSP related feature if it is needed...
Reverts OpenLiberty/ci.maven#1576 After further internal discussion, we determined that this change is not warranted. The `devc` container mode requires that loose application is enabled. But Spring Boot JAR applications are...