activemq-artemis/activemq-protocols/pom.xml

27 lines
858 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>activemq-pom</artifactId>
<groupId>org.apache.activemq</groupId>
<version>6.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>activemq-protocols</artifactId>
<packaging>pom</packaging>
<properties>
<activemq.basedir>${project.basedir}/..</activemq.basedir>
</properties>
<modules>
<module>activemq-amqp-protocol</module>
<module>activemq-stomp-protocol</module>
<module>activemq-openwire-protocol</module>
<module>activemq-proton-plug</module>
</modules>
</project>