Skip to content

Commit 8ab295a

Browse files
committed
Build Ticket Monster
1 parent 8def6f7 commit 8ab295a

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

readme.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,17 @@ And checkout the sources from the instructor git repository.
196196
git clone -b WFLY8.1 http://root:dockeradmin@<INSTRUCTOR_IP>:10080/root/ticket-monster.git
197197
----
198198

199-
From here, you're free to explore the application a bit. Open it with JBDS and
199+
From here, you're free to explore the application a bit. Open it with JBDS and find more background about the use-cases and how the application is designed at the link:http://www.jboss.org/ticket-monster/whatisticketmonster/[Ticket Monster Website].
200+
201+
When you're ready, it is time to build the application. Switch to the checkout directory and run maven package.
202+
203+
[source, text]
204+
----
205+
cd /docker-java/ticket-monster
206+
mvn -s settings.xml -f demo/pom.xml package
207+
----
208+
209+
200210

201211
### Deploy Ticket Monster
202212

0 commit comments

Comments
 (0)