Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

System Out for HTTPLinkValidatorTest

2033 [main] DEBUG org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator  - Will use method : [head]
2034 [main] DEBUG org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator  - A new HttpClient instance is needed ...
2174 [main] DEBUG org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator  - Not using a proxy
2175 [main] DEBUG org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator  - New HttpClient instance created.
2875 [main] ERROR org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator  - Received: [java.net.UnknownHostException: www.example.com>);] for [http://www.example.com>);] in page [.]
java.net.UnknownHostException: www.example.com>);
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
	at java.net.Socket.connect(Socket.java:452)
	at java.net.Socket.connect(Socket.java:402)
	at java.net.Socket.<init>(Socket.java:309)
	at java.net.Socket.<init>(Socket.java:184)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:79)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1321)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
	at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
	at org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator.checkLink(OnlineHTTPLinkValidator.java:245)
	at org.apache.maven.plugin.linkcheck.validation.OnlineHTTPLinkValidator.validateLink(OnlineHTTPLinkValidator.java:119)
	at org.apache.maven.plugin.linkcheck.validation.HTTPLinkValidatorTest.checkLink(HTTPLinkValidatorTest.java:83)
	at org.apache.maven.plugin.linkcheck.validation.HTTPLinkValidatorTest.testValidateLink(HTTPLinkValidatorTest.java:67)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at junit.framework.TestCase.runTest(TestCase.java:164)
	at junit.framework.TestCase.runBare(TestCase.java:130)
	at junit.framework.TestResult$1.protect(TestResult.java:106)
	at junit.framework.TestResult.runProtected(TestResult.java:124)
	at junit.framework.TestResult.run(TestResult.java:109)
	at junit.framework.TestCase.run(TestCase.java:120)
	at junit.framework.TestSuite.runTest(TestSuite.java:230)
	at junit.framework.TestSuite.run(TestSuite.java:225)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:297)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:672)
	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:546)