Help with maven listener

已回答

For some odd reasons, when I compile my project from Intellij with maven 3.5.4 console prints out something like this:

 

[IJ]-1-ARTIFACT_RESOLVED-[IJ]-path=...
[IJ]-1-ARTIFACT_RESOLVING-[IJ]-path=-[IJ]-artifactCoord=org.apache.maven.plugins:maven-clean-plugin:jar:2.5-[IJ]-error=
[IJ]-1-ARTIFACT_RESOLVED-[IJ]-path=...

[IJ]-1-ARTIFACT_RESOLVING-[IJ]-path=-[IJ]-artifactCoord=org.codehaus.plexus:plexus-utils:jar:3.0-[IJ]-error=

 

I've figured out that is related to maven listener, because I remove this line from the launched command from IntelliJ

-Dmaven.ext.class.path=D:\Software\ideaIC-2018.3.2.win\plugins\maven\lib\maven-event-listener.jar

Console doesn't print all that stuff.

So what is the real matter ?

1

请先登录再写评论。