| <?xml version="1.0" encoding="UTF-8"?> |
| |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <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"> |
| |
| <parent> |
| <groupId>org.apache</groupId> |
| <artifactId>apache</artifactId> |
| <version>15</version> |
| </parent> |
| <modelVersion>4.0.0</modelVersion> |
| |
| <groupId>org.apache.activemq-cpp</groupId> |
| <artifactId>activemq-cpp-pom</artifactId> |
| <version>3.9.2-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| <name>ActiveMQ-CPP Project</name> |
| <inceptionYear>2007</inceptionYear> |
| <prerequisites> |
| <maven>3.1.1</maven> |
| </prerequisites> |
| |
| <organization> |
| <name>Apache Software Foundation</name> |
| <url>http://www.apache.org/</url> |
| </organization> |
| |
| <url>http://activemq.apache.org/cms</url> |
| |
| <licenses> |
| <license> |
| <name>The Apache Software License, Version 2.0</name> |
| <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| <distribution>repo</distribution> |
| </license> |
| </licenses> |
| |
| <mailingLists> |
| <mailingList> |
| <name>Development List</name> |
| <subscribe>dev-subscribe@activemq.apache.org</subscribe> |
| <unsubscribe>dev-unsubscribe@activemq.apache.org</unsubscribe> |
| <post>dev@activemq.apache.org</post> |
| </mailingList> |
| </mailingLists> |
| |
| <properties> |
| <source-version>1.7</source-version> |
| <target-version>1.7</target-version> |
| |
| <activemq-version>5.11.1</activemq-version> |
| <siteId>activemq-cpp-${activemq-version}</siteId> |
| <projectName>Apache ActiveMQ-CPP</projectName> |
| <annogen-version>0.1.0</annogen-version> |
| <ant-version>1.7.0</ant-version> |
| <xstream-version>1.4.8</xstream-version> |
| <activemq-client-dir>${ACTIVEMQ_SRC_HOME}/activemq-client/</activemq-client-dir> |
| <activemq-cpp-openwire-generator-version>2.0</activemq-cpp-openwire-generator-version> |
| <junit-version>4.12</junit-version> |
| |
| <assembly-plugin-version>2.4</assembly-plugin-version> |
| <apache-rat-plugin-version>0.11</apache-rat-plugin-version> |
| <maven-exec-version>1.4.0</maven-exec-version> |
| <maven-release-plugin-version>2.4.1</maven-release-plugin-version> |
| <maven-gpg-plugin>1.6</maven-gpg-plugin> |
| <maven-antrun-plugin-version>1.7</maven-antrun-plugin-version> |
| <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version> |
| </properties> |
| |
| <modules> |
| <module>maven-cpptools-plugin</module> |
| <module>activemq-cpp-openwire-generator</module> |
| <module>activemq-cpp</module> |
| </modules> |
| |
| <distributionManagement> |
| <repository> |
| <id>release.apache.org</id> |
| <name>ActiveMQ-CPP Release Repository</name> |
| <url>file:///home/tabish/dev/maven2/repo/release</url> |
| </repository> |
| <snapshotRepository> |
| <id>snapshots.apache.org</id> |
| <name>ActiveMQ-CPP Snapshots Repository</name> |
| <url>file:///home/tabish/dev/maven2/repo/snapshots</url> |
| </snapshotRepository> |
| </distributionManagement> |
| |
| <scm> |
| <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-cpp.git</connection> |
| <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-cpp.git</developerConnection> |
| <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-cpp-git</url> |
| <tag>HEAD</tag> |
| </scm> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>org.apache.activemq-cpp</groupId> |
| <artifactId>activemq-cpp-openwire-generator</artifactId> |
| <version>${project.version}</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <build> |
| <defaultGoal>test</defaultGoal> |
| <pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-antrun-plugin</artifactId> |
| <version>${maven-antrun-plugin-version}</version> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-assembly-plugin</artifactId> |
| <version>${assembly-plugin-version}</version> |
| <configuration> |
| <tarLongFileMode>gnu</tarLongFileMode> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.rat</groupId> |
| <artifactId>apache-rat-plugin</artifactId> |
| <version>${apache-rat-plugin-version}</version> |
| <configuration> |
| <excludeSubProjects>false</excludeSubProjects> |
| <excludes> |
| <exclude>KEYS</exclude> |
| <exclude>**/configure</exclude> |
| <exclude>**/doxygen.cfg</exclude> |
| <exclude>**/*.prefs</exclude> |
| <exclude>**/.classpath</exclude> |
| <exclude>**/.project</exclude> |
| <exclude>**/.cproject</exclude> |
| <exclude>**/.metadata/**/*</exclude> |
| <exclude>**/vs2005-build/**/*</exclude> |
| <exclude>**/m4/**/*</exclude> |
| <exclude>**/config/**/*</exclude> |
| <exclude>**/build/**/*</exclude> |
| <exclude>**/target/**/*</exclude> |
| <exclude>**/autom4te.cache/**/*</exclude> |
| </excludes> |
| </configuration> |
| <executions> |
| <execution> |
| <id>AMQCPP-RAT-CHECK</id> |
| <phase>verify</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-release-plugin</artifactId> |
| <version>${maven-release-plugin-version}</version> |
| <configuration> |
| <autoVersionSubmodules>true</autoVersionSubmodules> |
| <allowTimestampedSnapshots>false</allowTimestampedSnapshots> |
| <preparationGoals>clean install</preparationGoals> |
| <arguments>-Prelease</arguments> |
| <goals>deploy</goals> |
| <tagNameFormat>activemq-cpp-@{project.version}</tagNameFormat> |
| </configuration> |
| </plugin> |
| </plugins> |
| </pluginManagement> |
| <plugins> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <source>${source-version}</source> |
| <target>${target-version}</target> |
| <optimize>true</optimize> |
| <debug>true</debug> |
| <showDeprecation>true</showDeprecation> |
| <showWarnings>true</showWarnings> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <profiles> |
| <profile> |
| <id>release</id> |
| <build> |
| <plugins> |
| <!-- We want to sign the artifact, the POM, and all attached artifacts --> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-gpg-plugin</artifactId> |
| <version>${maven-gpg-plugin}</version> |
| <inherited>true</inherited> |
| <configuration> |
| <passphrase>${gpg.passphrase}</passphrase> |
| </configuration> |
| <executions> |
| <execution> |
| <goals> |
| <goal>sign</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| </profiles> |
| |
| </project> |