You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "fabrizio giustina (JIRA)" <ji...@apache.org> on 2005/09/25 18:51:48 UTC

[jira] Created: (JCR-223) fix jackrabbit groupId

fix jackrabbit groupId
----------------------

         Key: JCR-223
         URL: http://issues.apache.org/jira/browse/JCR-223
     Project: Jackrabbit
        Type: Improvement
  Components: maven  
    Versions: 1.0    
    Reporter: fabrizio giustina
    Priority: Minor


Actually the groupid used in maven project.xml is simply "jackrabbit".
However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.

A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (JCR-223) fix jackrabbit groupId

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-223?page=all ]
     
Jukka Zitting resolved JCR-223:
-------------------------------

    Resolution: Fixed

You are right. GroupId changed in revision 292295. Thanks for the suggestion!

> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (JCR-223) fix jackrabbit groupId

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-223?page=all ]

Jukka Zitting reassigned JCR-223:
---------------------------------

    Assign To: Jukka Zitting

> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-223) fix jackrabbit groupId

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-223?page=comments#action_12330784 ] 

Marcel Reutegger commented on JCR-223:
--------------------------------------

I'm not sure, but doesn't that mean we have to adapt all other project.xml files as well that depend on jackrabbit? 

Namely in modules/commons and contrib/*?

> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (JCR-223) fix jackrabbit groupId

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-223?page=all ]
     
Jukka Zitting closed JCR-223:
-----------------------------


> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-223) fix jackrabbit groupId

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-223?page=comments#action_12330855 ] 

Jukka Zitting commented on JCR-223:
-----------------------------------

Marcel Reutegger wrote:
>  I'm not sure, but doesn't that mean we have to adapt all other project.xml files as well that depend on jackrabbit?

You are right. Silly me, I'll update the rest in a moment.



> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-223) fix jackrabbit groupId

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-223?page=comments#action_12330882 ] 

Jukka Zitting commented on JCR-223:
-----------------------------------

SCM URLs and dependencies changed as proposed.

> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (JCR-223) fix jackrabbit groupId

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/JCR-223?page=all ]

Jukka Zitting updated JCR-223:
------------------------------

    Fix Version: 1.0
        Version:     (was: 1.0)

> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (JCR-223) fix jackrabbit groupId

Posted by "fabrizio giustina (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/JCR-223?page=comments#action_12330785 ] 

fabrizio giustina commented on JCR-223:
---------------------------------------

> I'm not sure, but doesn't that mean we have to adapt all other project.xml files as well that depend on jackrabbit? 
yes

there are also a couple of other things that should be fixed in all the project.xml:
- the scm url is wrong, should be scm:svn:... and not scm:subversion:...
- dependencies should use the groupId/artifactId sintax, and not simply "id"... this has been deprecated a long time ago.


> fix jackrabbit groupId
> ----------------------
>
>          Key: JCR-223
>          URL: http://issues.apache.org/jira/browse/JCR-223
>      Project: Jackrabbit
>         Type: Improvement
>   Components: maven
>     Reporter: fabrizio giustina
>     Assignee: Jukka Zitting
>     Priority: Minor
>      Fix For: 1.0

>
> Actually the groupid used in maven project.xml is simply "jackrabbit".
> However, the new naming policy adopted by maven requires the groupid to mirror the main package name, so it should be changed to "org.apache.jackrabbit".
> Probably this could be a good moment to fix it, after the recent merge and modification of artifact ids.
> A note about the new policy for groupid can be found in http://maven.apache.org/reference/repository-upload.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira