From b71e2fcb83b469ab8c6688c29417e83d14d9bf40 Mon Sep 17 00:00:00 2001 From: Oleg Kalnichevski Date: Sun, 17 Jan 2021 11:12:33 +0100 Subject: [PATCH] No need to copy example sources as resources when generating site content --- httpclient5-cache/pom.xml | 9 --------- httpclient5-fluent/pom.xml | 34 ---------------------------------- httpclient5/pom.xml | 20 -------------------- 3 files changed, 63 deletions(-) diff --git a/httpclient5-cache/pom.xml b/httpclient5-cache/pom.xml index 05700b450..5c5c27140 100644 --- a/httpclient5-cache/pom.xml +++ b/httpclient5-cache/pom.xml @@ -94,15 +94,6 @@ - - - src/main/resources - true - - **/*.properties - - - org.apache.maven.plugins diff --git a/httpclient5-fluent/pom.xml b/httpclient5-fluent/pom.xml index 62583ab13..67c1e46c3 100644 --- a/httpclient5-fluent/pom.xml +++ b/httpclient5-fluent/pom.xml @@ -77,40 +77,6 @@ - - - - maven-resources-plugin - - - copy-resources - pre-site - - copy-resources - - - ${basedir}/target/site/examples - - - src/test/java/org/apache/hc/client5/http/examples/fluent - - - - - - - - - - src/main/resources - true - - **/*.properties - - - - - diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml index fccd74c78..833f7bae7 100644 --- a/httpclient5/pom.xml +++ b/httpclient5/pom.xml @@ -134,26 +134,6 @@ - - maven-resources-plugin - - - copy-resources - pre-site - - copy-resources - - - ${basedir}/target/site/examples - - - src/test/java/org/apache/hc/client5/http/examples - - - - - -