Invalid Maven Repositories?
HeyZeer0 opened this issue ยท 2 comments
When i try to compile you source, these maven repositories dosn't index:
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.1</version>
<groupId>org.black_ixx</groupId>
<artifactId>PlayerPoints</artifactId>
<version>2.1.3</version>
<groupId>com.massivecraft</groupId>
<artifactId>factions</artifactId>
<version>2.8.21</version>
<groupId>com.massivecraft</groupId>
<artifactId>massivecore</artifactId>
<version>2.8.6</version>
Thanks =)
maven-jar-plugin belongs to Maven itself, there's no reason why it shouldn't resolve.
PlayerPoints is not part of my project.
Factions and Massivecore don't have repositories, you have to download them from bukkitdev manually and are included using the <systemPath>
tag.