Apache Maven Studies

Clone this repo:
  1. 9664eda Added GitHub metadata by Hervé Boutemy · 4 years, 5 months ago master
  2. b616217 added README explaining the orgnization of Maven Studies by Hervé Boutemy · 6 years ago

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