${pom.artifactId} ${pom.version}
<#if pom.description??>
<#if pom.name??>
- ${pom.name}
- ${pom.description}
<#else>
- ${pom.description}
#if>
<#else>
<#if pom.name??>
- ${pom.name}
#if>
#if>
<#if pom.organization??>
- ${rc.getString("mp.by")} ${pom.organization}
#if>
<#if pom.inceptionYear??>
- ${rc.getString("mp.since")} ${pom.inceptionYear}
#if>
<#if pom.url??>
- ${pom.url}
#if>
<#if pom.issuesUrl??>
${rc.getString("mp.issueTracker")}
#if>
<#if pom.scm.url??>
${rc.getString("mp.scm")}
#if>
<#if (pom.licenses!?size > 0)>
${rc.getString("mp.licenses")}
<#list pom.licenses as license>
<#if license.url??>
- ${license.name}
<#else>
- ${license.name}
#if>
#list>
#if>
#if>
<#if (dependencies!?size > 0)>