maven-plugins/linkcheck/project.properties
aheritier 9ede010fa4 PR: MPLINKCHECK-5
linkcheck plugin uses global proxy settings. There is no way to perform check using a proxy while still having a non-proxied project

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369157 13f79535-47bb-0310-9956-ffa450edef68
2006-01-15 01:45:20 +00:00

34 lines
1.3 KiB
Properties

# -------------------------------------------------------------------
# Copyright 2001-2004 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.
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S
# -------------------------------------------------------------------
maven.junit.fork=yes
# Properties required for the unit tests
maven.junit.sysproperties = \
maven.linkcheck.proxy.host \
maven.linkcheck.proxy.port \
maven.linkcheck.proxy.username \
maven.linkcheck.proxy.password \
maven.linkcheck.proxy.ntlm.host \
maven.linkcheck.proxy.ntlm.domain \
maven.mode.online
maven.jar.override = on
maven.jar.maven = ${maven.home}/lib/maven.jar
log4j.logger.org.apache.maven.plugin.linkcheck=INFO