These are some changes I made for eclipse, and to get rid of some error messages.
### Eclipse Workspace Patch 1.0 #P roller-webapp Index: pom.xml =================================================================== --- pom.xml (revision 1491698) +++ pom.xml (working copy) @@ -222,14 +222,14 @@ <groupId>net.oauth.core</groupId> <artifactId>oauth</artifactId> <scope>compile</scope> - <version>20100601</version> + <version>20100527</version> </dependency> <dependency> <groupId>net.oauth.core</groupId> <artifactId>oauth-provider</artifactId> <scope>compile</scope> - <version>20100601</version> + <version>20100527</version> </dependency> <!-- web --> @@ -605,6 +605,37 @@ </configuration> </plugin> + <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <plugin> + <groupId>org.eclipse.m2e</groupId> + <artifactId>lifecycle-mapping</artifactId> + <version>1.0.0</version> + <configuration> + <lifecycleMappingMetadata> + <pluginExecutions> + <pluginExecution> + <pluginExecutionFilter> + <groupId> + org.apache.maven.plugins + </groupId> + <artifactId> + maven-antrun-plugin + </artifactId> + <versionRange> + [1.2,) + </versionRange> + <goals> + <goal>run</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore></ignore> + </action> + </pluginExecution> + </pluginExecutions> + </lifecycleMappingMetadata> + </configuration> + </plugin> </plugins> </pluginManagement>