Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [incubation] Question about maven artifact groupIds

Agreed.

From the Maven naming conventions guide:

groupId will identify your project uniquely across all projects, so we need to enforce a naming schema. It has to follow the package name rules, what means that has to be at least as a domain name you control, and you can create as many subgroups as you want. 
Have at it.

Wayne



On 12/04/17 05:23 AM, Gunnar Wagenknecht wrote:
Hi Ondrej,

Use of sub-groups is absolutely ok. "org.<forge>.<short-name>" is your namespace. You can create as much sub-groups as you want!

HTH,
Gunnar


--
Wayne Beaton
@waynebeaton
The Eclipse Foundation

Back to the top