Project

General

Profile

Improvement #2203

Updated by Henning Blohm 5 days ago

Currently we do not actually support specification of a classifier. Instead we use a gradle-lookalike but not actually compliant artifact naming scheme: 

 <pre> 
 groupId:artifactId:packaging:version 
 </pre> 

 h2. Acceptance Criteria 

 * We use the naming scheme 
 <pre> 
 groupId:artifactId:version:classifier@packaging 
 </pre> 
 where some parts may be omitted, namely version and classifier. 
 * The packaging defaults to "jar", the classifier to null. 

Back