This is an automated email from the ASF dual-hosted git repository. andysch pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
commit c68b74aabe2f9bf42b7ff71261b5b1444f5686a9 Author: Andreas Schaefer <[email protected]> AuthorDate: Sat Feb 3 14:45:27 2018 -0800 Adjusted the Readme and added IntelliJ ignores --- .gitignore | 2 ++ project-archetype/README.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c1ba99a..db3cdc3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ .settings target bin +*.iml +.idea diff --git a/project-archetype/README.md b/project-archetype/README.md index 3e1f1ea..e17377f 100644 --- a/project-archetype/README.md +++ b/project-archetype/README.md @@ -47,8 +47,8 @@ how to build and deploy the entire project in one step. |slingModelSubPackage |Sub Package where Sling Models should be place in with no trailing dots| |slingHostName |Host Name or IP Address of the server where Sling is hosted| |slingPort |Port to which your Sling instance is bound to| -|optionAll |Determines if the project is created with an **all** package as single deployed unit (y/n)| -|optionExample |Determines if the examples are kept separate (s), merged into the regular modules (m) or deleted (d)| +|optionAll |Determines if the project is created with an **all** package or packaged inside the ui.apps mdoule (y/n)| +|optionExample |Determines if the example code is kept in separate modules (s), merged together into single modules (m) or example code is deleted (d)| #### Usage @@ -69,6 +69,12 @@ Until this project is fully released in the public Maven Repo this is how to use #### Build and Install Integration Test There is a simple integration test setup with this archetype. +This script will build both the Merged All and UI (ui.apps packaging) and install them on the +local Sling instance. The resulting pages (from the example code) can be viewed here: + +* [All Home](http://localhost:8080/content/testContentAll/home.html) +* [UI Home](http://localhost:8080/content/testContentUI/home.html) + You can run this one using the attached Unix shell script: sh build.run.and.deploy.test.sh -- To stop receiving notification emails like this one, please contact [email protected].
