“Can not set org.eclipse.aether.spi.log.Logger” with custom maven plugin

后端 未结 10 1755
长情又很酷
长情又很酷 2021-02-18 13:15

I have written a small custom maven plugin, and it runs fine.. most of the time.

When using it, it\'s configured to run on test phase, and I see it executing, no proble

10条回答
  •  后悔当初
    2021-02-18 14:03

    1. Check the version of maven on your command prompt with "mvn --version".
    2. run the "mvn deploy" on command line to see if that works.
    3. Go to Build -> Execution, Deployment > Build tools > Maven in IntelliJ and change the version of maven to the version available on your pc instead of the default bundle provided.

提交回复
热议问题