Skip to content

Commit fa5c95c

Browse files
committed
Cleaning up instructions
1 parent 49952be commit fa5c95c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ I don't plan to write any formal documentation, read the code. The [Java EE 7 Es
1616

1717
#### For each sample ####
1818

19-
1. ``mvn wildfly:start wildfly:deploy-only test -P wildfly``
19+
1. ``mvn package -DskipTests``
20+
2. ``mvn wildfly:start wildfly:deploy-only test -P wildfly``
2021

2122
### Maven Plugins (GlassFish) ###
2223

23-
For each sample: ``mvn embedded-glassfish:deploy test -P glassfish``
24+
#### For each sample ####
25+
26+
1. ``mvn package -DskipTests``
27+
2. ``mvn embedded-glassfish:deploy test -P glassfish``
2428

2529
### NetBeans ###
2630

0 commit comments

Comments
 (0)