Skip to content

Commit c5dce13

Browse files
committed
Add postgresql profile to the build instructions
1 parent 0d64a26 commit c5dce13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

instructor/nexusbackup.tar

1.37 MB
Binary file not shown.

instructor/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ docker exec instructor_gitlab_1 bash -c "cd /home/git/data/repositories/root; gi
156156
157157
2. Build TicketMonster
158158
159-
mvn -s settings.xml -f ticket-monster/demo/pom.xml package
159+
mvn -s settings.xml -f ticket-monster/demo/pom.xml -Ppostgresql clean package
160160
161161
3. Copy TicketMonster war to the docker ticketmonster-pgsql-widlfly image folder
162162

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ When you're ready, it is time to build the application. Switch to the checkout d
238238

239239
[source, text]
240240
----
241-
cd /docker-java/ticket-monster
242-
mvn -s lab-settings.xml -f demo/pom.xml package
241+
cd /docker-java/
242+
mvn -s lab-settings.xml -f ticket-monster/demo/pom.xml -Ppostgresql clean package
243243
----
244244

245245
Congratulations: You just build the applications war file. Let's see if this can be deployed.

0 commit comments

Comments
 (0)