added README explaining the orgnization of Maven Studies
1 file changed
tree: 2cdf91a8200af95848c005234c37dc699735b16c
  1. README.md
README.md

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