{
if (lvm == null)
{
lvm = new LinkValidatorManager();
lvm.setExclude(exclude);
lvm.addLinkValidator(new FileLinkValidator());
MavenJellyContext ctx;
if (getProject() == null) {
LOG.error("maven-linkcheck-plugin: No project set.");
ctx = new MavenJellyContext();
} else {