2015-04-27 17:32:30 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-01-05 07:45:36 -05:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
2015-03-06 11:30:25 -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">
|
2014-10-31 06:20:28 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2015-04-27 17:32:30 -04:00
|
|
|
<artifactId>artemis-pom</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<packaging>pom</packaging>
|
2017-05-08 15:20:12 -04:00
|
|
|
<version>2.2.0-SNAPSHOT</version>
|
2015-02-12 09:46:22 -05:00
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>org.apache</groupId>
|
|
|
|
<artifactId>apache</artifactId>
|
2016-08-15 19:25:48 -04:00
|
|
|
<version>18</version>
|
2015-03-09 12:24:40 -04:00
|
|
|
<relativePath>org.apache:apache</relativePath>
|
2015-02-12 09:46:22 -05:00
|
|
|
</parent>
|
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<modules>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-protocols</module>
|
|
|
|
<module>artemis-dto</module>
|
2016-10-24 11:26:32 -04:00
|
|
|
<module>artemis-cdi-client</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-boot</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>artemis-web</module>
|
|
|
|
<module>artemis-website</module>
|
|
|
|
<module>artemis-cli</module>
|
|
|
|
<module>artemis-commons</module>
|
|
|
|
<module>artemis-selector</module>
|
|
|
|
<module>artemis-core-client</module>
|
2017-05-16 04:33:53 -04:00
|
|
|
<module>artemis-core-client-all</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>artemis-server</module>
|
2016-09-21 17:45:05 -04:00
|
|
|
<module>artemis-junit</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>artemis-jms-client</module>
|
2017-05-16 04:33:53 -04:00
|
|
|
<module>artemis-jms-client-all</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>artemis-jms-server</module>
|
|
|
|
<module>artemis-native</module>
|
|
|
|
<module>artemis-journal</module>
|
|
|
|
<module>artemis-ra</module>
|
|
|
|
<module>artemis-rest</module>
|
|
|
|
<module>artemis-service-extensions</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>artemis-maven-plugin</module>
|
2015-11-24 05:12:10 -05:00
|
|
|
<module>artemis-server-osgi</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>integration/activemq-spring-integration</module>
|
|
|
|
<module>artemis-distribution</module>
|
2016-10-18 14:45:02 -04:00
|
|
|
<module>artemis-tools</module>
|
2015-09-10 13:56:20 -04:00
|
|
|
<module>tests</module>
|
2015-11-24 05:12:10 -05:00
|
|
|
<module>artemis-features</module>
|
2014-10-31 06:20:28 -04:00
|
|
|
</modules>
|
|
|
|
|
2015-04-21 09:49:05 -04:00
|
|
|
<name>ActiveMQ Artemis Parent</name>
|
2014-11-19 14:58:44 -05:00
|
|
|
<url>http://apache.org/activemq</url>
|
2014-10-31 06:20:28 -04:00
|
|
|
|
|
|
|
<prerequisites>
|
2017-01-12 10:03:04 -05:00
|
|
|
<maven>3.1.0</maven>
|
2014-10-31 06:20:28 -04:00
|
|
|
</prerequisites>
|
|
|
|
|
|
|
|
<properties>
|
2014-12-03 05:42:54 -05:00
|
|
|
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging -->
|
|
|
|
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
|
2016-05-19 07:56:00 -04:00
|
|
|
|
2016-11-10 09:34:07 -05:00
|
|
|
<commons.config.version>2.1</commons.config.version>
|
|
|
|
<commons.lang.version>3.0</commons.lang.version>
|
2017-04-18 05:39:52 -04:00
|
|
|
<activemq5-version>5.14.5</activemq5-version>
|
2016-05-19 07:56:00 -04:00
|
|
|
<apache.derby.version>10.11.1.1</apache.derby.version>
|
|
|
|
<commons.beanutils.version>1.9.2</commons.beanutils.version>
|
|
|
|
<commons.collections.version>3.2.2</commons.collections.version>
|
2016-09-09 09:10:10 -04:00
|
|
|
<fuse.mqtt.client.version>1.14</fuse.mqtt.client.version>
|
|
|
|
<guava.version>19.0</guava.version>
|
2016-05-19 07:56:00 -04:00
|
|
|
<jboss.logging.version>3.3.0.Final</jboss.logging.version>
|
2017-04-19 02:45:27 -04:00
|
|
|
<jetty.version>9.4.3.v20170317</jetty.version>
|
2017-04-17 15:39:11 -04:00
|
|
|
<jgroups.version>3.6.13.Final</jgroups.version>
|
2015-05-13 05:24:08 -04:00
|
|
|
<maven.assembly.plugin.version>2.4</maven.assembly.plugin.version>
|
2017-06-26 09:16:44 -04:00
|
|
|
<mockito.version>2.8.47</mockito.version>
|
2017-05-01 23:24:04 -04:00
|
|
|
<netty.version>4.1.9.Final</netty.version>
|
2017-05-16 16:19:47 -04:00
|
|
|
<proton.version>0.19.0</proton.version>
|
2016-09-09 09:10:10 -04:00
|
|
|
<resteasy.version>3.0.19.Final</resteasy.version>
|
|
|
|
<slf4j.version>1.7.21</slf4j.version>
|
2017-05-16 16:19:47 -04:00
|
|
|
<qpid.jms.version>0.23.0</qpid.jms.version>
|
2016-09-09 09:10:10 -04:00
|
|
|
<johnzon.version>0.9.5</johnzon.version>
|
2016-07-17 19:05:19 -04:00
|
|
|
<json-p.spec.version>1.0-alpha-1</json-p.spec.version>
|
2016-09-28 07:24:38 -04:00
|
|
|
<javax.inject.version>1</javax.inject.version>
|
|
|
|
<hawtbuff.version>1.11</hawtbuff.version>
|
|
|
|
<jb.logmanager.version>2.0.3.Final</jb.logmanager.version>
|
2017-05-03 18:51:46 -04:00
|
|
|
<jb.slf4j-jboss-logmanager.version>1.0.3.GA</jb.slf4j-jboss-logmanager.version>
|
2016-09-28 07:24:38 -04:00
|
|
|
<airlift.version>0.7</airlift.version>
|
|
|
|
<geronimo.annotation.1.1.spec.version>1.0.1</geronimo.annotation.1.1.spec.version>
|
|
|
|
<geronimo.ejb.3.0.spec.version>1.0.1</geronimo.ejb.3.0.spec.version>
|
|
|
|
<geronimo.jta.1.1.spec.version>1.1.1</geronimo.jta.1.1.spec.version>
|
|
|
|
<geronimo.jms.2.spec.version>1.0-alpha-2</geronimo.jms.2.spec.version>
|
2016-07-31 22:12:50 -04:00
|
|
|
<weld.version>2.4.0.Final</weld.version>
|
|
|
|
<arquillian-weld-embedded.version>2.0.0.Beta3</arquillian-weld-embedded.version>
|
|
|
|
<owb.version>1.7.0</owb.version>
|
|
|
|
<arquillian.version>1.1.11.Final</arquillian.version>
|
2017-05-19 04:01:53 -04:00
|
|
|
<servicemix.json-1.1.spec.version>2.9.0</servicemix.json-1.1.spec.version>
|
2017-06-28 10:18:28 -04:00
|
|
|
<version.org.jacoco>0.7.9</version.org.jacoco>
|
|
|
|
<version.org.jacoco.plugin>0.7.9</version.org.jacoco.plugin>
|
2016-09-28 07:24:38 -04:00
|
|
|
|
2016-09-09 05:13:33 -04:00
|
|
|
<owasp.version>1.4.3</owasp.version>
|
2016-05-19 07:56:00 -04:00
|
|
|
|
2015-03-03 18:46:05 -05:00
|
|
|
<activemq.version.versionName>${project.version}</activemq.version.versionName>
|
2015-04-27 17:32:30 -04:00
|
|
|
<activemq.version.majorVersion>1</activemq.version.majorVersion>
|
2014-12-04 12:18:34 -05:00
|
|
|
<activemq.version.minorVersion>0</activemq.version.minorVersion>
|
2014-11-18 11:03:42 -05:00
|
|
|
<activemq.version.microVersion>0</activemq.version.microVersion>
|
2016-10-21 20:58:01 -04:00
|
|
|
<activemq.version.incrementingVersion>129,128,127,126,125,124,123,122</activemq.version.incrementingVersion>
|
2015-03-03 18:46:05 -05:00
|
|
|
<activemq.version.versionTag>${project.version}</activemq.version.versionTag>
|
2016-07-17 19:05:19 -04:00
|
|
|
<ActiveMQ-Version>${project.version}(${activemq.version.incrementingVersion})</ActiveMQ-Version>
|
2016-05-19 07:56:00 -04:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<skipUnitTests>true</skipUnitTests>
|
|
|
|
<skipJmsTests>true</skipJmsTests>
|
2015-03-06 11:56:17 -05:00
|
|
|
<skipExtraTests>true</skipExtraTests>
|
2014-10-31 06:20:28 -04:00
|
|
|
<skipIntegrationTests>true</skipIntegrationTests>
|
2017-04-04 20:20:56 -04:00
|
|
|
<skipSmokeTests>true</skipSmokeTests>
|
2014-10-31 06:20:28 -04:00
|
|
|
<skipJoramTests>true</skipJoramTests>
|
|
|
|
<skipTimingTests>true</skipTimingTests>
|
|
|
|
<skipStressTests>true</skipStressTests>
|
|
|
|
<skipSoakTests>true</skipSoakTests>
|
|
|
|
<skipPerformanceTests>true</skipPerformanceTests>
|
|
|
|
<skipConcurrentTests>true</skipConcurrentTests>
|
|
|
|
<skipRestTests>true</skipRestTests>
|
2015-06-07 22:45:30 -04:00
|
|
|
<skipActiveMQ5Tests>true</skipActiveMQ5Tests>
|
2015-06-23 21:50:54 -04:00
|
|
|
<skipExtraTests>true</skipExtraTests>
|
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
|
|
|
2016-10-24 14:21:06 -04:00
|
|
|
<maven.compiler.source>1.8</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.8</maven.compiler.target>
|
2015-12-21 15:54:28 -05:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<!--
|
|
|
|
|
|
|
|
note for idea users:
|
|
|
|
Idea picks up surefire argline by default:
|
2015-04-27 17:32:30 -04:00
|
|
|
if You don't want it, you can add -Didea.maven.surefire.disable.argLine=true to idea.vmoptions files,
|
2014-10-31 06:20:28 -04:00
|
|
|
see https://intellij-support.jetbrains.com/entries/23395793
|
|
|
|
|
|
|
|
Also see: http://youtrack.jetbrains.com/issue/IDEA-125696
|
2015-02-10 10:53:02 -05:00
|
|
|
|
|
|
|
|
|
|
|
For profiling add this line and use jmc (Java Mission Control) to evaluate the results:
|
|
|
|
-XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=delay=30s,duration=120s,filename=/tmp/myrecording.jfr
|
|
|
|
|
|
|
|
-->
|
2017-06-28 10:18:28 -04:00
|
|
|
|
2014-11-17 14:53:12 -05:00
|
|
|
<activemq-surefire-argline>-Djava.util.logging.manager=org.jboss.logmanager.LogManager
|
2016-01-11 18:57:24 -05:00
|
|
|
-Dlogging.configuration="file:${activemq.basedir}/tests/config/logging.properties"
|
|
|
|
-Djava.library.path="${activemq.basedir}/artemis-native/bin" -Djgroups.bind_addr=localhost -Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost
|
2017-04-04 20:20:56 -04:00
|
|
|
-Djava.net.preferIPv4Stack=true -Dbasedir=${basedir}
|
2014-11-17 14:53:12 -05:00
|
|
|
</activemq-surefire-argline>
|
2014-11-19 14:58:44 -05:00
|
|
|
<activemq.basedir>${project.basedir}</activemq.basedir>
|
2015-05-06 12:38:04 -04:00
|
|
|
<skipLicenseCheck>true</skipLicenseCheck>
|
|
|
|
<skipStyleCheck>true</skipStyleCheck>
|
2016-09-09 05:13:33 -04:00
|
|
|
<skipOWASP>true</skipOWASP>
|
2015-06-09 21:09:42 -04:00
|
|
|
|
2015-06-08 13:55:00 -04:00
|
|
|
<javac-compiler-id>javac-with-errorprone</javac-compiler-id>
|
2015-10-01 17:58:26 -04:00
|
|
|
|
2017-06-30 08:56:24 -04:00
|
|
|
<directory-version>2.0.0-M15</directory-version>
|
|
|
|
<directory-jdbm2-version>2.0.0-M1</directory-jdbm2-version>
|
|
|
|
|
2016-07-31 22:12:50 -04:00
|
|
|
<cdi-api.version>1.2</cdi-api.version>
|
|
|
|
<geronimo-annotation_1.2_spec.version>1.0</geronimo-annotation_1.2_spec.version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
2015-04-29 13:20:31 -04:00
|
|
|
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-artemis.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-artemis.git</developerConnection>
|
|
|
|
<url>https://fisheye6.atlassian.com/browse/~br=master/activemq-artemis-git</url>
|
2017-05-08 15:20:12 -04:00
|
|
|
<tag>1.0.0-SNAPSHOT</tag>
|
2014-10-31 06:20:28 -04:00
|
|
|
</scm>
|
|
|
|
|
|
|
|
<distributionManagement>
|
2014-12-03 05:42:54 -05:00
|
|
|
<site>
|
|
|
|
<!-- this needs to match a server in your settings.xml with upload settings -->
|
|
|
|
<id>activemq-website</id>
|
|
|
|
<!-- set the staging.siteURL in your ~/.m2/settings.xml in a release or other profile -->
|
|
|
|
<url>${staging.siteURL}/maven/${project.version}</url>
|
|
|
|
<!--<url>${site-repo-url}</url>-->
|
|
|
|
</site>
|
2014-10-31 06:20:28 -04:00
|
|
|
<snapshotRepository>
|
2014-12-03 05:42:54 -05:00
|
|
|
<id>apache.snapshots.https</id>
|
|
|
|
<name>Apache Development Snapshot Repository</name>
|
|
|
|
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
|
|
|
<uniqueVersion>false</uniqueVersion>
|
2014-10-31 06:20:28 -04:00
|
|
|
</snapshotRepository>
|
|
|
|
</distributionManagement>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>JIRA</system>
|
2015-06-08 12:14:48 -04:00
|
|
|
<url>https://issues.apache.org/jira/browse/ARTEMIS</url>
|
2014-10-31 06:20:28 -04:00
|
|
|
</issueManagement>
|
|
|
|
<developers>
|
2015-06-08 12:37:30 -04:00
|
|
|
<developer>
|
|
|
|
<name>The Apache ActiveMQ Team</name>
|
|
|
|
<email>dev@activemq.apache.org</email>
|
|
|
|
<url>http://activemq.apache.org</url>
|
|
|
|
<organization>Apache Software Foundation</organization>
|
|
|
|
<organizationUrl>http://apache.org/</organizationUrl>
|
|
|
|
</developer>
|
2014-10-31 06:20:28 -04:00
|
|
|
</developers>
|
2015-06-08 12:37:30 -04:00
|
|
|
<mailingLists>
|
|
|
|
<mailingList>
|
|
|
|
<name>User List</name>
|
|
|
|
<subscribe>users-subscribe@activemq.apache.org</subscribe>
|
|
|
|
<unsubscribe>users-unsubscribe@activemq.apache.org</unsubscribe>
|
|
|
|
<post>users@activemq.apache.org</post>
|
|
|
|
</mailingList>
|
|
|
|
<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>
|
2014-10-31 06:20:28 -04:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2016-08-25 05:53:30 -04:00
|
|
|
<!-- ## Test Dependencies ## Note: Junit is required in certain module tests. We should control versions from here. -->
|
2015-01-19 10:03:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<!-- License: CPL 1.0 -->
|
|
|
|
<!-- There are newer versions of the JUnit but they break our tests -->
|
|
|
|
</dependency>
|
2015-07-06 12:01:08 -04:00
|
|
|
|
2015-07-15 09:05:11 -04:00
|
|
|
<!-- ### For MQTT Tests && Examples -->
|
2015-07-06 12:01:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.mqtt-client</groupId>
|
|
|
|
<artifactId>mqtt-client</artifactId>
|
2015-07-15 09:05:11 -04:00
|
|
|
<version>${fuse.mqtt.client.version}</version>
|
2015-07-06 12:01:08 -04:00
|
|
|
<!-- Apache v2.0 License -->
|
|
|
|
</dependency>
|
2016-01-07 05:12:07 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.derby</groupId>
|
|
|
|
<artifactId>derby</artifactId>
|
|
|
|
<version>${apache.derby.version}</version>
|
2016-02-08 06:11:39 -05:00
|
|
|
<scope>test</scope>
|
2016-01-07 05:12:07 -05:00
|
|
|
</dependency>
|
2015-07-06 12:01:08 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.paho</groupId>
|
|
|
|
<artifactId>mqtt-client</artifactId>
|
2015-08-12 06:59:12 -04:00
|
|
|
<version>0.4.0</version>
|
2015-07-06 12:01:08 -04:00
|
|
|
<scope>test</scope>
|
|
|
|
<!-- Eclipse Public License - v 1.0 -->
|
|
|
|
</dependency>
|
|
|
|
|
2016-05-31 07:19:29 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.postgresql</groupId>
|
|
|
|
<artifactId>postgresql</artifactId>
|
|
|
|
<version>9.4-1205-jdbc4</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<!-- postgresql license -->
|
|
|
|
</dependency>
|
2016-06-01 13:50:23 -04:00
|
|
|
|
2015-11-27 06:38:02 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections-testframework</artifactId>
|
2016-05-19 07:56:00 -04:00
|
|
|
<version>${commons.collections.version}</version>
|
2015-11-27 06:38:02 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
2017-06-26 09:16:44 -04:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<!-- License: MIT -->
|
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- ## End Test Dependencies ## -->
|
|
|
|
|
|
|
|
<!-- ### Build Time Dependencies ### -->
|
2015-03-12 08:04:40 -04:00
|
|
|
<!-- This is a build dependency of this project, but is not needed at compile or runtime by other
|
|
|
|
projects that depend on this project. This should be in the compiler plugin but can't because of a bug,
|
2015-06-04 09:33:41 -04:00
|
|
|
see https://issues.apache.org/jira/browse/MCOMPILER-203-->
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
|
|
|
<artifactId>jboss-logging-processor</artifactId>
|
2015-04-06 11:38:59 -04:00
|
|
|
<version>2.0.0.Alpha2</version>
|
2015-03-11 18:49:10 -04:00
|
|
|
<optional>true</optional>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: LGPL-->
|
|
|
|
</dependency>
|
2015-03-11 18:49:10 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
|
|
|
<artifactId>jboss-logging-annotations</artifactId>
|
|
|
|
<version>2.0.0.Alpha1</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<optional>true</optional>
|
|
|
|
<!-- License: Apache 2.0-->
|
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!--needed to compile the logging jar-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>log4j</groupId>
|
|
|
|
<artifactId>log4j</artifactId>
|
|
|
|
<version>1.2.16</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-core</artifactId>
|
|
|
|
<version>3.1.4.RELEASE</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-beans</artifactId>
|
|
|
|
<version>3.1.4.RELEASE</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-context</artifactId>
|
|
|
|
<version>3.1.4.RELEASE</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-jms</artifactId>
|
|
|
|
<version>3.1.4.RELEASE</version>
|
|
|
|
<scope>compile</scope>
|
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- ### End Build Time Dependencies ### -->
|
2014-10-31 06:20:28 -04:00
|
|
|
|
2016-09-09 05:13:33 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
<artifactId>dependency-check-core</artifactId>
|
|
|
|
<version>${owasp.version}</version>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
<artifactId>dependency-check-utils</artifactId>
|
|
|
|
<version>${owasp.version}</version>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- ### Run Time Dependencies: MUST NOT INCLUDE CAT X LICENSES ###-->
|
2016-09-28 07:24:38 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
<version>${javax.inject.version}</version>
|
|
|
|
</dependency>
|
2015-12-22 10:38:51 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.hawtbuf</groupId>
|
|
|
|
<artifactId>hawtbuf</artifactId>
|
2016-09-28 07:24:38 -04:00
|
|
|
<version>${hawtbuff.version}</version>
|
2015-12-22 10:38:51 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2016-05-19 07:56:00 -04:00
|
|
|
<version>${guava.version}</version>
|
2015-12-22 10:38:51 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logging</groupId>
|
|
|
|
<artifactId>jboss-logging</artifactId>
|
2016-05-19 07:56:00 -04:00
|
|
|
<version>${jboss.logging.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.logmanager</groupId>
|
|
|
|
<artifactId>jboss-logmanager</artifactId>
|
2016-09-28 07:24:38 -04:00
|
|
|
<version>${jb.logmanager.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2017-05-03 18:51:46 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-jboss-logmanager</artifactId>
|
|
|
|
<version>${jb.slf4j-jboss-logmanager.version}</version>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.javacc</groupId>
|
|
|
|
<artifactId>javacc</artifactId>
|
|
|
|
<version>4.0</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: BSD -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2015-01-02 12:51:37 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jms_2.0_spec</artifactId>
|
|
|
|
<version>${geronimo.jms.2.spec.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
|
2015-11-27 06:38:02 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-collections</groupId>
|
|
|
|
<artifactId>commons-collections</artifactId>
|
2016-05-19 07:56:00 -04:00
|
|
|
<version>${commons.collections.version}</version>
|
2015-11-27 06:38:02 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
2016-11-10 09:34:07 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-configuration2</artifactId>
|
|
|
|
<version>${commons.config.version}</version>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
<version>${commons.lang.version}</version>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
2015-11-27 06:38:02 -05:00
|
|
|
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- End JMS Injection -->
|
2014-10-31 06:20:28 -04:00
|
|
|
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- ## Examples Dependencies ## -->
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
2014-11-17 07:40:04 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-ejb_3.0_spec</artifactId>
|
2016-09-28 07:24:38 -04:00
|
|
|
<version>${geronimo.ejb.3.0.spec.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-11-17 07:40:04 -05:00
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
2014-11-17 07:40:04 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
2016-09-28 07:24:38 -04:00
|
|
|
<version>${geronimo.jta.1.1.spec.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2016-04-19 11:10:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-nop</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- ## End Examples Dependencies ## -->
|
2014-11-17 07:40:04 -05:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<!--needed to compile the bootstrap jar-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jgroups</groupId>
|
|
|
|
<artifactId>jgroups</artifactId>
|
2016-05-19 07:56:00 -04:00
|
|
|
<version>${jgroups.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<dependency>
|
2014-11-10 11:14:12 -05:00
|
|
|
<groupId>io.airlift</groupId>
|
|
|
|
<artifactId>airline</artifactId>
|
2016-09-28 07:24:38 -04:00
|
|
|
<version>${airlift.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
<!--needed to compile transport jar-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
<artifactId>netty-all</artifactId>
|
|
|
|
<version>${netty.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.qpid</groupId>
|
2014-11-10 11:14:12 -05:00
|
|
|
<artifactId>proton-j</artifactId>
|
2015-05-03 10:56:20 -04:00
|
|
|
<version>${proton.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2016-04-25 04:38:03 -04:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>activemq-client</artifactId>
|
|
|
|
<version>${activemq5-version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2014-11-10 11:14:12 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2016-04-19 11:10:22 -04:00
|
|
|
<version>${slf4j.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: MIT -->
|
2014-11-10 11:14:12 -05:00
|
|
|
</dependency>
|
2016-07-17 19:05:19 -04:00
|
|
|
<!-- json -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-json_1.0_spec</artifactId>
|
|
|
|
<version>${json-p.spec.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.johnzon</groupId>
|
|
|
|
<artifactId>johnzon-core</artifactId>
|
|
|
|
<version>${johnzon.version}</version>
|
|
|
|
</dependency>
|
2014-11-10 11:14:12 -05:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<!--needed for the rest support-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<artifactId>resteasy-jaxrs</artifactId>
|
|
|
|
<version>${resteasy.version}</version>
|
2015-03-16 08:07:10 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- We exclude this dep as it is GPL licensed. Instead we include the Geronimo annotations -->
|
|
|
|
<groupId>org.jboss.spec.javax.annotation</groupId>
|
|
|
|
<artifactId>jboss-annotations-api_1.1_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<artifactId>resteasy-jaxb-provider</artifactId>
|
|
|
|
<version>${resteasy.version}</version>
|
2015-03-16 08:07:10 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- We exclude this dep as it is GPL licensed. Instead we include the Geronimo annotations -->
|
|
|
|
<groupId>org.jboss.spec.javax.annotation</groupId>
|
|
|
|
<artifactId>jboss-annotations-api_1.1_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<artifactId>resteasy-jackson-provider</artifactId>
|
|
|
|
<version>${resteasy.version}</version>
|
2015-03-16 08:07:10 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- We exclude this dep as it is GPL licensed. Instead we include the Geronimo annotations -->
|
|
|
|
<groupId>org.jboss.spec.javax.annotation</groupId>
|
|
|
|
<artifactId>jboss-annotations-api_1.1_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<artifactId>resteasy-atom-provider</artifactId>
|
|
|
|
<version>${resteasy.version}</version>
|
2015-03-16 08:07:10 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- We exclude this dep as it is GPL licensed. Instead we include the Geronimo annotations -->
|
|
|
|
<groupId>org.jboss.spec.javax.annotation</groupId>
|
|
|
|
<artifactId>jboss-annotations-api_1.1_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.resteasy</groupId>
|
|
|
|
<artifactId>tjws</artifactId>
|
|
|
|
<version>${resteasy.version}</version>
|
2015-03-16 08:07:10 -04:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<!-- We exclude this dep as it is GPL licensed. Instead we include the Geronimo annotations -->
|
|
|
|
<groupId>org.jboss.spec.javax.annotation</groupId>
|
|
|
|
<artifactId>jboss-annotations-api_1.1_spec</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- Replacement for jboss annotations -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-annotation_1.1_spec</artifactId>
|
2016-09-28 07:24:38 -04:00
|
|
|
<version>${geronimo.annotation.1.1.spec.version}</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
|
|
|
|
<!-- ## Jetty web Dependencies ##-->
|
2014-11-28 06:46:12 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.eclipse.jetty.aggregate</groupId>
|
2015-01-27 11:24:50 -05:00
|
|
|
<artifactId>jetty-all</artifactId>
|
2015-06-03 22:10:51 -04:00
|
|
|
<version>${jetty.version}</version>
|
2016-06-30 14:04:04 -04:00
|
|
|
<type>jar</type>
|
|
|
|
<classifier>uber</classifier>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: (Joint): Apache 2.0 & EPL 1.0 -->
|
2014-11-28 06:46:12 -05:00
|
|
|
</dependency>
|
2015-06-04 09:33:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat</groupId>
|
|
|
|
<artifactId>tomcat-servlet-api</artifactId>
|
2016-09-09 09:10:10 -04:00
|
|
|
<version>8.5.5</version>
|
2015-06-04 09:33:41 -04:00
|
|
|
</dependency>
|
2014-12-02 04:54:10 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jolokia</groupId>
|
|
|
|
<artifactId>jolokia-war</artifactId>
|
|
|
|
<type>war</type>
|
2016-10-24 07:28:49 -04:00
|
|
|
<version>1.3.5</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-12-02 04:54:10 -05:00
|
|
|
</dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- ## End Jetty Wed Dependencies ## -->
|
2014-11-17 07:40:04 -05:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
2015-01-19 10:03:00 -05:00
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
2014-11-17 07:40:04 -05:00
|
|
|
<artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
|
|
|
|
<version>2.0.0</version>
|
2015-01-19 10:03:00 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2014-12-12 14:01:48 -05:00
|
|
|
|
|
|
|
<!-- for URL reflection. Using Populate on URI Factory at activemq-commons -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-beanutils</groupId>
|
|
|
|
<artifactId>commons-beanutils</artifactId>
|
2016-05-19 07:56:00 -04:00
|
|
|
<version>${commons.beanutils.version}</version>
|
2015-02-18 07:13:08 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- needed by commons-beanutils-->
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
<version>1.2</version>
|
|
|
|
<!-- License: Apache 2.0 -->
|
2014-12-12 14:01:48 -05:00
|
|
|
</dependency>
|
2015-11-27 06:38:02 -05:00
|
|
|
|
2016-07-31 22:12:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
|
|
<artifactId>openwebbeans-impl</artifactId>
|
|
|
|
<version>${owb.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
|
|
<artifactId>openwebbeans-spi</artifactId>
|
|
|
|
<version>${owb.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.openwebbeans</groupId>
|
|
|
|
<artifactId>openwebbeans-resource</artifactId>
|
|
|
|
<version>${owb.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.openwebbeans.arquillian</groupId>
|
|
|
|
<artifactId>owb-arquillian-standalone</artifactId>
|
|
|
|
<version>${owb.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.geronimo.specs</groupId>
|
|
|
|
<artifactId>geronimo-annotation_1.2_spec</artifactId>
|
|
|
|
<version>${geronimo-annotation_1.2_spec.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.weld.se</groupId>
|
|
|
|
<artifactId>weld-se</artifactId>
|
|
|
|
<version>${weld.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.arquillian.container</groupId>
|
|
|
|
<artifactId>arquillian-weld-embedded</artifactId>
|
|
|
|
<version>${arquillian-weld-embedded.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jboss.arquillian.junit</groupId>
|
|
|
|
<artifactId>arquillian-junit-container</artifactId>
|
|
|
|
<version>${arquillian.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2017-06-28 10:18:28 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>org.jacoco.ant</artifactId>
|
|
|
|
<version>${version.org.jacoco}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>org.jacoco.core</artifactId>
|
|
|
|
<version>${version.org.jacoco}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-07-31 22:12:50 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.enterprise</groupId>
|
|
|
|
<artifactId>cdi-api</artifactId>
|
|
|
|
<version>${cdi-api.version}</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2015-11-27 06:38:02 -05:00
|
|
|
|
2015-11-24 05:12:10 -05:00
|
|
|
<dependencies>
|
|
|
|
<!-- OSGi support -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>org.osgi.core</artifactId>
|
|
|
|
<version>6.0.0</version>
|
|
|
|
<scope>provided</scope>
|
2015-12-17 07:37:39 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2015-11-24 05:12:10 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.osgi</groupId>
|
|
|
|
<artifactId>osgi.cmpn</artifactId>
|
|
|
|
<version>6.0.0</version>
|
|
|
|
<scope>provided</scope>
|
2015-12-17 07:37:39 -05:00
|
|
|
<!-- License: Apache 2.0 -->
|
2015-11-24 05:12:10 -05:00
|
|
|
</dependency>
|
2015-11-27 06:38:02 -05:00
|
|
|
|
2015-11-24 05:12:10 -05:00
|
|
|
</dependencies>
|
2014-10-31 06:20:28 -04:00
|
|
|
|
|
|
|
<profiles>
|
2015-06-08 13:55:00 -04:00
|
|
|
<profile>
|
|
|
|
<id>M2E</id>
|
|
|
|
<activation>
|
|
|
|
<property>
|
|
|
|
<name>m2e.version</name>
|
2015-06-09 21:09:42 -04:00
|
|
|
</property>
|
2015-06-08 13:55:00 -04:00
|
|
|
</activation>
|
|
|
|
<properties>
|
|
|
|
<javac-compiler-id>javac</javac-compiler-id>
|
|
|
|
</properties>
|
2015-06-09 21:09:42 -04:00
|
|
|
</profile>
|
2017-04-10 04:40:12 -04:00
|
|
|
<!-- Google Error Prone has issues with IBM JDK 8 -->
|
|
|
|
<!-- See ARTEMIS-861 -->
|
|
|
|
<profile>
|
|
|
|
<id>ibm-jdk8</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>1.8</jdk>
|
|
|
|
<property>
|
|
|
|
<name>java.vendor</name>
|
|
|
|
<value>IBM Corporation</value>
|
|
|
|
</property>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<!-- version 3.2 is having problems with the APT processor resulting in
|
|
|
|
java.lang.IllegalStateException: endPosTable already set -->
|
|
|
|
<version>3.1</version>
|
2017-05-05 22:10:58 -04:00
|
|
|
<configuration combine.self="override" />
|
2017-04-10 04:40:12 -04:00
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2015-09-10 13:56:20 -04:00
|
|
|
<profile>
|
|
|
|
<id>jdk18</id>
|
|
|
|
<activation>
|
|
|
|
<jdk>1.8</jdk>
|
|
|
|
</activation>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<configuration>
|
2016-11-03 15:20:11 -04:00
|
|
|
<additionalparam>-Xdoclint:none</additionalparam>
|
2015-09-10 13:56:20 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2016-09-09 05:13:33 -04:00
|
|
|
<profile>
|
|
|
|
<id>owasp</id>
|
|
|
|
<properties>
|
|
|
|
<skipOWASP>false</skipOWASP>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2014-10-31 06:20:28 -04:00
|
|
|
<profile>
|
2015-05-06 12:38:04 -04:00
|
|
|
<id>dev</id>
|
|
|
|
<modules>
|
|
|
|
<module>artemis-boot</module>
|
|
|
|
<module>artemis-dto</module>
|
|
|
|
<module>artemis-web</module>
|
|
|
|
<module>artemis-cli</module>
|
|
|
|
<module>artemis-commons</module>
|
|
|
|
<module>artemis-selector</module>
|
|
|
|
<module>artemis-core-client</module>
|
|
|
|
<module>artemis-server</module>
|
|
|
|
<module>artemis-jms-client</module>
|
|
|
|
<module>artemis-jms-server</module>
|
|
|
|
<module>artemis-native</module>
|
|
|
|
<module>artemis-protocols</module>
|
|
|
|
<module>artemis-journal</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-05-06 12:38:04 -04:00
|
|
|
<module>artemis-ra</module>
|
|
|
|
<module>artemis-rest</module>
|
|
|
|
<module>artemis-service-extensions</module>
|
|
|
|
<module>artemis-maven-plugin</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-05-06 12:38:04 -04:00
|
|
|
<module>integration/activemq-spring-integration</module>
|
|
|
|
<module>tests</module>
|
|
|
|
</modules>
|
|
|
|
<properties>
|
|
|
|
<skipStyleCheck>false</skipStyleCheck>
|
|
|
|
<skipLicenseCheck>false</skipLicenseCheck>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>distro</id>
|
2015-05-11 10:27:29 -04:00
|
|
|
<activation>
|
|
|
|
<activeByDefault>true</activeByDefault>
|
|
|
|
</activation>
|
2014-12-09 03:35:33 -05:00
|
|
|
</profile>
|
2014-10-31 06:20:28 -04:00
|
|
|
<profile>
|
|
|
|
<id>release</id>
|
|
|
|
<modules>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-dto</module>
|
|
|
|
<module>artemis-web</module>
|
|
|
|
<module>artemis-website</module>
|
2015-05-03 11:40:36 -04:00
|
|
|
<module>artemis-cli</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-commons</module>
|
|
|
|
<module>artemis-selector</module>
|
|
|
|
<module>artemis-core-client</module>
|
|
|
|
<module>artemis-server</module>
|
|
|
|
<module>artemis-jms-client</module>
|
|
|
|
<module>artemis-jms-server</module>
|
|
|
|
<module>artemis-native</module>
|
|
|
|
<module>artemis-journal</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-ra</module>
|
|
|
|
<module>artemis-rest</module>
|
|
|
|
<module>artemis-service-extensions</module>
|
|
|
|
<module>artemis-maven-plugin</module>
|
2014-11-17 09:23:06 -05:00
|
|
|
<module>integration/activemq-spring-integration</module>
|
2015-08-10 10:41:52 -04:00
|
|
|
<module>examples</module>
|
2015-03-09 02:44:00 -04:00
|
|
|
<module>tests</module>
|
2015-05-01 04:34:12 -04:00
|
|
|
<module>artemis-distribution</module>
|
2014-10-31 06:20:28 -04:00
|
|
|
</modules>
|
2015-05-06 12:38:04 -04:00
|
|
|
<properties>
|
|
|
|
<skipStyleCheck>false</skipStyleCheck>
|
|
|
|
<skipLicenseCheck>false</skipLicenseCheck>
|
|
|
|
</properties>
|
2015-09-04 09:58:44 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<!-- we need java8 when building the release -->
|
|
|
|
<requireJavaVersion>
|
|
|
|
<version>1.8.0</version>
|
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2014-10-31 06:20:28 -04:00
|
|
|
</profile>
|
|
|
|
<profile>
|
2015-03-04 14:53:38 -05:00
|
|
|
<!-- tests is the profile we use to run the entire testsuite
|
|
|
|
Running this entire build could take up to 2 hours -->
|
|
|
|
<id>tests</id>
|
2014-10-31 06:20:28 -04:00
|
|
|
<modules>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-dto</module>
|
|
|
|
<module>artemis-web</module>
|
|
|
|
<module>artemis-website</module>
|
2015-05-03 11:40:36 -04:00
|
|
|
<module>artemis-cli</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-commons</module>
|
|
|
|
<module>artemis-selector</module>
|
|
|
|
<module>artemis-core-client</module>
|
|
|
|
<module>artemis-server</module>
|
|
|
|
<module>artemis-jms-client</module>
|
|
|
|
<module>artemis-jms-server</module>
|
|
|
|
<module>artemis-native</module>
|
|
|
|
<module>artemis-journal</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-ra</module>
|
|
|
|
<module>artemis-rest</module>
|
|
|
|
<module>artemis-service-extensions</module>
|
|
|
|
<module>artemis-maven-plugin</module>
|
2014-11-17 09:23:06 -05:00
|
|
|
<module>integration/activemq-spring-integration</module>
|
2014-10-31 06:20:28 -04:00
|
|
|
<module>tests</module>
|
|
|
|
</modules>
|
|
|
|
<properties>
|
|
|
|
<skipUnitTests>false</skipUnitTests>
|
|
|
|
<skipJmsTests>false</skipJmsTests>
|
|
|
|
<skipJoramTests>false</skipJoramTests>
|
|
|
|
<skipIntegrationTests>false</skipIntegrationTests>
|
2017-04-04 20:20:56 -04:00
|
|
|
<skipSmokeTests>false</skipSmokeTests>
|
2014-10-31 06:20:28 -04:00
|
|
|
<skipTimingTests>true</skipTimingTests>
|
|
|
|
<skipConcurrentTests>false</skipConcurrentTests>
|
|
|
|
<skipRestTests>false</skipRestTests>
|
|
|
|
<skipStressTests>true</skipStressTests>
|
|
|
|
<skipSoakTests>true</skipSoakTests>
|
|
|
|
<skipPerformanceTests>true</skipPerformanceTests>
|
2015-03-06 11:56:17 -05:00
|
|
|
<skipExtraTests>false</skipExtraTests>
|
2015-05-06 12:38:04 -04:00
|
|
|
<skipStyleCheck>false</skipStyleCheck>
|
|
|
|
<skipLicenseCheck>false</skipLicenseCheck>
|
2015-06-23 21:50:54 -04:00
|
|
|
<skipExtraTests>false</skipExtraTests>
|
2014-10-31 06:20:28 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
2015-03-04 14:53:38 -05:00
|
|
|
<!-- This will represent a subset of the tests
|
|
|
|
This is used on PR checks on the Jenkins instance at build.apache.org -->
|
|
|
|
<id>fast-tests</id>
|
2014-10-31 06:20:28 -04:00
|
|
|
<modules>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-dto</module>
|
|
|
|
<module>artemis-web</module>
|
2015-05-03 11:40:36 -04:00
|
|
|
<module>artemis-cli</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-commons</module>
|
|
|
|
<module>artemis-selector</module>
|
|
|
|
<module>artemis-core-client</module>
|
|
|
|
<module>artemis-server</module>
|
|
|
|
<module>artemis-jms-client</module>
|
|
|
|
<module>artemis-jms-server</module>
|
|
|
|
<module>artemis-native</module>
|
|
|
|
<module>artemis-journal</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-ra</module>
|
|
|
|
<module>artemis-rest</module>
|
|
|
|
<module>artemis-service-extensions</module>
|
|
|
|
<module>artemis-maven-plugin</module>
|
2014-11-17 09:23:06 -05:00
|
|
|
<module>integration/activemq-spring-integration</module>
|
2014-10-31 06:20:28 -04:00
|
|
|
<module>tests</module>
|
|
|
|
</modules>
|
|
|
|
<properties>
|
|
|
|
<skipUnitTests>false</skipUnitTests>
|
|
|
|
<skipJmsTests>false</skipJmsTests>
|
|
|
|
<skipJoramTests>false</skipJoramTests>
|
|
|
|
<skipConcurrentTests>false</skipConcurrentTests>
|
|
|
|
<skipRestTests>false</skipRestTests>
|
2015-06-23 21:50:54 -04:00
|
|
|
<skipExtraTests>true</skipExtraTests>
|
2014-10-31 06:20:28 -04:00
|
|
|
<skipStyleCheck>false</skipStyleCheck>
|
2015-05-06 12:38:04 -04:00
|
|
|
<skipLicenseCheck>false</skipLicenseCheck>
|
2014-10-31 06:20:28 -04:00
|
|
|
</properties>
|
|
|
|
</profile>
|
|
|
|
<profile>
|
|
|
|
<id>examples</id>
|
|
|
|
<modules>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-dto</module>
|
|
|
|
<module>artemis-web</module>
|
2015-05-03 11:40:36 -04:00
|
|
|
<module>artemis-cli</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-commons</module>
|
|
|
|
<module>artemis-selector</module>
|
|
|
|
<module>artemis-core-client</module>
|
|
|
|
<module>artemis-server</module>
|
|
|
|
<module>artemis-jms-client</module>
|
|
|
|
<module>artemis-jms-server</module>
|
|
|
|
<module>artemis-native</module>
|
|
|
|
<module>artemis-journal</module>
|
2016-01-07 05:12:07 -05:00
|
|
|
<module>artemis-jdbc-store</module>
|
2015-04-27 17:32:30 -04:00
|
|
|
<module>artemis-ra</module>
|
|
|
|
<module>artemis-rest</module>
|
|
|
|
<module>artemis-service-extensions</module>
|
|
|
|
<module>artemis-maven-plugin</module>
|
2014-11-17 09:23:06 -05:00
|
|
|
<module>integration/activemq-spring-integration</module>
|
2014-10-31 06:20:28 -04:00
|
|
|
<module>tests</module>
|
|
|
|
<module>examples</module>
|
|
|
|
</modules>
|
|
|
|
<properties>
|
|
|
|
<skipTests>true</skipTests>
|
|
|
|
</properties>
|
|
|
|
</profile>
|
2017-06-28 10:18:28 -04:00
|
|
|
<!-- This profile generates jacoco coverage files. To generate html report use "-Pjacoco-generate-report" -->
|
|
|
|
<profile>
|
|
|
|
<id>jacoco</id>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>org.jacoco.core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2017-07-24 15:10:13 -04:00
|
|
|
<properties>
|
|
|
|
|
|
|
|
<!-- Property set by Jacoco plugin -->
|
|
|
|
<jacoco.agent></jacoco.agent>
|
|
|
|
|
|
|
|
<activemq-surefire-argline>-Djava.util.logging.manager=org.jboss.logmanager.LogManager
|
|
|
|
-Dlogging.configuration="file:${activemq.basedir}/tests/config/logging.properties"
|
|
|
|
-Djava.library.path="${activemq.basedir}/artemis-native/bin" -Djgroups.bind_addr=localhost -Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost
|
|
|
|
-Djava.net.preferIPv4Stack=true -Dbasedir=${basedir}
|
|
|
|
@{jacoco.agent} -Djacoco.agent=@{jacoco.agent}
|
|
|
|
</activemq-surefire-argline>
|
|
|
|
</properties>
|
2017-06-28 10:18:28 -04:00
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>jacoco-prepare</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>prepare-agent</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<destFile>${project.build.directory}/jacoco.exec</destFile>
|
|
|
|
<!-- Jacoco sets this property with agent configuration.
|
|
|
|
This property is passed to maven-surefire-plugin -->
|
|
|
|
<propertyName>jacoco.agent</propertyName>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>merge</id>
|
|
|
|
<phase>none</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>merge</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<fileSets>
|
|
|
|
<fileSet implementation="org.apache.maven.shared.model.fileset.FileSet">
|
|
|
|
<directory>${activemq.basedir}</directory>
|
|
|
|
<includes>
|
|
|
|
<include>**/*.exec</include>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSets>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
|
|
|
<!-- This profile generates html report from jacoco coverage files. Use "-Pjacoco" profile to generate coverage. -->
|
|
|
|
<profile>
|
|
|
|
<id>jacoco-generate-report</id>
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-dependency-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<!-- Copy jacoco ant jar. This is needed to generate jacoco report with maven-antrun-plugin -->
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>copy</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>process-test-resources</phase>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<artifactItems>
|
|
|
|
<artifactItem>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>org.jacoco.ant</artifactId>
|
|
|
|
<version>${version.org.jacoco.plugin}</version>
|
|
|
|
</artifactItem>
|
|
|
|
</artifactItems>
|
|
|
|
<stripVersion>true</stripVersion>
|
|
|
|
<outputDirectory>${project.build.directory}/jacoco-jars</outputDirectory>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-antrun-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>post-integration-test</phase>
|
|
|
|
<goals><goal>run</goal></goals>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<configuration>
|
|
|
|
<target>
|
|
|
|
<property name="result.report.dir" location="target/jacoco-report"/>
|
|
|
|
<taskdef name="report" classname="org.jacoco.ant.ReportTask">
|
|
|
|
<classpath path="${project.build.directory}/jacoco-jars/org.jacoco.ant.jar"/>
|
|
|
|
</taskdef>
|
|
|
|
<echo>Creating JaCoCo ActiveMQ Artemis test coverage reports...</echo>
|
|
|
|
<report>
|
|
|
|
<executiondata>
|
|
|
|
<fileset dir="${basedir}">
|
|
|
|
<include name="**/target/jacoco.exec"/>
|
|
|
|
</fileset>
|
|
|
|
</executiondata>
|
|
|
|
<structure name="JaCoCo ActiveMQ Artemis">
|
|
|
|
<classfiles>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-boot/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-cdi-client/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-cli/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-commons/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-core-client/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-dto/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-jdbc-store/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-jms-client/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-jms-server/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-journal/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-native/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-ra/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-rest/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-selector/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-server/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-server-osgi/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-service-extensions/target"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-tools/target/classes"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-web/target/classes"/>
|
|
|
|
</classfiles>
|
|
|
|
<sourcefiles encoding="UTF-8">
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-boot/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-cdi-client/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-cli/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-commons/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-core-client/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-dto/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-jdbc-store/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-jms-client/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-jms-server/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-journal/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-native/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-ra/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-rest/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-selector/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-server/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-server-osgi/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-service-extensions/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-tools/src/main/java"/>
|
|
|
|
<fileset dir="${activemq.basedir}/artemis-web/src/main/java"/>
|
|
|
|
</sourcefiles>
|
|
|
|
</structure>
|
|
|
|
<html destdir="\${result.report.dir}"/>
|
|
|
|
<xml destfile="\${result.report.dir}/report.xml"/>
|
|
|
|
</report>
|
|
|
|
</target>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>org.jacoco.ant</artifactId>
|
|
|
|
<version>${version.org.jacoco.plugin}</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</profile>
|
2014-10-31 06:20:28 -04:00
|
|
|
</profiles>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<pluginManagement>
|
|
|
|
<plugins>
|
2016-06-30 01:37:51 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.m2e</groupId>
|
|
|
|
<artifactId>lifecycle-mapping</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<configuration>
|
|
|
|
<lifecycleMappingMetadata>
|
|
|
|
<pluginExecutions>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<versionRange>[0.12,)</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
|
|
|
<ignore />
|
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
<pluginExecution>
|
|
|
|
<pluginExecutionFilter>
|
|
|
|
<groupId>
|
|
|
|
org.apache.servicemix.tooling
|
|
|
|
</groupId>
|
|
|
|
<artifactId>
|
|
|
|
depends-maven-plugin
|
|
|
|
</artifactId>
|
|
|
|
<versionRange>
|
|
|
|
[1.2,)
|
|
|
|
</versionRange>
|
|
|
|
<goals>
|
|
|
|
<goal>
|
|
|
|
generate-depends-file
|
|
|
|
</goal>
|
|
|
|
</goals>
|
|
|
|
</pluginExecutionFilter>
|
|
|
|
<action>
|
2016-08-16 11:59:36 -04:00
|
|
|
<ignore />
|
2016-06-30 01:37:51 -04:00
|
|
|
</action>
|
|
|
|
</pluginExecution>
|
|
|
|
</pluginExecutions>
|
|
|
|
</lifecycleMappingMetadata>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-12-22 05:01:49 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>1.4.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-maven</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireMavenVersion>
|
|
|
|
<version>3.1</version>
|
|
|
|
</requireMavenVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-31 06:20:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
2015-03-11 18:49:10 -04:00
|
|
|
<artifactId>javacc-maven-plugin</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<version>2.6</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>javacc</id>
|
|
|
|
<goals>
|
|
|
|
<goal>javacc</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
2015-06-09 04:39:25 -04:00
|
|
|
<!-- version 3.2 is having problems with the APT processor resulting in
|
|
|
|
java.lang.IllegalStateException: endPosTable already set -->
|
|
|
|
<version>3.1</version>
|
2015-05-05 13:23:40 -04:00
|
|
|
<!-- Enable Google's Error-Prone https://github.com/google/error-prone -->
|
|
|
|
<configuration>
|
2015-06-08 13:55:00 -04:00
|
|
|
<showWarnings>true</showWarnings>
|
2015-05-05 13:23:40 -04:00
|
|
|
<forceJavacCompilerUse>true</forceJavacCompilerUse>
|
2015-06-08 13:55:00 -04:00
|
|
|
<compilerId>${javac-compiler-id}</compilerId>
|
2015-05-05 14:15:09 -04:00
|
|
|
<compilerArgs>
|
2016-09-27 07:36:00 -04:00
|
|
|
<arg>-Xep:MissingOverride:ERROR</arg>
|
2015-05-28 21:54:35 -04:00
|
|
|
<arg>-Xep:NonAtomicVolatileUpdate:ERROR</arg>
|
|
|
|
<arg>-Xep:SynchronizeOnNonFinalField:ERROR</arg>
|
|
|
|
<arg>-Xep:StaticAccessedFromInstance:ERROR</arg>
|
|
|
|
<arg>-Xep:SynchronizeOnNonFinalField:ERROR</arg>
|
|
|
|
<arg>-Xep:WaitNotInLoop:ERROR</arg>
|
2017-02-20 15:55:15 -05:00
|
|
|
<arg>-Xdiags:verbose</arg>
|
2015-05-05 14:15:09 -04:00
|
|
|
</compilerArgs>
|
2015-05-05 13:23:40 -04:00
|
|
|
</configuration>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-compiler-javac-errorprone</artifactId>
|
2016-09-27 06:49:21 -04:00
|
|
|
<version>2.8</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.errorprone</groupId>
|
|
|
|
<artifactId>error_prone_core</artifactId>
|
|
|
|
<version>2.0.9</version>
|
2015-05-05 13:23:40 -04:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-clean-plugin</artifactId>
|
|
|
|
<version>2.5</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2015-04-27 17:32:30 -04:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<version>2.9</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-rar-plugin</artifactId>
|
|
|
|
<version>2.3</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>net.sf.maven-sar</groupId>
|
|
|
|
<artifactId>maven-sar-plugin</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-site-plugin</artifactId>
|
|
|
|
<version>3.3</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
|
|
<version>2.1</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
2015-06-03 22:10:51 -04:00
|
|
|
<groupId>org.eclipse.jetty</groupId>
|
|
|
|
<artifactId>jetty-maven-plugin</artifactId>
|
|
|
|
<version>${jetty.version}</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<inherited>true</inherited>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<version>2.2.1</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2017-03-29 21:43:06 -04:00
|
|
|
<version>2.18.1</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
<configuration>
|
|
|
|
<forkMode>once</forkMode>
|
|
|
|
<testFailureIgnore>true</testFailureIgnore>
|
|
|
|
<runOrder>alphabetical</runOrder>
|
|
|
|
<redirectTestOutputToFile>false</redirectTestOutputToFile>
|
2014-11-17 14:53:12 -05:00
|
|
|
<argLine>${activemq-surefire-argline}</argLine>
|
2014-10-31 06:20:28 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
2017-03-29 21:43:06 -04:00
|
|
|
<version>2.18.1</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<configuration>
|
|
|
|
<createChecksum>true</createChecksum>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-pmd-plugin</artifactId>
|
2015-12-21 15:56:06 -05:00
|
|
|
<version>3.6</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
<configuration>
|
|
|
|
<linkXRef>true</linkXRef>
|
|
|
|
<minimumTokens>100</minimumTokens>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>build-helper-maven-plugin</artifactId>
|
|
|
|
<version>1.8</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>xml-maven-plugin</artifactId>
|
|
|
|
<version>1.0</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
2015-03-06 11:30:25 -05:00
|
|
|
<configuration />
|
2014-10-31 06:20:28 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>clean</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<version>2.6</version>
|
|
|
|
</plugin>
|
|
|
|
<!-- Many examples use it -->
|
|
|
|
<plugin>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2015-04-27 17:32:30 -04:00
|
|
|
<artifactId>artemis-maven-plugin</artifactId>
|
2015-03-07 11:51:01 -05:00
|
|
|
<version>${project.version}</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugin>
|
2017-06-28 10:18:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.jacoco</groupId>
|
|
|
|
<artifactId>jacoco-maven-plugin</artifactId>
|
|
|
|
<version>${version.org.jacoco.plugin}</version>
|
|
|
|
</plugin>
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugins>
|
|
|
|
</pluginManagement>
|
|
|
|
|
|
|
|
<plugins>
|
2015-02-23 05:14:16 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-enforcer-plugin</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>enforce-java</id>
|
|
|
|
<goals>
|
|
|
|
<goal>enforce</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<rules>
|
|
|
|
<requireJavaVersion>
|
2016-06-30 01:37:51 -04:00
|
|
|
<version>1.8.0</version>
|
2015-02-23 05:14:16 -05:00
|
|
|
</requireJavaVersion>
|
|
|
|
</rules>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-10-31 06:20:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-install-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<createChecksum>true</createChecksum>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-help-plugin</artifactId>
|
|
|
|
<version>2.2</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2016-06-13 09:46:41 -04:00
|
|
|
<version>2.17</version>
|
2014-11-10 11:14:12 -05:00
|
|
|
<dependencies>
|
2016-06-13 17:18:58 -04:00
|
|
|
<dependency>
|
2017-05-29 16:48:19 -04:00
|
|
|
<groupId>com.github.sevntu-checkstyle</groupId>
|
2016-06-13 17:18:58 -04:00
|
|
|
<artifactId>sevntu-checkstyle-maven-plugin</artifactId>
|
2017-05-29 16:48:19 -04:00
|
|
|
<version>1.24.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
|
<version>7.7</version>
|
2016-06-13 17:18:58 -04:00
|
|
|
</dependency>
|
2014-11-10 11:14:12 -05:00
|
|
|
</dependencies>
|
2014-10-31 06:20:28 -04:00
|
|
|
<configuration>
|
|
|
|
<skip>${skipStyleCheck}</skip>
|
2014-11-19 14:58:44 -05:00
|
|
|
<configLocation>${activemq.basedir}/etc/checkstyle.xml</configLocation>
|
2015-08-16 08:36:05 -04:00
|
|
|
<suppressionsLocation>${activemq.basedir}/etc/checkstyle-suppressions.xml</suppressionsLocation>
|
2014-10-31 06:20:28 -04:00
|
|
|
<failsOnError>false</failsOnError>
|
|
|
|
<failOnViolation>true</failOnViolation>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<includeTestSourceDirectory>true</includeTestSourceDirectory>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<version>2.5.2</version>
|
|
|
|
<configuration>
|
|
|
|
<excludeFilterFile>${user.dir}/etc/findbugs-exclude.xml</excludeFilterFile>
|
|
|
|
<findbugsXmlOutput>true</findbugsXmlOutput>
|
|
|
|
<xmlOutput>true</xmlOutput>
|
|
|
|
<effort>Max</effort>
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2015-01-05 07:45:36 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
2016-07-04 12:29:48 -04:00
|
|
|
<version>0.12</version>
|
2015-01-05 07:45:36 -05:00
|
|
|
<configuration>
|
2015-05-05 17:35:09 -04:00
|
|
|
<reportFile>${activemq.basedir}/ratReport.txt</reportFile>
|
2015-05-06 15:20:18 -04:00
|
|
|
<skip>${skipLicenseCheck}</skip>
|
2015-01-05 07:45:36 -05:00
|
|
|
<excludes>
|
2015-03-23 05:12:55 -04:00
|
|
|
<exclude>**/*.txt</exclude>
|
2015-01-05 07:45:36 -05:00
|
|
|
<exclude>**/*.md</exclude>
|
2016-09-29 17:07:38 -04:00
|
|
|
<exclude>etc/ide-settings/**</exclude>
|
2015-05-13 13:49:42 -04:00
|
|
|
<exclude>docs/**/*.json</exclude>
|
|
|
|
<exclude>docs/**/_book/</exclude>
|
2015-01-07 11:25:58 -05:00
|
|
|
<exclude>**/target/</exclude>
|
2015-01-05 07:45:36 -05:00
|
|
|
<exclude>**/META-INF/services/*</exclude>
|
2016-10-10 16:11:50 -04:00
|
|
|
<exclude>**/META-INF/MANIFEST.MF</exclude>
|
2015-01-07 11:25:58 -05:00
|
|
|
<exclude>**/*.iml</exclude>
|
2015-05-06 09:38:05 -04:00
|
|
|
<exclude>**/*.jceks</exclude>
|
|
|
|
<exclude>**/*.jks</exclude>
|
2015-04-29 13:20:31 -04:00
|
|
|
<exclude>**/org/apache/activemq/artemis/utils/json/**</exclude>
|
|
|
|
<exclude>**/org/apache/activemq/artemis/utils/Base64.java</exclude>
|
2015-06-09 12:44:42 -04:00
|
|
|
<exclude>**/.settings/**</exclude>
|
|
|
|
<exclude>**/.project</exclude>
|
|
|
|
<exclude>**/.classpath</exclude>
|
2016-10-08 04:37:56 -04:00
|
|
|
<exclude>**/.editorconfig</exclude>
|
2015-06-09 12:44:42 -04:00
|
|
|
<exclude>**/.checkstyle</exclude>
|
|
|
|
<exclude>**/.factorypath</exclude>
|
2015-11-30 09:40:17 -05:00
|
|
|
<exclude>**/org.apache.activemq.artemis.cfg</exclude>
|
2016-11-16 04:08:10 -05:00
|
|
|
<exclude>**/nb-configuration.xml</exclude>
|
2015-06-07 22:45:30 -04:00
|
|
|
<!-- activemq5 unit tests exclude -->
|
|
|
|
<exclude>**/*.data</exclude>
|
|
|
|
<exclude>**/*.bin</exclude>
|
|
|
|
<exclude>**/src/test/resources/keystore</exclude>
|
|
|
|
<exclude>**/*.log</exclude>
|
|
|
|
<exclude>**/*.redo</exclude>
|
2016-01-18 11:14:19 -05:00
|
|
|
|
|
|
|
<!-- NPM files -->
|
2015-09-15 11:47:48 -04:00
|
|
|
<exclude>**/node/**</exclude>
|
|
|
|
<exclude>**/node_modules/**</exclude>
|
|
|
|
<exclude>**/package.json</exclude>
|
2016-01-18 11:14:19 -05:00
|
|
|
<exclude>**/npm-shrinkwrap.json</exclude>
|
2015-12-29 00:30:37 -05:00
|
|
|
|
|
|
|
<!-- things from cmake on the native build -->
|
|
|
|
<exclude>**/CMakeFiles/</exclude>
|
|
|
|
<exclude>**/Makefile</exclude>
|
|
|
|
<exclude>**/cmake_install.cmake</exclude>
|
|
|
|
<exclude>artemis-native/src/main/c/org_apache_activemq_artemis_jlibaio_LibaioContext.h</exclude>
|
2017-05-17 20:31:29 -04:00
|
|
|
<exclude>**/dependency-reduced-pom.xml</exclude>
|
2015-12-29 00:30:37 -05:00
|
|
|
|
2015-01-05 07:45:36 -05:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>compile</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2015-11-24 05:12:10 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.felix</groupId>
|
|
|
|
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
|
<version>3.0.0</version>
|
|
|
|
<extensions>true</extensions>
|
|
|
|
</plugin>
|
2016-09-09 05:13:33 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
|
<version>${owasp.version}</version>
|
|
|
|
<configuration>
|
|
|
|
<skip>${skipOWASP}</skip>
|
|
|
|
<!-- <skipProvidedScope>true</skipProvidedScope>
|
|
|
|
<skipRuntimeScope>true</skipRuntimeScope> -->
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
<version>2.5.2</version>
|
|
|
|
<configuration>
|
2015-03-06 11:30:25 -05:00
|
|
|
<check />
|
2014-10-31 06:20:28 -04:00
|
|
|
<formats>
|
|
|
|
<format>html</format>
|
|
|
|
<format>xml</format>
|
|
|
|
</formats>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
2016-07-28 11:32:00 -04:00
|
|
|
<version>2.17</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
<configuration>
|
2014-11-19 14:58:44 -05:00
|
|
|
<configLocation>${activemq.basedir}/etc/checkstyle.xml</configLocation>
|
2016-07-28 11:32:00 -04:00
|
|
|
<suppressionsLocation>${activemq.basedir}/etc/checkstyle-suppressions.xml</suppressionsLocation>
|
2014-10-31 06:20:28 -04:00
|
|
|
<failsOnError>false</failsOnError>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.mojo</groupId>
|
|
|
|
<artifactId>findbugs-maven-plugin</artifactId>
|
|
|
|
<version>2.5.2</version>
|
|
|
|
<configuration>
|
|
|
|
<excludeFilterFile>${user.dir}/etc/findbugs-exclude.xml</excludeFilterFile>
|
|
|
|
<effort>Max</effort>
|
|
|
|
<failOnError>false</failOnError>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
|
|
|
<version>2.9</version>
|
|
|
|
<configuration>
|
|
|
|
<minmemory>128m</minmemory>
|
|
|
|
<maxmemory>1024m</maxmemory>
|
|
|
|
<quiet>false</quiet>
|
|
|
|
<!-- XXX FIXME 'aggregate' is deprecated -->
|
|
|
|
<aggregate>true</aggregate>
|
|
|
|
<excludePackageNames>com.restfully.*:org.jboss.resteasy.examples.*:org.jboss.resteasy.tests.*
|
|
|
|
</excludePackageNames>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<version>2.7</version>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-report-plugin</artifactId>
|
|
|
|
<version>2.14.1</version>
|
|
|
|
</plugin>
|
2016-09-09 05:13:33 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.owasp</groupId>
|
|
|
|
<artifactId>dependency-check-maven</artifactId>
|
|
|
|
<version>${owasp.version}</version>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>aggregate</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
|
|
|
</plugin>
|
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
</plugins>
|
|
|
|
</reporting>
|
2016-06-13 17:18:58 -04:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
</project>
|