Skip to content

Commit

Permalink
avoid syntax color
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Jun 7, 2020
1 parent 7e8f686 commit 811742b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Usage

* If the packaging type defined in the <<<pom.xml>>> is <<<ejb>>>, the <<<package>>> lifecycle phase can be used

+--------------+
mvn package
+--------------+
--------------
mvn package
--------------

* or using the <<<ejb:ejb>>> goal

+--------------+
mvn ejb:ejb
+--------------+
--------------
mvn ejb:ejb
--------------

[]

Expand Down

0 comments on commit 811742b

Please sign in to comment.