META-INF.org.codehaus.mojo.groovy.gossip.bootstrap.properties Maven / Gradle / Ivy
##
## Copyright (C) 2006-2007 the original author or authors.
##
## 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.
##
##
## $Id: bootstrap.properties 5485 2007-10-24 23:55:48Z user57 $
##
version=1.0
##
## Defines the standard sources for loading additional configuration
##
sources=classpath, homedir, sysprop
# And look for something in the classpath
source.classpath=org.codehaus.mojo.groovy.gossip.model.source.ResourceSource
source.classpath.name=META-INF/org.codehaus.mojo.groovy.gossip/config.properties
# Allow -Dgossip.configuration=whatever to be used to load configuration
source.sysprop=org.codehaus.mojo.groovy.gossip.model.source.SystemPropertySource
source.sysprop.name=gossip.configuration
# Try to load configuration from ~/.gossip/config.properties
source.homedir=org.codehaus.mojo.groovy.gossip.model.source.HomeDirectorySource
source.homedir.path=.gossip/config.properties
© 2015 - 2025 Weber Informatics LLC | Privacy Policy