https://github.com/bmarwell/cowsay-liberty-feature-showcase
Cowsay for YOUR OpenLiberty!
https://github.com/bmarwell/cowsay-liberty-feature-showcase
Last synced: 3 months ago
JSON representation
Cowsay for YOUR OpenLiberty!
- Host: GitHub
- URL: https://github.com/bmarwell/cowsay-liberty-feature-showcase
- Owner: bmarwell
- License: apache-2.0
- Created: 2022-05-25T09:14:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T23:26:59.000Z (4 months ago)
- Last Synced: 2025-03-15T03:43:20.629Z (3 months ago)
- Language: Java
- Size: 99.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= WLP Feature 'cowsay'
:icons: font
:toc: macroCowsay for your Liberty! +
This repo contains the code for the blog post https://blog.bmarwell.de/2022/06/10/developing-an-ibm-openliberty-feature.html[Guide: How to develop an IBM OpenLiberty Feature].'''
toc::[]
== Building
You will need Java 11 to build this plugin, but Java 11 is enough as a runtime.
.Compiling the plugin
[source,shell]
----
./mvnw verify -Pdocs,run-its
----== Extended project
If you want to see more advanced features:
There's an extended repo: https://github.com/bmarwell/cowsay-liberty-feature[bmarwell/cowsay-liberty-feature]. It features more complex configuration, integration tests, and more!