SomeRandomGameDevGroup / bukkit-workers

Bukkit Plug-in to make those nice villagers work
The Unlicense
6 stars 6 forks source link

Mavenize #10

Closed GUIpsp closed 12 years ago

GUIpsp commented 12 years ago

Fixes #4 IDE breaking change Also added Travis-CI support but you need to set it up

SomeRandomGameDev commented 12 years ago

On my way. I'll make the merge by the end of the week. Thank you.

SomeRandomGameDev commented 12 years ago

What a pain in the a\ ! My Eclipse settings are ruined due to new organisation. Well, let's rebuild my dev-env. Bad thing is that I won't have time to code today ...

GUIpsp commented 12 years ago

Install m2e and import the project from there

SomeRandomGameDev commented 12 years ago

The issue isn't about Maven, but about the publication. Previous folder/file structure allowed direct export to JAR. With the new directory structure, I have to configure a publication script (with maven or whatever).

SomeRandomGameDev commented 12 years ago

Well, it's done ! I've had to fix little stuff in pom.xml (like the java version - which is 1.6 - and current bukkit version). I'll take a look on travis support to automatically build report about compiler output.