Making 2 flavors of a jar
I got 2 folders,
I want to setup maven in a way that it will build core first, then use the output as a dependency to build bukkit. The output will be 2 jars
src/core/java/... and src/bukkit/java/...I want to setup maven in a way that it will build core first, then use the output as a dependency to build bukkit. The output will be 2 jars


