tree: 81d9aa082738e733763f440120acdd39c4a44725 [path history] [tgz]
  1. src/
  2. .gitignore
  3. pom.xml
  4. README.md
maven-central-source-reporter/README.md

Apache Sling Maven Central Source Availability Reporter

This project offers a CLI interface to checking the availability of source artifacts on Maven Central.

Usage

$ mvn clean verify
$ java -jar target/org.apache.sling.tooling.maven-sources-report-aggregator-*-jar-with-dependencies.jar org.apache*

The runnable jar takes a single argument, which is the groupId to match artifacts against. It is valid to add a trailing star, which signals a prefix match.

The initial run may be slow, as the project downloads and imports the Maven Central index using the Maven Indexer.

After running, the report is placed in out/results.csv.