ci.maven
ci.maven copied to clipboard
Maven plugins for managing Liberty profile servers #devops
Reported by an user at https://github.com/OpenLiberty/guide-spring-boot/issues/157 `./mvnw liberty:run` does not start and return following: ``` [INFO] --- liberty-maven-plugin:3.10.2:run (default-cli) @ guide-spring-boot --- [INFO] Skipping module guide-spring-boot which is not included...
Constructor for ServerConfigDocument to be deprecated
For a deployment of a SpringBoot packaged app, with liberty-maven-plugin config: ```xml io.openliberty.tools liberty-maven-plugin 3.10 spring-boot-project ``` I can't specify server.xml config like: ```xml --my.arg=123 ``` The deploy will, by...
If I start with the SpringBoot pet clinic sample, e.g. something like (https://github.com/spring-projects/spring-petclinic/commit/082cfb43064e3c1497a993e842b1ceb415544a9c - though I didn't verify this exact commit would recreate the problem: and do: > mvn package...
Recreate 1. git clone [email protected]:OpenLiberty/guide-maven-multimodules; cd guide-maven-multimodules/finish 2. Run `mvn liberty:dev` # Good, works 3. Add a new module in a subdir of 'finish', e.g. mvn archetype:generate -Dfilter=org.apache.maven.archetypes: (run interactively,...
Using: * liberty-maven-plugin v3.10 * Open Liberty 23.0.0.12 * Eclipse OpenJ9 VM, version 17.0.3+7 (en_US) * Maven v3.8.8 * Windows 11 I get the first time (the feature is downloaded)...
Outside of dev mode, atm, it isn't straightforward to use the Liberty Maven Plugin to package up what is needed or run tests whether locally or automatically integrated with a...
Enhancement to consider general support in dev mode for Spring Boot apps. Atm, specific setup is required for working with Spring Boot apps in dev mode. See https://github.com/OpenLiberty/ci.maven/issues/1143 Cc @ericglau
According to this [doc](https://openliberty.io/docs/latest/reference/config/server-configuration-overview.html#exp-var-windows), support was added for expansion variables in `server.env` files for Linux in Liberty version 22.0.0.1. The Windows support was supposedly already there. Need to update ci.common...