Maven: Unofficial artifact naming scheme?
Posted
by Sophistifunk
on Stack Overflow
See other posts from Stack Overflow
or by Sophistifunk
Published on 2010-05-21T02:38:44Z
Indexed on
2010/05/21
2:40 UTC
Read the original article
Hit count: 363
maven-2
|naming-conventions
I'm creating some Maven artifacts for various dependencies for our projects, and while I'm taking my best guess at group / artifact IDs, I'd like to add something to flag them as "unofficial" and created by us for compilation, so that should we find official sources for the same thing in the future there's no confusion and we can simply change to point to the identifiers. Is there a best/common/reccomended practice for doing so?
I was just thinking something like setting groupId="org.providername.unofficial"
, but since Maven's all about "doing it our way" I just want to see if there's a precedent for something different already...
© Stack Overflow or respective owner