Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [Maven/Tycho] Suggested groupId

On Wed, Nov 10, 2010 at 12:03 PM, Mickael Istria <mickael.istria@xxxxxxxxxxxxxx> wrote:
Hi all,

I am working a little bit on trying Tycho for SWTBot build. And I got a question of "good practice", if good practices with Tycho already exist. The question is: What should be the groupId ?
IMHO, the groupId should reflect the Bundle-Vendor / Provider attribute, and AFAIAA the release train says the Provider should "Eclipse.org - [Project]", for example "Eclipse.org - SWTBot". Then, I'd go for org.eclipse.swtbot. Does this sound good, or should I prefer org.eclipse ?

In EGit/JGit land we use 'org.eclipse.<project>'

  <groupId>org.eclipse.egit</groupId>
  <artifactId>egit-parent</artifactId>

So I'm for that approach. 

--
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465

Back to the top