I have added plenty of jar files in My Local Apache Archiva and added the Repository location and Dependencies in my project pom.xml .
mvn clean
mvn eclipse:eclipse
working fine but when i am trying to run
mvn install
then i am getting exception
Error in opening zip files
while all jar file downloaded from archiva
Someone suggested delete the .m2 repository and run command again i tried that also but still not able to get resolution. Note:- I have no any test code in my project Thanks