Maven Studies

This repository contains studies on new ideas for Maven: it's a replacement for Maven Sandbox with an organization optimized for Git.

Each study is managed in a separate Git orphan branch.

Creating a new Maven Study

git checkout --orphan my-new-study
rm .git/index
git clean -fdx