diff --git a/README.md b/README.md index 686b1a9..ea9da6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ![Galleon Pack Template Java CI](https://github.com/wildfly/wildfly-feature-pack-template/workflows/Galleon%20Pack%20Template%20Java%20CI/badge.svg) -# Wildfly Galleon Feature Pack Template +# Wildfly Camunda Feature Pack A template Galleon feature pack to provision a new subsystem into WildFly using Galleon. It is runnable as-is, and provides a very basic subsystem which supplies a CDI `@Produces` method. Instances from this `@Produces` method are available to your deployments when your subsystem is @@ -27,31 +27,6 @@ and it will build everything, and run the testsuite. An example patched server will be created in the `build/target/` directory. We will explore how to use Galleon CLI to provision a server from the command line later on. -## Running the example application - -The example application lives in the -[`example/`](example) -directory. It is a trivial application exposing a -[REST endpoint](example/src/main/java/org/wildfly/extension/feature/pack/template/example/JaxRsResource.java) -which is injected with an instance of the bean we have a `@Produces` for in the subsystem's dependency -[`dependency/`](dependency) -folder. -The `@ExampleQualifier` Qualifier is also defined in the `dependency/` folder. - -Start the server by running -``` -./build/target/wildfly--template-