public ReadmeHtmlVelocityDelegateBuilder withSiteUrl()

in src/main/java/org/apache/commons/release/plugin/velocity/ReadmeHtmlVelocityDelegate.java [76:79]


        public ReadmeHtmlVelocityDelegateBuilder withSiteUrl(final String siteUrl) {
            this.siteUrl = siteUrl;
            return this;
        }