-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
- detect project with src/main/liberty/config/server.xml file only (ie. no LMP or LGP defined in build file)
- detect project with LMP config in build file only (ie. no server.xml in project)
- detect project with LGP config in build file only (ie. no server.xml in project)
- buildscript + apply plugin method
- plugins block method
(both methods of defining the LGP can be found here: https://github.com/OpenLiberty/ci.gradle#adding-the-plugin-to-the-build-script)
Example tests in LT IntelliJ:
https://github.com/OpenLiberty/liberty-tools-intellij/blob/main/src/test/java/io/openliberty/tools/intellij/it/SingleModNLTRestProjectTestCommon.java#L110-L214
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Parked