Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oliverlietz/apache-sling-aggregator
Apache Sling – Aggregator
https://github.com/oliverlietz/apache-sling-aggregator
aggregator apache maven repo sling
Last synced: 5 days ago
JSON representation
Apache Sling – Aggregator
- Host: GitHub
- URL: https://github.com/oliverlietz/apache-sling-aggregator
- Owner: oliverlietz
- Created: 2017-12-15T20:16:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T21:32:42.000Z (almost 4 years ago)
- Last Synced: 2024-12-06T09:42:21.564Z (2 months ago)
- Topics: aggregator, apache, maven, repo, sling
- Homepage: https://oliverlietz.github.io/apache-sling-aggregator/
- Size: 80.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apache Sling – Aggregator
[Maven aggregator project](https://maven.apache.org/pom.html#Aggregation) for [Apache Sling](https://sling.apache.org)
Install [Google Repo](https://source.android.com/setup/using-repo) on Mac OS with [Homebrew](https://brew.sh):
brew install repo
Set up [Google Repo](https://source.android.com/setup/using-repo) and clone Sling's modules from [GitBox](https://gitbox.apache.org/repos/asf):
repo init --no-clone-bundle --config-name -u https://github.com/oliverlietz/apache-sling-aggregator.git -b repo
repo sync --no-clone-bundle -j 16
repo forall -c git checkout master## Building Repo manifest, Maven aggregator project and index for GitHub
Running [`sling-aggregator.py`](https://github.com/oliverlietz/apache-sling-aggregator/blob/tooling/sling-aggregator.py) builds a [`default.xml`](https://github.com/oliverlietz/apache-sling-aggregator/blob/repo/default.xml) for Repo, a [`pom.xml`](https://github.com/oliverlietz/apache-sling-aggregator/blob/master/pom.xml) for Maven and an [`index.md`](https://github.com/oliverlietz/apache-sling-aggregator/blob/gh-pages/index.md) for GitHub by processing [ASF Git Repos OPML Export](https://gitbox.apache.org/repos/asf?a=opml).