.bacon.pig.2.5.6.source-code.README.ftl Maven / Gradle / Ivy
${pigConfiguration.product.name} ${pigConfiguration.version}
${pigConfiguration.product.name} ${pigConfiguration.version}
Product Deliverables
- ${deliverables.repositoryZipName} - Maven repository
<#if (deliverables.sourceZipName)??>
- ${deliverables.sourceZipName} - Product source
#if>
<#if (deliverables.licenseZipName)??>
- ${deliverables.licenseZipName} - Product licenses
#if>
<#if (deliverables.javadocZipName)??>
- ${deliverables.javadocZipName} - Product javadoc
#if>
- ${deliverables.nvrListName} - Product NVR list
Extras and Information - Non-Releasable
- ${deliverables.sharedContentReport} - Shared Content report based on NCL/Brew build
- ${deliverables.communityDependencies} - Community dependencies that were found
- ${deliverables.repoCoordinatesName} - NCL/Brew coordinates of project builds making up this release
- ${deliverables.artifactListName} - List of all runtime artifacts in the Maven repository
- ${deliverables.duplicateArtifactListName} - List of artifacts present in the Maven repository more than once
Builds performed:
Name
URL
Internal SCM URL (add git+ssh://[user]@ prefix to clone it)
SCM revision
<#list builds as build>
${build.name}
Build
#${build.id}
${build.internalScmUrl}
${build.scmRevision}
#list>