Repository: incubator-slider Updated Branches: refs/heads/feature/SLIDER-809-tomcat-app-package 940c9a8ad -> 61641c45d
SLIDER-809 Mention how to build the app-package Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/61641c45 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/61641c45 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/61641c45 Branch: refs/heads/feature/SLIDER-809-tomcat-app-package Commit: 61641c45d83a3d41551e8c5f833ee54abaea9c84 Parents: 940c9a8 Author: Josh Elser <[email protected]> Authored: Mon Apr 27 00:18:59 2015 -0400 Committer: Josh Elser <[email protected]> Committed: Mon Apr 27 00:18:59 2015 -0400 ---------------------------------------------------------------------- app-packages/tomcat/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/61641c45/app-packages/tomcat/README.md ---------------------------------------------------------------------- diff --git a/app-packages/tomcat/README.md b/app-packages/tomcat/README.md index 0121bce..d813b65 100644 --- a/app-packages/tomcat/README.md +++ b/app-packages/tomcat/README.md @@ -19,6 +19,15 @@ Basic instructions on using the Apache Tomcat app-package. +## Build + +Check out the appropriate branch of slider, and build the project, providing the +necessary profile activation for the Tomcat app package. You probably also +want to skip tests. This will place zip file in `app-packages/tomcat/target` +that will be used later. + +`mvn clean package -DskipTests -Ptomcat-app-package` + ## Installation The Tomcat application package is distributed as a zip archive.
