small doc change

This commit is contained in:
Clebert Suconic 2015-09-03 11:21:54 -04:00
parent 3df29ca7f3
commit b7c7c42d22
1 changed files with 9 additions and 10 deletions

View File

@ -64,7 +64,6 @@ Example:
<ignore>${noServer}</ignore> <ignore>${noServer}</ignore>
</configuration> </configuration>
</execution> </execution>
``` ```
@ -113,15 +112,15 @@ args | A string array of arguments passed to the method
Example: Example:
```xml ```xml
<execution> <execution>
<id>runClient</id> <id>runClient</id>
<goals> <goals>
<goal>runClient</goal> <goal>runClient</goal>
</goals> </goals>
<configuration> <configuration>
<clientClass>org.apache.activemq.artemis.jms.example.QueueExample</clientClass> <clientClass>org.apache.activemq.artemis.jms.example.QueueExample</clientClass>
</configuration> </configuration>
</execution> </execution>
``` ```
### Complete example ### Complete example