tag | 4572ae0e354e09a5e8415b9204af5f4c53d1fe3d | |
---|---|---|
tagger | Robert Munteanu <rombert@apache.org> | Fri Oct 19 16:53:29 2018 +0200 |
object | 89bbe983933f131303caf5caeb89e57257bcd8a5 |
[maven-release-plugin] copy for tag org.apache.sling.starter-11
commit | 89bbe983933f131303caf5caeb89e57257bcd8a5 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Fri Oct 19 16:53:14 2018 +0200 |
committer | Robert Munteanu <rombert@apache.org> | Fri Oct 19 16:53:14 2018 +0200 |
tree | a275b0997ddcbf0f099f1a32b32ea51cbab2f54c | |
parent | 06d8f0a86ef27040bc4aff303e6b67b953af4dc4 [diff] |
[maven-release-plugin] prepare release org.apache.sling.starter-11
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.