Hi. I wish to work with a plugin from codehaus. I added the required <repository> and <pluginRepository> to my pom as stated in the codehaus site.
Still when I try to run it I get a "plugin does not exist or no valid version could be found". The plugin I tried to use is minijar and I tried both the following commands to make it work: mvn minijar-maven-plugin:uberjar mvn minijar:uberjar Is there anything else one should do in order to install a new plugin?
