Skip to content

Commit a76509d

Browse files
committed
check in
1 parent bd187a7 commit a76509d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ Development and Deployment
3535
This is just a quick starter. You most likely will want to open the base level POM in your favorite IDE and develop
3636
your project to your needs.
3737

38-
To deploy your server, you can run
38+
To build a deployment WAR for your server, run the following from the **base project** directory:
3939

4040
mvn clean install
4141

4242
And then copy the WAR file from the target directory and deploy this to your web server (e.g. Tomcat).
4343

44-
To deploy your client, you can use one of the JavaFX distribution mechanisms, such as:
44+
To build a deployment bundle for your client, run one of the JavaFX distribution mechanisms from the **client module**
45+
base directory, such as:
4546

4647
mvn clean jfx:build-jar
4748

0 commit comments

Comments
 (0)