You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/06/04 00:42:13 UTC

[flume] 02/03: Remove local maven config settings

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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git

commit 520260720db7fe9f797a17ce20a94219a26d275a
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Fri Jun 3 12:38:20 2022 -0700

    Remove local maven config settings
---
 .mvn/local-settings.xml | 48 ------------------------------------------------
 .mvn/maven.config       |  1 -
 pom.xml                 | 14 --------------
 3 files changed, 63 deletions(-)

diff --git a/.mvn/local-settings.xml b/.mvn/local-settings.xml
deleted file mode 100644
index 55d11d30..00000000
--- a/.mvn/local-settings.xml
+++ /dev/null
@@ -1,48 +0,0 @@
-<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0"
-          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 http://maven.apache.org/xsd/settings-1.2.0.xsd">
-  <mirrors>
-    <mirror>
-      <id>wso2-unblocked</id>
-      <mirrorOf>wso2</mirrorOf>
-      <name>wso2-unblocked</name>
-      <url>http://dist.wso2.org/maven2/</url>
-    </mirror>
-    <mirror>
-      <id>maven-twttr-unblocked</id>
-      <mirrorOf>maven-twttr</mirrorOf>
-      <name>maven-twttr-unblocked</name>
-      <url>http://maven.twttr.com</url>
-    </mirror>
-    <mirror>
-      <id>maven-restlet-unblocked</id>
-      <mirrorOf>maven-restlet</mirrorOf>
-      <name>maven-restlet-unblocked</name>
-      <url>http://maven.restlet.org</url>
-    </mirror>
-    <mirror>
-      <id>datanucleus-unblocked</id>
-      <mirrorOf>datanucleus</mirrorOf>
-      <name>datanucleus-unblocked</name>
-      <url>http://www.datanucleus.org/downloads/maven2</url>
-    </mirror>
-    <mirror>
-      <id>glassfish-repository-unblocked</id>
-      <mirrorOf>glassfish-repository</mirrorOf>
-      <name>glassfish-repository-unblocked</name>
-      <url>http://maven.glassfish.org/content/groups/glassfish</url>
-    </mirror>
-    <mirror>
-      <id>glassfish-repo-archive-unblocked</id>
-      <mirrorOf>glassfish-repo-archive</mirrorOf>
-      <name>glassfish-repo-archive-unblocked</name>
-      <url>http://maven.glassfish.org/content/groups/glassfish</url>
-    </mirror>
-    <mirror>
-      <id>conjars-unblocked</id>
-      <mirrorOf>conjars</mirrorOf>
-      <name>conjars-unblocked</name>
-      <url>http://conjars.org/repo</url>
-    </mirror>
-  </mirrors>
-</settings>
\ No newline at end of file
diff --git a/.mvn/maven.config b/.mvn/maven.config
deleted file mode 100644
index 2965a02f..00000000
--- a/.mvn/maven.config
+++ /dev/null
@@ -1 +0,0 @@
---settings ./.mvn/local-settings.xml
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 77e27d6a..dcc4b56c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,6 @@ limitations under the License.
     <!-- defaults for flaky test and focused test exclusions -->
     <test.exclude.pattern>$</test.exclude.pattern> <!-- junk pattern -->
     <test.include.pattern>**/Test*.java</test.include.pattern>
-    <siteUrlDeployment>file://people.apache.org/www/incubator.apache.org/flume</siteUrlDeployment>
     <stagingDirectory>${project.basedir}/target/docs</stagingDirectory>
 
     <activemq.version>5.7.0</activemq.version>
@@ -437,19 +436,6 @@ limitations under the License.
     <url>http://www.apache.org</url>
   </organization>
 
-  <distributionManagement>
-    <!--<repository>
-      <id>apache.staging.https</id>
-      <name>Apache Staging Repository</name>
-      <url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
-    </repository>-->
-    <site>
-      <id>apache.website</id>
-      <url>${siteUrlDeployment}</url>
-      <name>Flume Site</name>
-    </site>
-  </distributionManagement>
-
   <build>
 
     <plugins>