Skip to content

support-and-care/maven-studies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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