Hi all,
In my diagram I want to represent a file (I have classes, packages, and one XML file). For that, I picked up an artifact :
artifact "validation.xml"
But the problem is the dot (.). This represents an artifact called "validation.xml" inside a package called "validation". So it looks like the dot (.) creates this split between a package and an artifact. If I change the name of the artifact to "validation_xml" (underscore) for example, the "validation" package disapears.
I've tried to escape the dot (.) but with no success.
Any idea ?
Thanks
Antonio