You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/21 09:46:44 UTC

[httpcomponents-client] 09/09: Move public suffix list to generate-resources and apache-release profile

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch pom-cleanup
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 9039f43808acf530e4853c2901784b5e78dccb95
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 21 11:43:02 2020 +0200

    Move public suffix list to generate-resources and apache-release profile
---
 httpclient5/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/httpclient5/pom.xml b/httpclient5/pom.xml
index 7a3d6af..8c6ce59 100644
--- a/httpclient5/pom.xml
+++ b/httpclient5/pom.xml
@@ -112,7 +112,7 @@
         <executions>
           <execution>
             <id>download-public-suffix-list</id>
-            <phase>generate-sources</phase>
+            <phase>generate-resources</phase>
             <goals>
               <goal>wget</goal>
             </goals>
@@ -178,7 +178,7 @@
 
   <profiles>
     <profile>
-      <id>release</id>
+      <id>apache-release</id>
       <build>
         <plugins>
           <plugin>