You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/06/07 16:17:03 UTC

[maven-ejb-plugin] branch master updated: avoid syntax color

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 811742b  avoid syntax color
811742b is described below

commit 811742b55132bdf08c00bb4e2bbd29f06e180355
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jun 7 18:16:58 2020 +0200

    avoid syntax color
---
 src/site/apt/usage.apt.vm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 7f65362..6b136cf 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -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
+--------------
 
  []