public ReadmeHtmlVelocityDelegateBuilder withArtifactId()

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


        public ReadmeHtmlVelocityDelegateBuilder withArtifactId(final String artifactId) {
            this.artifactId = artifactId;
            return this;
        }