I am trying to build Apache Sling 9 (from the project root; not just the launchpad/builder project but all modules).
Here is what I did:
- Check out https://github.com/apache/sling (also tried git://git.apache.org/sling.git)
- cd sling
- mvn -DskipTests --update-snapshots package (I am using Maven 3.5.0)
Unfortunately, there are two problems I encounter with this:
I get an error
[ERROR] Unable to get artifact for Dependency {groupId=org.apache.sling, artifactId=org.apache.sling.launchpad, version=9-SNAPSHOT, type=slingfeature}: Could not find artifact org.apache.sling:org.apache.sling.launchpad:txt:slingfeature:9-SNAPSHOT in apache.snapshots (http://repository.apache.org/snapshots)
- I want to build the exact revision of sources used in Apache Sling 9 but I don't know which revision that is
Has anybody tried this? Any pointers on how to do this?
[BTW, this used to work before though I cannot remember the exact revision; certainly after Sling 8 though]
Thanks!