You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've checked out the project and tried to build on a clean environment with maven 3.63 and Java 11 and it fails to build since there is not version 3.2 available on repo.maven.apache.org
[INFO] --------------------------------[ pom ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.2/maven-javadoc-plugin-3.2.pom
[WARNING] The POM for org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-javadoc-plugin/3.2/maven-javadoc-plugin-3.2.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Minidev public super pom 1.3.2 ..................... FAILURE [ 0.513 s]
[INFO] JSON Small and Fast Parser 1.3.3 ................... SKIPPED
[INFO] JSON Small and Fast Parser mini edition 1.3.2 ...... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.815 s
[INFO] Finished at: 2021-07-15T21:11:47+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.apache.maven.plugins:maven-javadoc-plugin:3.2 or one of its dependencies could not be resolved: Could not find artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.2 in central (https://repo.maven.apache.org/maven2) -> [Help 1]
[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/PluginResolutionException
The text was updated successfully, but these errors were encountered:
codefish1
added a commit
to codefish1/json-smart-v1
that referenced
this issue
Jul 15, 2021
I've checked out the project and tried to build on a clean environment with maven 3.63 and Java 11 and it fails to build since there is not version 3.2 available on repo.maven.apache.org
The text was updated successfully, but these errors were encountered: