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>
</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