I have a maven
project, and I have already all my dependencies in my local host. I want to push all these dependencies into nexus/sonartype
.
I don't want to push my jar
one by one by uploading via nexus interface.
So I copied the content of my maven
repository ($MAVEN_HOME/repository)
into {nexus-data}/storage/public
Nexus have to recalculate index after restarting?