[
https://issues.apache.org/jira/browse/COMMONSRDF-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385246#comment-14385246
]
Benedikt Ritter commented on COMMONSRDF-2:
------------------------------------------
The old style was:
{code}
<groupid>commons-foo</groupid>
<artifactid>commons-foo</artifactid>
{code}
A lot of components now use the use style (and we will eventually migrate all
components to this schema):
{code}
<groupid>org.apache.commons</groupid>
<artifactid>commons-foo</artifactid>
{code}
> Initial refactoring
> -------------------
>
> Key: COMMONSRDF-2
> URL: https://issues.apache.org/jira/browse/COMMONSRDF-2
> Project: Apache Commons RDF
> Issue Type: Task
> Reporter: Sergio Fernández
> Priority: Critical
>
> We have to refactor the code, both in term of Maven artifacts and Java
> packages.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)