# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You 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. ############## # This is a minimal properties file. # These are defaults, un-comment them only if you need to change them. # See the full set of default properties in a 'forrest seed-sample' site. # Copy properties from there as needed. ############## # Project name (used to name .war file) #project.name=my-project # The names of plugins that are required to build the project # comma separated list (no spaces) # You can request a specific version by appending "-VERSION" to the end of # the plugin name. If you exclude a version number, the latest released version # will be used. However, be aware that this may be a development version. In # a production environment it is recommended that you specify a known working # version. # Run "forrest available-plugins" for a list of plug-ins currently available. project.required.plugins=org.apache.forrest.plugin.output.pdf