UML Modeling Guide

Stereotype «MavenDependency»

Stereotype «MavenDependency»

The stereotype «MavenDependency» can be used to define a dependency between a Maven project and a specific Maven artifact.

This stereotype can only be applied on dependencies where the target Maven project is of archetype ARTIFACT.


Stereotype «MavenDependency»  
Applicable Elements Dependency  
Tagged Values    
Name Type Description
customModuleTypes String A value for this tag only needs to be defined if sourceModuleType = CUSTOM is selected. In that case, the name of the custom module must be specified.
packaging PackagingType Type of the target artifact that should be used.

If nothing is defined then Maven defaults will be used.
scope DependencyScopeType Scope within which the target artifact should be used.
order int This tag can be used to define the order of this dependency among all other MavenDependency definitions within the project.
sourceModuleTypes ModuleType List of source module types that have a dependency on the target artifact. At least one source module type must be defined.


Generated by JEAF Generator