tag | d580b9c1a2ad29d8c002308b790fc34951f6cb5c | |
---|---|---|
tagger | Robert Munteanu <rombert@apache.org> | Wed Jan 31 16:00:24 2018 +0200 |
object | 49fa1a0baa4c60a67e7a6b21210258f3812a93a4 |
[maven-release-plugin] copy for tag org.apache.sling.starter-10
commit | 49fa1a0baa4c60a67e7a6b21210258f3812a93a4 | [log] [tgz] |
---|---|---|
author | Robert Munteanu <rombert@apache.org> | Wed Jan 31 16:00:05 2018 +0200 |
committer | Robert Munteanu <rombert@apache.org> | Wed Jan 31 16:00:05 2018 +0200 |
tree | a77637f35f2c57ca25cba70c8af353d84a4758c3 | |
parent | 90e33204371a9111867a3a35034a416ec3a99400 [diff] |
[maven-release-plugin] prepare release org.apache.sling.starter-10
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.