The api version has been changed to 1.0.0 which gives me the following
build error when trying to do a clean compile of trunk:
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.sling:org.apache.sling.launchpad.api:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.sling
-DartifactId=org.apache.sling.launchpad.api -Dversion=1.0.0
-Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.apache.sling
-DartifactId=org.apache.sling.launchpad.api -Dversion=1.0.0
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.sling:maven-launchpad-plugin:maven-plugin:2.0.11-SNAPSHOT
2) org.apache.sling:org.apache.sling.launchpad.api:jar:1.0.0
----------
1 required artifact is missing.
for artifact:
org.apache.sling:maven-launchpad-plugin:maven-plugin:2.0.11-SNAPSHOT
from the specified remote repositories:
apache.snapshots (http://repository.apache.org/snapshots),
central (http://repo1.maven.org/maven2),
jboss (https://repository.jboss.org/nexus/content/repositories/releases/)