hello I encountered a null pointer error when compiling from source code in linux environment. How can I resolve it, Thank you all! #17219
Answered
by
Prajwal214
tangtianji
asked this question in
Q&A
-
hello I encountered a null pointer error when compiling from source code in linux environment. How can I resolve it, Thank you all! os: Centos 7.9.2009
java version "17.0.12" 2024-07-16 LTS
Apache Maven 3.9.8 (36645f6c9b5079805ea5009217e36f2cffd34256)
Code tags:1.4.4-release Compile build commands: mvn clean package -Dmaven.test.skip error message: [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Unresolveable build extension: Plugin org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13 or one of its dependencies could not be resolved:
Failed to read artifact descriptor for org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.13
@
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.open-metadata:platform:1.5.0-SNAPSHOT (/app/pom.xml) has 1 error
[ERROR] Unresolveable build extension: Plugin org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13 or one of its dependencies could not be resolved:
[ERROR] Failed to read artifact descriptor for org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.13
[ERROR] -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginManagerException then pom.xml file has not changed. Thank you all!!! |
Beta Was this translation helpful? Give feedback.
Answered by
Prajwal214
Jul 29, 2024
Replies: 1 comment 2 replies
-
@tangtianji Can you try using the below command.
Also as per the error its is using OM v1.5.0-SNAPSHOT, as its not stable yet can you try using OM v1.4.5. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tangtianji
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@tangtianji Can you try using the below command.
Also as per the error its is using OM v1.5.0-SNAPSHOT, as its not stable yet can you try using OM v1.4.5.