Warning from maven install to produce runnable jar?

Using maven dependency:tree command you can print and check all logging dependencies, possible some of them contains duplicated classes, like in this case maven.40175.n5.nabble.com/Duplicate-clas... Then use exclude tag to remove redundant from them How to exclude all transitive dependencies of a Maven dependency.

Using maven dependency:tree command you can print and check all logging dependencies, possible some of them contains duplicated classes, like in this case maven.40175.n5.nabble.com/Duplicate-clas... Then use exclude tag to remove redundant from them How to exclude all transitive dependencies of a Maven dependency Also I would recommend to use maven-assembly-plugin which attach jar with dependencies as additional artifact under configurable classifier instead of replacing an original one (like in your configuration): maven-assembly-plugin attached package jar-with-dependencies com.myCompany.mainClass.

Thank you for the suggestion. I tried to add exclusions, but it still doesn't work. – Xuanzi Han Nov 28 at 20:54.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions