How to manually install the maven plugin since I have enabled offline mode in settings.xml?
For example I downloaded maven-clean-plugin-2.4.1.jar. But I dont know where to place it and how to install it.
Tried http://maven.apache.org/plugins/maven-install-plugin/usage.html but I am not able to install. Please help me.
Here is the similar question.
Hope this may help you out for installing plugins for maven offlnely.
Maven: How to install a plugin in offline mode