tidied up the xbean-spring configuration and used the xbean-spring maven plugin

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421900 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-14 13:27:51 +00:00
parent ea63d69242
commit 3fcd7ca39c
2 changed files with 16 additions and 1 deletions

View File

@ -80,6 +80,21 @@
<!-- Configure which tests are included/excuded -->
<build>
<plugins>
<plugin>
<groupId>org.apache.xbean</groupId>
<artifactId>maven-xbean-plugin</artifactId>
<executions>
<execution>
<configuration>
<namespace>http://activemq.org/ra/1.0</namespace>
</configuration>
<goals>
<goal>mapping</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>

View File

@ -40,7 +40,7 @@ import org.apache.activemq.selector.SelectorParser;
/**
* Configures the inbound JMS consumer specification using ActiveMQ
*
* @org.apache.xbean.XBean
* @org.apache.xbean.XBean element="activationSpec"
*
* @version $Revision$ $Date$
*/