From 9d0ff163895448caf070db1a544f2519e9637d9c Mon Sep 17 00:00:00 2001 From: tsreaper Date: Mon, 17 Apr 2023 20:54:45 +0800 Subject: [PATCH] [pom] Comment the repositories tag in pom.xml to speed up maven build (#927) --- README.md | 2 ++ pom.xml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 22ceba8c2f0d..b19d1b5f0b12 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,8 @@ JDK 8/11 is required for building the project. - Run the `mvn spotless:apply` to format the project (both Java and Scala). - IDE: Mark `paimon-common/target/generated-sources/antlr4` as Sources Root. +If you fail to download paimon-bundle snapshot files during the build, it is likely that your maven settings file does not include a snapshot repository. Uncomment the "repositories" tag in [pom.xml](pom.xml) file for a workaround. + ## License The code in this repository is licensed under the [Apache Software License 2](LICENSE). diff --git a/pom.xml b/pom.xml index dd0117120f07..263d87d1d49f 100644 --- a/pom.xml +++ b/pom.xml @@ -927,6 +927,12 @@ under the License. + + +