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.

Release History

VersionDateDescription
1.4.1 2007-05-07
1.4 2006-04-27
1.3.4 2004-11-20
1.3.3 2004-09-24
1.3.2 2004-07-10
1.3.1 2004-06-19
1.3 2004-05-15
1.2 2004-03-10
1.1 2003-09-29

Get the RSS feed of the last changes

Release 1.4.1 - 2007-05-07

TypeChangesBy
fix Links to local files with a parameter aren't found. aheritier
update Upgrade maven-model to version 3.0.2. Fixes MAVEN-1755. aheritier
update Update jelly dependency to match the ones in maven 1.1 core. ltheussl
fix Maven 1.0.x : The report is incomplete if one or more files has errors in them. Fixes MPLINKCHECK-27. Thanks to Dennis Lundberg. aheritier

Release 1.4 - 2006-04-27

TypeChangesBy
update Upgrade to log4j 1.2.13. Fixes MAVEN-1759. aheritier
add Add the property "maven.linkcheck.method" to select the method to use to do the tests (head -by default-,or get). aheritier
add Display for each file the number of links and the number of errors. Fixes MPLINKCHECK-25. aheritier
add New counters to report how many files and links are checked and how many errors are found. Fixes MPLINKCHECK-25. aheritier
update Display a more verbose message than the "NOT FOUND" error. Fixes MPLINKCHECK-25. aheritier
update Speed and stability enhancement [better usage of httpClient ] . Fixes MPLINKCHECK-24. aheritier
update Upgrade to HttpClient 3.0. Will be used only with, at least, maven 1.1 beta 3. Fixes MAVEN-1739. aheritier
update Improve performance getting rid of jtidy dependency via regexps. Fixes MPLINKCHECK-23. Thanks to Ignacio G. Mac Dowell. aheritier
fix Sites requiring authentication are reported as NOT FOUND. Fixes MPLINKCHECK-22. aheritier
fix java.lang.NumberFormatException if proxy port is setted to "" Fixes MPLINKCHECK-21. aheritier
fix StackOverflowError processing apidocs/index-all.html. Fixes MPLINKCHECK-20. Thanks to Ignacio G. Mac Dowell. aheritier
add Support NTLM proxies. Fixes MPLINKCHECK-19. aheritier
update "Moved Permanently" sites are reported as a warning and not as an error. Fixes MPLINKCHECK-10. aheritier
add linkcheck plugin uses global proxy settings. There is no way to perform check using a proxy while still having a non-proxied project. Fixes MPLINKCHECK-5. aheritier
add If maven is in offline mode the report doesn't test external urls. A warning is displayed in the report. aheritier
update Make compatible with Maven 1.1 brett
update Upd ate dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-collections v2.1 - > v3.0 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-httpclient v2.0 - > v2.0.2 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly v1.0-beta-4 - > v1.0 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-ant v1.0 - > v1.1 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-jelly-tags-xml v1.0 - > v1.1 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : commons-logging v1.0.3 - > v1.0.4 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : dom4j v1.4-dev-8 - > v1.4 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : log4j v1.2.8 - > v1.2.12 Fixes MAVEN-1712. aheritier
update Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependency is updated : maven-model v3.0.0-SNAPSHOT - > v3.0.1 Fixes MAVEN-1712. aheritier

Release 1.3.4 - 2004-11-20

TypeChangesBy
fix Made compatible with JDK 1.3 Fixes MPLINKCHECK-17. carlos

Release 1.3.3 - 2004-09-24

TypeChangesBy
fix Some performance improvements carlos
fix Use BufferedInputStream in FileToCheck Fixes MPLINKCHECK-15. Thanks to Stephane Mikaty. carlos
fix Set links as invalid on unknown errors carlos
fix Use CDATA in file name Fixes MPLINKCHECK-8. carlos
add Added maven.linkcheck.exclude property carlos

Release 1.3.2 - 2004-07-10

TypeChangesBy
update Only log exception in debug mode on connection refused Fixes MPLINKCHECK-14. brett
update Update commons-* brett

Release 1.3.1 - 2004-06-19

TypeChangesBy
fix Build and run plugin against the installed version of Maven brett

Release 1.3 - 2004-05-15

TypeChangesBy
add Now supports failing the build on error if you set the new maven.linkcheck.failonerror property to true . vmassol
fix Remove commons-util dependency. Must update to commons-lang 2.0. Fixes MPLINKCHECK-11. Thanks to Ralph Apel. brett
fix Fix issues with DOM classes and jdk1.3 dion

Release 1.2 - 2004-03-10

TypeChangesBy
fix Fix HTML. Fixes MPLINKCHECK-7. evenisse

Release 1.1 - 2003-09-29

TypeChangesBy
update update to commons-jelly-20030902.160215 dion
update update to use maven.docs.*/ maven.gen.docs dion
update Upgrade to dom4j 1.4 dion
update Upgrade to maven 1.0 beta 10 dion
update Upgrade to log4j 1.2.8 dion
update Upgrade to commons-logging 1.0.3 dion
update update to commons-lang 1.0.1 dion
fix Add xml declaration to generated report. Fixed for character encoding. evenisse