New Developer Setup Problems

I am attempting to begin working as a developer for forge, but I am having trouble setting up Maven within the Eclipse environment. I followed the steps listed at the following wiki article:
Forge:How_to_Get_Started_Developing_Forge
However, I am having troubles with the installation of Maven and the m2e plugin. I have the most recent versions of Eclipse and Subclipse, and I was able to import the most recent version of the source code at the svn slightlymagic address. However, every time I turn on eclipse and open the forge project, I get the following error:
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'ForgeLocal'.
Could not calculate build plan: Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
Could not calculate build plan: Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
I think the problem might have something to do with the fact that I am using the most recent version of Maven, which is 3.0.4, while the project seems to be looking for a maven plugin version 2.5.1, but I have no idea what I could do to alleviate this problem if this is the cause of my troubles.
If anyone could provide any insight into this issue, it would be very much appreciated. Also, if there is any additional information that you would need from me, please let me know so I can provide it.
Forge:How_to_Get_Started_Developing_Forge
However, I am having troubles with the installation of Maven and the m2e plugin. I have the most recent versions of Eclipse and Subclipse, and I was able to import the most recent version of the source code at the svn slightlymagic address. However, every time I turn on eclipse and open the forge project, I get the following error:
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'ForgeLocal'.
Could not calculate build plan: Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
Could not calculate build plan: Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
Failed to parse plugin descriptor for org.apache.maven.plugins:maven-compiler-plugin:2.5.1 (maven-compiler-plugin-2.5.1.jar): invalid LOC header (bad signature)
I think the problem might have something to do with the fact that I am using the most recent version of Maven, which is 3.0.4, while the project seems to be looking for a maven plugin version 2.5.1, but I have no idea what I could do to alleviate this problem if this is the cause of my troubles.
If anyone could provide any insight into this issue, it would be very much appreciated. Also, if there is any additional information that you would need from me, please let me know so I can provide it.