I have install maven in my machine. I have properly set the class-path and maven home folder. Every time I execute mvn clean install, it gives me exception. I h
mvn clean install
I have faced the same issue. I have changed the maven-assembly-plugin to 3.1.1 from 2.5.3 in POM.xml
maven-assembly-plugin
3.1.1
2.5.3
POM.xml
Proposed version should be done under plugin section. enter code here artifact Id for maven-assembly-plugin