tree 78be1f0961487ffc007953ad339af81356ad5523 parent b6021b5ee5559afe20b7f9c763df1e81202061b9 author deathcap 1428281935 -0700 committer deathcap 1428281935 -0700 Add non-subproject POM at top-level; move subprojects to ci/ Building Glowkit as a Maven subproject (from a git submodule) works well on a CI server (using CircleCI), but I'm having trouble with it locally in an IDE (using IntellJ IDEA) - apparenty it supports submodules, but using a non-nested project is more convenient. Glowkit has to be installed locally with 'cd Glowkit' then 'mvn install' now.