An open API service indexing awesome lists of open source software.

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.

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/)