New output when doing Maven build since 2019.2.1

Answered

Hi,

Ever since I upgrade to 2019.2.1, I'm seeing some new messages when doing a Maven build:

[IJ]-13-ARTIFACT_RESOLVING-[IJ]-path=-[IJ]-artifactCoord=org.codehaus.woodstox:stax2-api:jar:3.1.4-[IJ]-error=
[IJ]-13-ARTIFACT_RESOLVED-[IJ]-path=C:\Users\xedd3mx\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar-[IJ]-artifactCoord=org.codehaus.woodstox:stax2-api:jar:3.1.4-[IJ]-error=
[IJ]-13-ARTIFACT_RESOLVING-[IJ]-path=-[IJ]-artifactCoord=org.springframework:org.springframework.aspects:jar:3.0.6.RELEASE-[IJ]-error=
[IJ]-13-ARTIFACT_RESOLVED-[IJ]-path=C:\Users\xedd3mx\.m2\repository\org\springframework\org.springframework.aspects\3.0.6.RELEASE\org.springframework.aspects-3.0.6.RELEASE.jar-[IJ]-artifactCoord=org.springframework:org.springframework.aspects:jar:3.0.6.RELEASE-[IJ]-error=

I see them all over the place, with almost every goal, though the build works just fine.  I don't THINK it's a communication issue with the Maven repo, though I can't dismiss that entirely, but given I can access it via browser it would seem not.  I notice the [IJ] at the front, so I assume that means it's something IDEA is generating.  I looked through every setting I could find related to Maven and couldn't see any that changed this, and there haven't been any changes to the POM.  It could be some plugin, but none have been added since the upgrade, so all in all it SEEMS like it's coming from IJ and I can't figure out how to turn it off (it just clutters up the output and makes it a little tricky to find issues, especially when it's saying error there, which makes me wonder what it's even talking about).

Any idea?  Thanks!

0
2 comments

It's a known issue, will be fixed in the next update: https://youtrack.jetbrains.com/issue/IDEA-221227.

0

Good enough, thanks Serge!

0

Please sign in to leave a comment.