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:
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)
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!
The build error was fixed in r1811803, thanks for reporting that!
As for the sources that are included in the Sling 9 release, the process is the following:
org.apache.sling
, check out the release tag from https://svn.apache.org/repos/asf/sling/tags/${artifactId}
mvn install
for each of those artifacts