https://github.com/apache/maven-studies
Apache Maven Studies
https://github.com/apache/maven-studies
build-management java maven
Last synced: about 1 year ago
JSON representation
Apache Maven Studies
- Host: GitHub
- URL: https://github.com/apache/maven-studies
- Owner: apache
- Created: 2018-02-04T11:25:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T06:04:48.000Z (about 2 years ago)
- Last Synced: 2025-04-03T04:17:02.121Z (about 1 year ago)
- Topics: build-management, java, maven
- Homepage: https://maven.apache.org/studies/
- Size: 38.8 MB
- Stars: 12
- Watchers: 28
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maven Studies
This repository contains studies on new ideas for Maven:
it's a replacement for [Maven Sandbox](https://github.com/apache/maven-sandbox)
with an organization optimized for Git.
Each study is managed in a separate [Git orphan branch](https://git-scm.com/docs/git-checkout#git-checkout---orphanltnewbranchgt).
## Creating a new Maven Study
```
git checkout --orphan my-new-study
rm .git/index
git clean -fdx
```