From b7c7c42d224b876d09abbfe274b73bf52941e5a2 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Thu, 3 Sep 2015 11:21:54 -0400 Subject: [PATCH] small doc change --- docs/user-manual/en/maven-plugin.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/user-manual/en/maven-plugin.md b/docs/user-manual/en/maven-plugin.md index 2602ec8115..7d8b93ac3c 100644 --- a/docs/user-manual/en/maven-plugin.md +++ b/docs/user-manual/en/maven-plugin.md @@ -64,7 +64,6 @@ Example: ${noServer} - ``` @@ -113,15 +112,15 @@ args | A string array of arguments passed to the method Example: ```xml - - runClient - - runClient - - - org.apache.activemq.artemis.jms.example.QueueExample - - + + runClient + + runClient + + + org.apache.activemq.artemis.jms.example.QueueExample + + ``` ### Complete example