You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2015/09/03 17:26:08 UTC

activemq-artemis git commit: small doc change

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 3df29ca7f -> b7c7c42d2


small doc change


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b7c7c42d
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b7c7c42d
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b7c7c42d

Branch: refs/heads/master
Commit: b7c7c42d224b876d09abbfe274b73bf52941e5a2
Parents: 3df29ca
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Sep 3 11:21:54 2015 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Sep 3 11:23:44 2015 -0400

----------------------------------------------------------------------
 docs/user-manual/en/maven-plugin.md | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b7c7c42d/docs/user-manual/en/maven-plugin.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/maven-plugin.md b/docs/user-manual/en/maven-plugin.md
index 2602ec8..7d8b93a 100644
--- a/docs/user-manual/en/maven-plugin.md
+++ b/docs/user-manual/en/maven-plugin.md
@@ -64,7 +64,6 @@ Example:
          <ignore>${noServer}</ignore>
       </configuration>
    </execution>
-
 ```
 
 
@@ -113,15 +112,15 @@ args | A string array of arguments passed to the method
 Example:
 
 ```xml
-               <execution>
-                  <id>runClient</id>
-                  <goals>
-                     <goal>runClient</goal>
-                  </goals>
-                  <configuration>
-                     <clientClass>org.apache.activemq.artemis.jms.example.QueueExample</clientClass>
-                  </configuration>
-               </execution>
+<execution>
+  <id>runClient</id>
+  <goals>
+     <goal>runClient</goal>
+  </goals>
+  <configuration>
+     <clientClass>org.apache.activemq.artemis.jms.example.QueueExample</clientClass>
+  </configuration>
+</execution>
 ```
 
 ### Complete example