You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ See [Installation guide](https://github.com/wildfly-extras/wildfly-graphql-featu
23
23
**For development purposes, one way to obtain a WildFly distribution with a snapshot of this feature pack installed is to simply build the contents of this repository.
24
24
After building (`mvn clean install`), it will appear under build/target/wildfly-$VERSION. The Galleon definition of what will be included can be found in `build/pom.xml`.**
25
25
26
+
You can also build a server by using the wildfly plugin, maybe even in `dev` mode. See the Quickstart for details.
Copy file name to clipboardexpand all lines: quickstart/README.md
+4-14
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,16 @@
2
2
3
3
## Prerequisites
4
4
- JDK 1.8+
5
-
- Maven
6
-
- Galleon downloaded and available on your path as described in the [main README](../README.md). The main README also provides background on how to provision WildFly servers and which Galleon layers are available.
5
+
- Maven
7
6
8
7
9
8
## Building and deploying the quickstart
10
-
You need to provision a server (remember you need to have Galleon installed as described in
11
-
the [main README](../README.md)). Go to the folder containing this README in a new
This provisions the server with the relevant Galleon layers, and starts it. The
18
-
[main README](../README.md) contains information about the layers in this feature pack.
19
9
20
-
Then in another terminal window, go to the same folder and run:
10
+
The [main README](../README.md) contains information about the layers in this feature pack. You can use the `wildfly-maven-plugin` to build and run the server with the feature pack, and deploy the quickstart war.
11
+
21
12
```
22
-
mvn package wildfly:deploy
13
+
mvn wildfly:provision wildfly:dev
23
14
```
24
-
This builds and deploys the application into the provisioned WildFly server.
0 commit comments