Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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