On Fri, 2016-10-14 at 15:38 +0200, Bertrand Delacretaz wrote: > I've committed an experimental script [1] which modifies the > launchpad/builder provisioning model files to remove the version > numbers for all Sling artifacts. See comments in the script for > details (and enjoy the sed regexp ;-) > > When doing so, the Slingstart plugin uses the latest snapshot instead > of a specified version, IIUC. > > The script doesn't fully work yet (see comments in the script - > patches or hints welcome) but once it does the process for running > our > integration tests on this all-snapshots launchpad would be:
For the record, it doesn't work for me either, but misses more SNAPSHOT versions: $ mvn dependency:resolve | grep org.apache.sling | grep -v SNAPSHOT OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [INFO] --- maven-dependency-plugin:2.10:resolve (default-cli) @ org.apache.sling.launchpad --- [INFO] org.apache.sling:org.apache.sling.servlets.resolver:jar:2.4.6 :provided [INFO] org.apache.sling:org.apache.sling.launchpad.base:war:webapp:5 .6.0-2.6.12:provided [INFO] org.apache.sling:org.apache.sling.commons.scheduler:jar:2.5.2 :provided [INFO] org.apache.sling:org.apache.sling.commons.log.webconsole:jar: 1.0.0:provided [INFO] org.apache.sling:org.apache.sling.commons.log:jar:5.0.0:provi ded [INFO] org.apache.sling:org.apache.sling.resourceresolver:jar:1.5.0: provided [INFO] org.apache.sling:org.apache.sling.launchpad.base:jar:5.6.0- 2.6.12:provided [INFO] org.apache.sling:org.apache.sling.launchpad.base:jar:app:5.6. 0-2.6.12:provided [INFO] org.apache.sling:org.apache.sling.event.dea:jar:1.1.0:provide d [INFO] org.apache.sling:org.apache.sling.api:jar:2.15.0:provided [INFO] org.apache.sling:org.apache.sling.installer.core:jar:3.7.0:pr ovided Robert
