name: tomcat-webapp-demo
version: 1.0
architectures:
- amd64
summary: Demo of Tomcat-hosted Webapp
description: This is a demo snap of a Tomcat-hosted webapp produced by snapcraft with maven.
confinement: strict
apps:
tomcat:
command: bin/wrapper
daemon: simple
plugs: [network-bind]
parts:
webapp:
plugin: maven
source: https://github.com/lool/snappy-mvn-demo.git
source-type: git
tomcat:
plugin: tar-content
source: https://archive.apache.org/dist/tomcat/tomcat-8/v8.0.29/bin/apache-tomcat-8.0.29.tar.gz
local-files:
plugin: make
source: .