Tuesday, 3 September 2013

Maven finds artifact but cannot compile

Maven finds artifact but cannot compile

When I run a mvn compile I get a list of errors from the compilation that
all say a package is missing that I have as a dependency in my pom.xml.
Pom.xml
`<dependency>
<groupId>com.fortysevendeg.android</groupId>
<artifactId>swipelistview</artifactId>
<version>1.0-SNAPSHOT</version>
<type>apklib</type>
</dependency>`
Error
error: package com.fortysevendeg.swipelistview does not exist
I would really appreciate some help on this one. I have been banging my
head against this for a while now.

No comments:

Post a Comment