activemq/systest/itests/ear/project.xml

53 lines
1.6 KiB
XML
Executable File

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE project>
<project>
<pomVersion>3</pomVersion>
<extend>${basedir}/../../../../etc/project.xml</extend>
<name>ActiveMQ :: Integration Tests :: Ear</name>
<id>activemq-itest-ear</id>
<shortDescription>ActiveMQ is a JMS 1.1 implementation designed for easy deployment in Geronimo</shortDescription>
<description>
ActiveMQ is an open source JMS 1.1 implementation designed for easy deployment in Geronimo
</description>
<package>org.activemq.itest</package>
<dependencies>
<!-- Used for preprocessing the deployment descriptors -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-velocity</artifactId>
<version>${commons_jelly_tags_velocity_version}</version>
</dependency>
<dependency>
<groupId> velocity</groupId>
<artifactId>velocity</artifactId>
<version>${velocity_version}</version>
</dependency>
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-itest-ejb</artifactId>
<version>${pom.currentVersion}</version>
<type>ejb</type>
<properties>
<ear.bundle>true</ear.bundle>
</properties>
</dependency>
<dependency>
<groupId>activemq</groupId>
<artifactId>activemq-ra</artifactId>
<version>${pom.currentVersion}</version>
<type>rar</type>
<properties>
<ear.bundle>true</ear.bundle>
</properties>
</dependency>
</dependencies>
</project>