UML Modeling Guide

Stereotype «ReleaseUnit»

Stereotype «ReleaseUnit»

JEAF Generator allows release note information to be defined directly in the UML model using the stereotypes: «ReleaseUnit», «Release», «ChangeDescription» and «ReleaseNotesEntry».

Stereotype «ReleaseUnit» marks a package that contains release information for an artifact.


Stereotype «ReleaseUnit»  
Applicable Elements Package  
Tagged Values    
Name Type Description
releaseUnitName String Tagged value for the name of the release unit.
issueTrackingURL String Base URL of the issue tracking system. This information will be used to provide links to issues in release notes.

It is also possible to provide that information on domain and on global level.
issueDisplayNamePrefix String Optional name prefix for an issue. This prefix will only be used as display info for the ID of an issue.
groupId String Maven Group ID of a release unit.

This information only is required if Maven project structures are not defined within the UML model.
artifactId String Maven Artifact ID of a release unit.

This information only is required if Maven project structures are not defined within the UML model.


Generated by JEAF Generator