ci.maven icon indicating copy to clipboard operation
ci.maven copied to clipboard

Maven plugins for managing Liberty profile servers #devops

Results 206 ci.maven issues
Sort by recently updated
recently updated
newest added

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...

generateFeatures

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...

medium priority
devMode
generateFeatures

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`...

devMode

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...

high priority
devMode

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...

devMode

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...

devModeContainers

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...

enhancement
in progress
Epic
Non-Release
No Design Approved

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...

devMode

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...

generateFeatures

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...