I am trying to setup Scala development environment with maven on scala IDE for eclipse. I am not able to install the Scala Maven plugin from the software site due to some problems with my proxy settings. So, I am trying to download the plugin onto my local system and then install it.
I got the Scala Maven plugin from this site: https://github.com/davidB/scala-maven-plugin
I've unzipped the plugin and tried to install it from eclipse using 'install new software' but eclipse gives errors like this:
Could not find file: C:\..\..
This may be dumb, but I need help! What is the right way to install the plugin?
Any help would be appreciated.
Thank you.