https://github.com/windup/windup-umbrella
A git repo with submodules pointing to everything you need to build for Windup, and a pom.xml to do so.
https://github.com/windup/windup-umbrella
Last synced: 3 months ago
JSON representation
A git repo with submodules pointing to everything you need to build for Windup, and a pom.xml to do so.
- Host: GitHub
- URL: https://github.com/windup/windup-umbrella
- Owner: windup
- Created: 2015-03-28T19:00:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-19T18:13:59.000Z (about 10 years ago)
- Last Synced: 2025-01-19T10:43:23.210Z (5 months ago)
- Size: 116 KB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windup-umbrella
A git repo with submodules pointing to everything you need to build for Windup, and a pom.xml to do so.Do not use for development. Consider this repository as read-only.
Working with Git submodules may be painful and needs expertise.
You have been warned :)To update to latest master branches of the submodules, do:
```
git submodules init
git submodules update
git checkout master
```For furher information on Git submodules, read:
* The [Git book](http://git-scm.com/book/en/v2/Git-Tools-Submodules)
* The [User manual](http://schacon.github.io/git/user-manual.html#submodules)
* This [rant](https://codingkilledthecat.wordpress.com/2012/04/28/why-your-company-shouldnt-use-git-submodules/)