mirror of https://github.com/apache/activemq.git
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:
parent
ea63d69242
commit
3fcd7ca39c
|
@ -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>
|
||||
|
|
|
@ -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$
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue