Making 2 flavors of a jar

I got 2 folders,
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
Was this page helpful?