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

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


            {
                MavenJellyContext ctx = ( (Project) getProject() ).getContext();
                if ( ctx.getOnline().booleanValue() )
                {
                    lvm
                        .addLinkValidator( new OnlineHTTPLinkValidator(
                                                                        getMethod(),
                                                                        (String) ctx.getVariable( MAVEN_PROXY_HOST ),
                                                                        (String) ctx.getVariable( MAVEN_PROXY_PORT ),
                                                                        (String) ctx.getVariable( MAVEN_PROXY_USERNAME ),
                                                                        (String) ctx.getVariable( MAVEN_PROXY_PASSWORD ),
View Full Code Here

TOP

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

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.