Maven bauen Fehler in der Eingabeaufforderung auf, aber erstellen Sie in Sonnenfinsternis aufJava

Java-Forum
Anonymous
 Maven bauen Fehler in der Eingabeaufforderung auf, aber erstellen Sie in Sonnenfinsternis auf

Post by Anonymous »

Ich verwende den Befehl mvn clean < /code> aus der Eingabeaufforderung und Build fällt aus. < /p>

Downloading:
https://repo.maven.apache.org/maven2/or ... ven-clean-
plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] Reactor Summary:
[INFO] ABC ......................................... FAILURE [ 2.226 s]
[INFO] BUILD FAILURE
[INFO] Total time: 3.098 s
[INFO] Finished at: 2018-11-16T15:10:36+05:30
[INFO] Final Memory: 12M/153M
[ERROR] Plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of
its
dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-clean-plugin:jar:2.5: Could not transfer
artifact
org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central
(https://repo.maven.apache.org/maven2): Received fatal alert:
protocol_version -
> [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] For more information about the errors and possible solutions,
please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/disp ... nException
< /code>

Aber wenn ich den Befehl mvn clean < /code> aus der Eclipse verwende, baut er erfolgreich auf. < /p>

[INFO] ---------------------------------------------------------------------
---
Downloading:
http://repo.maven.apache.org/maven2/org ... ven-clean-
plugin/2.4.1/maven-clean-plugin-2.4.1.pom
Downloaded:
http://repo.maven.apache.org/maven2/org ... ven-clean-
plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 5.2 KB/sec)
-------------------------
[INFO] BUILD SUCCESS
[INFO] Total time: 4.387s
< /code>

Der Unterschied, den ich sehen kann, besteht darin, dass in der Eingabeaufforderung versucht wird, Maven-Clean-Plugin-2.5 herunterzuladen, während es von Eclipse erfolgreich herunterladen 2.4.1 < /p>

, aber ich muss nur 2.5 durchlaufen.
Kann mir jemand dazu helfen?>

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post