I used the API in IntelliJ and it worked fine. However, when I went to build the project with maven, I got an error:
Error:(3,38) java: package com.connorlinfoot.actionbarapi does not exist
Is there something that I am doing wrong, and do I need to add something to my pom.xml?
My plugin.yml also contains depends: ActionBarAPI
I used the API in IntelliJ and it worked fine. However, when I went to build the project with maven, I got an error:
Error:(3,38) java: package com.connorlinfoot.actionbarapi does not exist
Is there something that I am doing wrong, and do I need to add something to my pom.xml? My plugin.yml also contains depends: ActionBarAPI