Scyntrus / FactionMobs

FactionMobs CraftBukkit Plugin
http://dev.bukkit.org/server-mods/faction-mobs/
Other
14 stars 19 forks source link

Invalid Maven Repositories? #10

Closed HeyZeer0 closed 7 years ago

HeyZeer0 commented 7 years ago

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 =)

Scyntrus commented 7 years ago

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.

Scyntrus commented 7 years ago

Closed for inactivity