jboss-openshift / ce-arq

Cloud Enablement Arquillian support.
GNU Lesser General Public License v2.1
1 stars 10 forks source link

Correct group, artifact id's? #57

Open jwendell opened 7 years ago

jwendell commented 7 years ago

Currently we have "org.jboss.arquillian.container" for groupId and "arquillian-parent-ce" for artifactId.

For comparison, here's ce-testsuite: org.jboss.ce.testsuite / parent-ce

Should we keep these? Or change it to something closer to what it is, like for example 'org.jboss.ce.arq'?

Any other suggestions?

rcernich commented 7 years ago

We should probably look through all our projects and find something consistent. My preference would be org.jboss.openshift.arquillian, since we seem to be using that (or org.openshift) for most of quickstarts/examples. org.jboss.cloudenablement is probably OK too. Conventionally, the groupId should be similar to base package used in the source.

That said, I'd prefer to leave this alone for now and fix it post 1.0.0.Final. This is a big change that impacts everything downstream.