Hello, after looking into the following classes:
- ArtifactId - ArtifactRevisionId - ModuleId - ModuleRevisionId What I understand from the classes: The Module is needed for all module specific stuff, organisation and module name. An Artifact represents the created product in the form of a xxx.jar / xxx-src.zip or so. An ArtifactRevision represent a release / version of a Artifact. Questions: What I don't get here is why every class-name contains Id at the end? Why is there ModuleRevision? Probably I'm making some incorrect observations by reading the code... A few words explaining these base classes would be appreciated! Thx, Tjeerd
