Issue while building from source #9290
Replies: 2 comments 1 reply
-
Hi, I think this is due to you set some maven mirror in your settings.xml file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. While attempting to build from the source I've got the following error.
I executed
mvn clean package -pl distribution -am -DskipTest
The response is as follows:
[FATAL] Non-resolvable parent POM for org.apache.iotdb:iotdb-parent:1.2.0-SNAPSHOT: Could not transfer artifact org.apache:apache:pom:23 from/to central (https://repo.maven.apache.org/maven2): transfer failed for https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom and 'parent.relativePath' points at wrong local POM @ line 24, column 13
It looks like there's something to do with the pom.xml file but I'm not aware of steps that I've potentially missed during the installation steps.
Any assistance is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions