plugin properties aren't loaded from unit tests

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@477397 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2006-11-20 23:22:52 +00:00
parent 6b9adf44ec
commit 0a639cb33b

View File

@ -23,15 +23,32 @@
maven.jar.override=on maven.jar.override=on
maven.jar.maven = ${maven.home}/lib/maven.jar maven.jar.maven = ${maven.home}/lib/maven.jar
# Those properties aren't loaded from plugin.properties in JUnit tests
maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache
maven.linkcheck.failonerror=false
maven.linkcheck.exclude=${pom.repository.url}
maven.linkcheck.proxy.host=${maven.proxy.host}
maven.linkcheck.proxy.port=${maven.proxy.port}
maven.linkcheck.proxy.username=${maven.proxy.username}
maven.linkcheck.proxy.password=${maven.proxy.password}
maven.linkcheck.proxy.ntlm.host=${maven.proxy.ntlm.host}
maven.linkcheck.proxy.ntlm.domain=${maven.proxy.ntlm.domain}
maven.linkcheck.method=head
# Logs Level ?
log4j.logger.org.apache.maven.plugin.linkcheck=INFO
# Properties required for the unit tests # Properties required for the unit tests
maven.junit.sysproperties = \ maven.junit.sysproperties = \
maven.linkcheck.method \ maven.linkcheck.cache \
maven.linkcheck.failonerror \
maven.linkcheck.exclude \
maven.linkcheck.proxy.host \ maven.linkcheck.proxy.host \
maven.linkcheck.proxy.port \ maven.linkcheck.proxy.port \
maven.linkcheck.proxy.username \ maven.linkcheck.proxy.username \
maven.linkcheck.proxy.password \ maven.linkcheck.proxy.password \
maven.linkcheck.proxy.ntlm.host \ maven.linkcheck.proxy.ntlm.host \
maven.linkcheck.proxy.ntlm.domain \ maven.linkcheck.proxy.ntlm.domain \
maven.mode.online maven.linkcheck.method \
maven.mode.online \
log4j.logger.org.apache.maven.plugin.linkcheck=INFO log4j.logger.org.apache.maven.plugin.linkcheck