# ------------------------------------------------------------------- # Copyright 2005 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ------------------------------------------------------------------- # Specify the path where you want to set up the Java Webstart Cache maven.webstart.cache.location=${maven.build.dir}/webstart/cache # Location of the JNLP file on which to launch Webstart # This is a mandatory property without which Webstart will fail to launch # Ex : maven.webstart.jnlp.location = ${maven.webstart.webapp.location}/${maven.webstart.jnlp.name} # Properties required for the "start-local-app" & "launch" goals # -------------------------------------------------------------- # Specify whether the Local Webstart feature should be used or not maven.webstart.local = false # This property points to the JNLP file of the application you're testing # Ex : maven.webstart.remotejnlp = http://localhost:8080/app.jnlp # Location where the application will be installed locally maven.webstart.webapp.location = ${maven.build.dir}/webstart/localapp # The JNLP name which will be used to access the application maven.webstart.jnlp.name = localapp.jnlp # Location & Name of the Configuration file for Jetty maven.jetty.config.xml = ${maven.build.dir}/jetty.xml # URL and Resource Base of the application to launch # These properties are optional and only useful if you want to launch Webstart # on a locally installed application. # Ex : maven.webstart.localapp.host = localhost # Ex : maven.webstart.localapp.port = 8080 # Ex : maven.webstart.localapp.resourcebase = /