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

后端 未结 10 1768
长情又很酷
长情又很酷 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:15

    I had met the same issue when upgrade jdeb from 1.5 to 1.7. And downgrade it to 1.5 and it fixed.

                            jdeb
                            org.vafer
                            1.5
    

提交回复
热议问题