Maven, ActionBarSherlock v4 and Roboguice v2 - How do I get it to build?
问题 I'm trying to build a project to uses both ActionBarSherlock v4 and Roboguice v2 (I like beeing of the bleeding edge :) ). The problem is that ABS uses a slightly modified compatibility library, that Roboguice needs. I got it working fine under Eclipse by adding actionbarsherlock-plugin-compat-lib-4.0.0-SNAPSHOT , roboguice-2.0b3 and the ActionBarSherlock project. Now the problem is that under Maven, I need to include the following dependency because of Roboguice: <dependency> <groupId