1

POM error when using ActionbarSherlock with Eclipse and Maven

view story
linux-howto

http://stackoverflow.com – I'm starting a project which I want to compile with both Eclipse and Maven. On command line everything works fine and if I remove Maven nature the project runs OK in Eclipse. However with Maven enabled I get this error in first line of the POM dependency=[com.actionbarsherlock:actionbarsherlock:apklib:4.2.0:compile] not found in workspace Here's my complete POM <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apa (HowTos)