activemq-artemis/examples/soak/pom.xml

30 lines
993 B
XML
Raw Normal View History

2014-11-10 11:14:12 -05:00
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hornetq.examples</groupId>
<artifactId>hornetq-examples</artifactId>
<version>2.5.0-SNAPSHOT</version>
</parent>
<groupId>org.hornetq.example.soak</groupId>
<artifactId>soak-examples</artifactId>
<packaging>pom</packaging>
<name>HornetQ Soak Examples</name>
<!-- Properties -->
<properties>
<!--
Explicitly declaring the source encoding eliminates the following
message: [WARNING] Using platform encoding (UTF-8 actually) to copy
filtered resources, i.e. build is platform dependent!
-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>normal</module>
</modules>
</project>