Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
-
None
Description
The current artifact naming scheme is:
{groupId}-
{artifactId}-
{version}.
{ext}e.g.: org.apache.olingo.odata2-core-1.0.0-SNAPSHOT.jar
Unfortunately Maven does not make use of the groupId when artifacts synced from Nexus repository. Artifacts looking like this:
api-1.0.0-SNAPSHOT.jar
core-1.0.0-SNAPSHOT.jar
If projects include these dependencies then it doesn't look nice nor is it unique.