You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/21 15:59:06 UTC

[activemq-artemis] branch main updated: ARTEMIS-4067: remove unused/stale site distributionManagement settings

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new d286339a84 ARTEMIS-4067: remove unused/stale site distributionManagement settings
d286339a84 is described below

commit d286339a8412586ec735ffb5a8811093174769fb
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Oct 21 16:57:12 2022 +0100

    ARTEMIS-4067: remove unused/stale site distributionManagement settings
---
 pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index da63db4f8b..5ed9bca777 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,9 +77,6 @@
       <maven.compiler.source>11</maven.compiler.source>
       <maven.compiler.target>11</maven.compiler.target>
 
-       <!-- 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>
-
       <retryTests>false</retryTests>
       <logging.config>log4j2-tests-config.properties</logging.config>
       <modular.jdk.surefire.arg>--add-modules java.sql,jdk.unsupported </modular.jdk.surefire.arg>
@@ -255,16 +252,6 @@
       <tag>HEAD</tag>
    </scm>
 
-   <distributionManagement>
-      <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>
-   </distributionManagement>
-
    <issueManagement>
       <system>JIRA</system>
       <url>https://issues.apache.org/jira/browse/ARTEMIS</url>