2007-05-20 16:36:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-08-15 14:51:32 -04:00
|
|
|
<!--
|
2007-05-20 16:36:28 -04: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.
|
|
|
|
====================================================================
|
|
|
|
|
|
|
|
This software consists of voluntary contributions made by many
|
|
|
|
individuals on behalf of the Apache Software Foundation. For more
|
|
|
|
information on the Apache Software Foundation, please see
|
|
|
|
<http://www.apache.org />.
|
2013-09-09 15:32:04 -04: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">
|
2007-05-20 16:36:28 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
2017-10-04 08:02:29 -04:00
|
|
|
<artifactId>httpcomponents-parent</artifactId>
|
2017-11-01 17:31:34 -04:00
|
|
|
<version>10</version>
|
2017-09-03 16:28:45 -04:00
|
|
|
<relativePath>../httpcomponents-parent/pom.xml</relativePath>
|
2007-05-20 16:36:28 -04:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2016-01-16 10:16:44 -05:00
|
|
|
<groupId>org.apache.httpcomponents.client5</groupId>
|
|
|
|
<artifactId>httpclient5-parent</artifactId>
|
|
|
|
<name>Apache HttpComponents Client Parent</name>
|
2018-01-18 04:02:04 -05:00
|
|
|
<version>5.0-beta2-SNAPSHOT</version>
|
2011-04-02 07:57:31 -04:00
|
|
|
<description>Apache HttpComponents Client is a library of components for building client side HTTP services</description>
|
2018-10-07 09:26:40 -04:00
|
|
|
<url>http://hc.apache.org/httpcomponents-client-5.0.x/</url>
|
2008-04-27 17:29:04 -04:00
|
|
|
<inceptionYear>1999</inceptionYear>
|
2007-05-20 16:36:28 -04:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
|
|
<organization>
|
2010-11-11 05:36:55 -05:00
|
|
|
<name>The Apache Software Foundation</name>
|
2007-05-20 16:36:28 -04:00
|
|
|
<url>http://www.apache.org/</url>
|
|
|
|
</organization>
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
<license>
|
2013-10-05 16:06:01 -04:00
|
|
|
<name>Apache License, Version 2.0</name>
|
2014-06-19 04:48:34 -04:00
|
|
|
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
2007-05-20 16:36:28 -04:00
|
|
|
<distribution>repo</distribution>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<issueManagement>
|
|
|
|
<system>Jira</system>
|
|
|
|
<url>http://issues.apache.org/jira/browse/HTTPCLIENT</url>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
2017-05-17 08:37:06 -04:00
|
|
|
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</connection>
|
|
|
|
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/httpcomponents-client.git</developerConnection>
|
|
|
|
<url>https://github.com/apache/httpcomponents-client/tree/${project.scm.tag}</url>
|
2018-01-18 04:02:04 -05:00
|
|
|
<tag>5.0-beta2-SNAPSHOT</tag>
|
2007-05-20 16:36:28 -04:00
|
|
|
</scm>
|
|
|
|
|
2008-02-11 11:33:39 -05:00
|
|
|
<properties>
|
2015-05-24 10:24:26 -04:00
|
|
|
<maven.compiler.source>1.7</maven.compiler.source>
|
|
|
|
<maven.compiler.target>1.7</maven.compiler.target>
|
2018-10-18 05:27:21 -04:00
|
|
|
<httpcore.version>5.0-beta5</httpcore.version>
|
2017-10-19 10:19:08 -04:00
|
|
|
<log4j.version>2.9.1</log4j.version>
|
2018-08-08 11:07:10 -04:00
|
|
|
<commons-codec.version>1.11</commons-codec.version>
|
2017-10-19 09:49:57 -04:00
|
|
|
<ehcache.version>3.4.0</ehcache.version>
|
2017-10-19 09:52:50 -04:00
|
|
|
<memcached.version>2.12.3</memcached.version>
|
2018-01-10 04:59:00 -05:00
|
|
|
<slf4j.version>1.7.25</slf4j.version>
|
2015-08-25 04:04:48 -04:00
|
|
|
<junit.version>4.12</junit.version>
|
2018-08-08 11:21:30 -04:00
|
|
|
<easymock.version>3.2</easymock.version>
|
2018-08-08 11:11:49 -04:00
|
|
|
<mockito.version>2.21.0</mockito.version>
|
2018-09-10 17:41:38 -04:00
|
|
|
<jna.version>4.5.2</jna.version>
|
2013-08-09 03:24:29 -04:00
|
|
|
<hc.stylecheck.version>1</hc.stylecheck.version>
|
2008-02-11 11:33:39 -05:00
|
|
|
</properties>
|
|
|
|
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2016-01-12 15:43:36 -05:00
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5</artifactId>
|
2011-05-18 10:08:24 -04:00
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2017-02-23 09:32:43 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5-h2</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2017-05-01 08:38:41 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5-testing</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2018-10-18 05:27:21 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.httpcomponents.core5</groupId>
|
|
|
|
<artifactId>httpcore5-reactive</artifactId>
|
|
|
|
<version>${httpcore.version}</version>
|
|
|
|
</dependency>
|
2018-01-10 04:59:00 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>${slf4j.version}</version>
|
|
|
|
</dependency>
|
2016-10-31 19:24:37 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
2018-01-10 04:59:00 -05:00
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
2016-10-31 19:24:37 -04:00
|
|
|
<version>${log4j.version}</version>
|
2011-05-18 10:08:24 -04:00
|
|
|
</dependency>
|
2017-05-03 14:31:30 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
2018-01-10 04:59:00 -05:00
|
|
|
<artifactId>log4j-core</artifactId>
|
2017-05-03 14:31:30 -04:00
|
|
|
<version>${log4j.version}</version>
|
|
|
|
</dependency>
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
<version>${commons-codec.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-10-19 09:49:57 -04:00
|
|
|
<groupId>org.ehcache.modules</groupId>
|
|
|
|
<artifactId>ehcache-api</artifactId>
|
2011-05-18 10:08:24 -04:00
|
|
|
<version>${ehcache.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-10-12 20:44:19 -04:00
|
|
|
<groupId>net.spy</groupId>
|
2011-05-18 10:08:24 -04:00
|
|
|
<artifactId>spymemcached</artifactId>
|
|
|
|
<version>${memcached.version}</version>
|
|
|
|
</dependency>
|
2013-09-03 05:28:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
<artifactId>jna</artifactId>
|
|
|
|
<version>${jna.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.java.dev.jna</groupId>
|
|
|
|
<artifactId>jna-platform</artifactId>
|
|
|
|
<version>${jna.version}</version>
|
|
|
|
</dependency>
|
2011-05-18 10:08:24 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>${junit.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymock</artifactId>
|
|
|
|
<version>${easymock.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.easymock</groupId>
|
|
|
|
<artifactId>easymockclassextension</artifactId>
|
|
|
|
<version>${easymock.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2007-05-20 16:36:28 -04:00
|
|
|
<modules>
|
2016-01-25 19:22:23 -05:00
|
|
|
<module>httpclient5</module>
|
|
|
|
<module>httpclient5-fluent</module>
|
|
|
|
<module>httpclient5-cache</module>
|
|
|
|
<module>httpclient5-win</module>
|
2017-01-29 14:22:20 -05:00
|
|
|
<module>httpclient5-testing</module>
|
2016-01-25 19:22:23 -05:00
|
|
|
<module>httpclient5-osgi</module>
|
2007-05-20 16:36:28 -04:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2011-01-07 18:43:27 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<manifestEntries>
|
|
|
|
<Specification-Title>HttpComponents ${project.name}</Specification-Title>
|
|
|
|
<Specification-Version>${project.version}</Specification-Version>
|
|
|
|
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
|
|
<Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
|
|
|
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
|
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
|
|
<url>${project.url}</url>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-05-06 14:00:39 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-sources</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2011-01-07 17:28:13 -05:00
|
|
|
<configuration>
|
|
|
|
<archive>
|
|
|
|
<!-- Ensure source jars have full manifest entries (note: defaults aren't suitable) -->
|
|
|
|
<manifestEntries>
|
|
|
|
<Specification-Title>HttpComponents ${project.name}</Specification-Title>
|
|
|
|
<Specification-Version>${project.version}</Specification-Version>
|
|
|
|
<Specification-Vendor>The Apache Software Foundation</Specification-Vendor>
|
|
|
|
<Implementation-Title>HttpComponents ${project.name}</Implementation-Title>
|
|
|
|
<Implementation-Version>${project.version}</Implementation-Version>
|
|
|
|
<Implementation-Vendor>The Apache Software Foundation</Implementation-Vendor>
|
|
|
|
<Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
|
|
|
|
</manifestEntries>
|
|
|
|
</archive>
|
|
|
|
</configuration>
|
2008-05-06 14:00:39 -04:00
|
|
|
</plugin>
|
2007-05-20 16:36:28 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-javadoc-plugin</artifactId>
|
2013-08-09 03:24:29 -04:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>attach-javadocs</id>
|
|
|
|
<goals>
|
|
|
|
<goal>jar</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
2008-12-02 14:14:41 -05:00
|
|
|
<configuration>
|
2012-02-01 12:38:12 -05:00
|
|
|
<!-- reduce console output. Can override with -Dquiet=false -->
|
|
|
|
<quiet>true</quiet>
|
2013-08-09 03:24:29 -04:00
|
|
|
<source>${maven.compiler.source}</source>
|
2009-06-06 18:03:11 -04:00
|
|
|
<links>
|
2014-09-22 07:37:41 -04:00
|
|
|
<link>http://docs.oracle.com/javase/6/docs/api/</link>
|
2010-11-05 10:28:48 -04:00
|
|
|
<link>http://hc.apache.org/httpcomponents-core-ga/httpcore/apidocs/</link>
|
2009-06-06 18:03:11 -04:00
|
|
|
</links>
|
2008-12-02 14:14:41 -05:00
|
|
|
</configuration>
|
2007-05-20 16:36:28 -04:00
|
|
|
</plugin>
|
2016-01-16 10:17:06 -05:00
|
|
|
|
|
|
|
<!--
|
2009-07-06 14:58:27 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>com.agilejava.docbkx</groupId>
|
|
|
|
<artifactId>docbkx-maven-plugin</artifactId>
|
2009-12-02 17:29:10 -05:00
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.docbook</groupId>
|
|
|
|
<artifactId>docbook-xml</artifactId>
|
|
|
|
<version>4.4</version>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2012-02-01 12:38:12 -05:00
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>tutorial-site</id>
|
|
|
|
<goals>
|
|
|
|
<goal>generate-html</goal>
|
|
|
|
<goal>generate-pdf</goal>
|
|
|
|
</goals>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
</execution>
|
2014-06-19 04:48:34 -04:00
|
|
|
</executions>
|
2009-07-06 14:58:27 -04:00
|
|
|
<configuration>
|
2009-12-02 17:29:10 -05:00
|
|
|
<includes>index.xml</includes>
|
|
|
|
<chunkedOutput>true</chunkedOutput>
|
|
|
|
<xincludeSupported>true</xincludeSupported>
|
|
|
|
<foCustomization>src/docbkx/resources/xsl/fopdf.xsl</foCustomization>
|
|
|
|
<htmlCustomization>src/docbkx/resources/xsl/html_chunk.xsl</htmlCustomization>
|
|
|
|
<htmlStylesheet>css/hc-tutorial.css</htmlStylesheet>
|
|
|
|
<entities>
|
|
|
|
<entity>
|
|
|
|
<name>version</name>
|
2010-04-21 06:51:40 -04:00
|
|
|
<value>${project.version}</value>
|
2009-12-02 17:29:10 -05:00
|
|
|
</entity>
|
|
|
|
</entities>
|
2009-07-06 14:58:27 -04:00
|
|
|
<postProcess>
|
2012-05-20 08:51:21 -04:00
|
|
|
<copy todir="target/site/tutorial/html" failonerror="false">
|
2012-02-01 12:38:12 -05:00
|
|
|
<fileset dir="target/docbkx/html/index">
|
2009-07-06 14:58:27 -04:00
|
|
|
<include name="**/*.html" />
|
|
|
|
</fileset>
|
|
|
|
</copy>
|
2012-05-20 08:51:21 -04:00
|
|
|
<copy todir="target/site/tutorial/html" failonerror="false">
|
2009-07-06 14:58:27 -04:00
|
|
|
<fileset dir="src/docbkx/resources">
|
|
|
|
<include name="**/*.css" />
|
|
|
|
<include name="**/*.png" />
|
|
|
|
<include name="**/*.gif" />
|
|
|
|
<include name="**/*.jpg" />
|
|
|
|
</fileset>
|
|
|
|
</copy>
|
2012-05-20 08:51:21 -04:00
|
|
|
<copy file="target/docbkx/pdf/index.pdf" tofile="target/site/tutorial/pdf/httpclient-tutorial.pdf" failonerror="false" />
|
2009-07-06 14:58:27 -04:00
|
|
|
</postProcess>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2016-01-16 10:17:06 -05:00
|
|
|
-->
|
2010-11-03 12:14:53 -04:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>copy-resources</id>
|
|
|
|
<phase>pre-site</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>copy-resources</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<outputDirectory>${basedir}/target/site/examples</outputDirectory>
|
2010-11-05 10:28:48 -04:00
|
|
|
<resources>
|
2010-11-03 12:14:53 -04:00
|
|
|
<resource>
|
|
|
|
<directory>src/examples</directory>
|
|
|
|
<filtering>false</filtering>
|
|
|
|
</resource>
|
2010-11-05 10:28:48 -04:00
|
|
|
</resources>
|
|
|
|
</configuration>
|
2010-11-03 12:14:53 -04:00
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2013-01-15 17:13:18 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-checkstyle-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<encoding>UTF-8</encoding>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
2013-06-15 13:18:01 -04:00
|
|
|
<id>validate-main</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>hc-stylecheck/default.xml</configLocation>
|
|
|
|
<headerLocation>hc-stylecheck/asl2.header</headerLocation>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<linkXRef>false</linkXRef>
|
|
|
|
<sourceDirectory>${basedir}/src/main</sourceDirectory>
|
2013-06-23 10:07:22 -04:00
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>checkstyle</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>validate-test</id>
|
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
|
|
|
<configLocation>hc-stylecheck/default.xml</configLocation>
|
|
|
|
<headerLocation>hc-stylecheck/asl2.header</headerLocation>
|
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<linkXRef>false</linkXRef>
|
2013-06-15 13:18:01 -04:00
|
|
|
<sourceDirectory>${basedir}/src/test</sourceDirectory>
|
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>checkstyle</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<id>validate-examples</id>
|
2013-01-15 17:13:18 -05:00
|
|
|
<phase>validate</phase>
|
|
|
|
<configuration>
|
2013-06-15 13:18:01 -04:00
|
|
|
<configLocation>hc-stylecheck/minimal.xml</configLocation>
|
|
|
|
<headerLocation>hc-stylecheck/asl2.header</headerLocation>
|
2013-01-15 17:13:18 -05:00
|
|
|
<consoleOutput>true</consoleOutput>
|
|
|
|
<failsOnError>true</failsOnError>
|
|
|
|
<linkXRef>false</linkXRef>
|
2013-06-15 13:18:01 -04:00
|
|
|
<sourceDirectory>${basedir}/src/examples</sourceDirectory>
|
2013-01-15 17:13:18 -05:00
|
|
|
</configuration>
|
|
|
|
<goals>
|
|
|
|
<goal>checkstyle</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
2014-09-22 07:37:30 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.rat</groupId>
|
|
|
|
<artifactId>apache-rat-plugin</artifactId>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>verify</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>check</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
<configuration>
|
|
|
|
<excludes>
|
|
|
|
<exclude>src/docbkx/resources/**</exclude>
|
2014-09-25 08:56:06 -04:00
|
|
|
<exclude>src/test/resources/*.truststore</exclude>
|
2014-11-10 08:58:06 -05:00
|
|
|
<exclude>.checkstyle</exclude>
|
2015-08-24 21:32:06 -04:00
|
|
|
<exclude>.externalToolBuilders/**</exclude>
|
2015-08-24 20:41:17 -04:00
|
|
|
<exclude>maven-eclipse.xml</exclude>
|
2017-02-02 14:37:38 -05:00
|
|
|
<exclude>**/serial</exclude>
|
|
|
|
<exclude>**/index.txt</exclude>
|
2014-09-22 07:37:30 -04:00
|
|
|
</excludes>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2018-07-09 10:30:07 -04:00
|
|
|
<!-- remove after upgrade of HC Parent -->
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
2018-08-08 11:34:08 -04:00
|
|
|
<version>2.22.0</version>
|
2018-07-09 10:30:07 -04:00
|
|
|
</plugin>
|
2007-05-20 16:36:28 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
|
|
|
<reporting>
|
|
|
|
<plugins>
|
|
|
|
|
2015-01-22 12:40:44 -05:00
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
<inherited>false</inherited>
|
|
|
|
<reportSets>
|
|
|
|
<reportSet>
|
|
|
|
<reports>
|
|
|
|
<report>dependency-management</report>
|
|
|
|
<report>issue-tracking</report>
|
|
|
|
<report>license</report>
|
|
|
|
<report>scm</report>
|
|
|
|
<report>summary</report>
|
|
|
|
</reports>
|
|
|
|
</reportSet>
|
|
|
|
</reportSets>
|
2007-05-20 16:36:28 -04:00
|
|
|
</plugin>
|
|
|
|
|
|
|
|
</plugins>
|
|
|
|
</reporting>
|
|
|
|
|
|
|
|
</project>
|