4.0.0 ${model.groupId} ${model.artifactId} ${model.version} ${model.name} pom Bill of material #if ($model.url) ${model.url}#end #if ($model.licenses && !$model.licenses.isEmpty()) #foreach($l in $model.licenses) ${l.name} ${l.url} ${l.distribution} #end #end https://github.com/openfeign/feign scm:git:https://github.com/openfeign/feign.git scm:git:git@github.com:OpenFeign/feign.git HEAD #if ($model.developers && !$model.developers.isEmpty()) #foreach($d in $model.developers) ${d.id} ${d.name}#if($d.email) ${d.email}#end#if($d.url) ${d.url}#end#if($d.organization) ${d.organization}#end#if($d.organizationUrl) ${d.organizationUrl}#end #end #end #foreach($d in $model.dependencyManagement.dependencies) ${d.groupId} ${d.artifactId} ${d.version}#if( $d.scope && $!d.scope != '' ) ${d.scope}#end#if( $d.type && $!d.type != '' && $!d.type != 'jar' && $!d.type != 'bundle') ${d.type}#end#if( $d.classifier && $!d.classifier != '' ) ${d.classifier}#end#if( $d.exclusions && $d.exclusions.size() > 0 ) #foreach( $e in $d.exclusions ) ${e.groupId} ${e.artifactId} #end #end #end