Package org.apache.maven.plugin.linkcheck.validation

Examples of org.apache.maven.plugin.linkcheck.validation.FileLinkValidator


                }
                lvm.setExcludes( tokens );
                tokens = null;
                st = null;
            }
            lvm.addLinkValidator( new FileLinkValidator() );
            // Project is only null in test cases
            if ( getProject() != null )
            {
                MavenJellyContext ctx = ( (Project) getProject() ).getContext();
                if ( ctx.getOnline().booleanValue() )
View Full Code Here

TOP

Related Classes of org.apache.maven.plugin.linkcheck.validation.FileLinkValidator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.