commit | ff910e69023c9de965e154c9f9bb7bafe1975e0c | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Tue Jun 19 15:55:18 2018 +0300 |
committer | Robert Munteanu <rombert@apache.org> | Tue Jun 19 15:55:18 2018 +0300 |
tree | 79e69016a41a3b3015c085b27cf2861d1deb60c2 | |
parent | 3c372b988c822a88167d5761a67d9ae147514192 [diff] |
Update to commons.threads 3.2.18
This module is part of the Apache Sling project.
The starter project produces both a Standalone Java Application which contains everything needed to run the Launchpad in a single JAR file and a Web Application.
NOTE: “mvn clean” deletes the “sling” work directory in the project base directory. It is advisable to use a work directory outside of the project directory.
Build the Sling Starter using
mvn clean install
in the current directory.
Start the generated jar with
java -jar target/org.apache.sling.starter-10-SNAPSHOT.jar
Use the correct version number instead of 10-SNAPSHOT, if needed.
Browse Sling in:
http://localhost:8080
Build the Sling Starter using
mvn clean install
in the current directory.