You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "fabrizio giustina (JIRA)" <ji...@codehaus.org> on 2006/12/09 11:37:43 UTC

[jira] Created: (MEV-472) relocate artifacts in the woodstox groupid to org.codehaus.woodstox

relocate artifacts in the woodstox groupid to org.codehaus.woodstox
-------------------------------------------------------------------

                 Key: MEV-472
                 URL: http://jira.codehaus.org/browse/MEV-472
             Project: Maven Evangelism
          Issue Type: Bug
          Components: Relocation
            Reporter: fabrizio giustina


At this moment woodstox artifacts are available in both "woodstox" and "org.codehaus.woodstox" groups, this can cause duplicate artifacts to be included in maven builds.
Everything still in:
http://repo1.maven.org/maven2/woodstox/
Should be copied over
http://repository.codehaus.org/org/codehaus/woodstox/
and relocation poms should be added.


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

        

[jira] Commented: (MEV-472) relocate artifacts in the woodstox groupid to org.codehaus.woodstox

Posted by "Wayne Fay (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-472?page=comments#action_85501 ] 
            
Wayne Fay commented on MEV-472:
-------------------------------

To make it very easy, here's the content of the relocation pom:

.../woodstox/wstx-asl/3.2.0.1/wstx-asl-3.2.0.1.pom
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>woodstox</groupId>
  <artifactId>wstx-asl</artifactId>
  <version>3.2.0.1</version>
  <distributionManagement>
    <relocation>
      <groupId>org.codehaus.woodstox</groupId>
    </relocation>
  </distributionManagement>
</project>

This will need to be duplicated for wstx-api, wstx-lgpl, as well as wstx-asl artifacts.

And of course we need to stop publishing jars with no poms under the old woodstox groupId!

> relocate artifacts in the woodstox groupid to org.codehaus.woodstox
> -------------------------------------------------------------------
>
>                 Key: MEV-472
>                 URL: http://jira.codehaus.org/browse/MEV-472
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Relocation
>            Reporter: fabrizio giustina
>
> At this moment woodstox artifacts are available in both "woodstox" and "org.codehaus.woodstox" groups, this can cause duplicate artifacts to be included in maven builds.
> Everything still in:
> http://repo1.maven.org/maven2/woodstox/
> Should be copied over
> http://repository.codehaus.org/org/codehaus/woodstox/
> and relocation poms should be added.

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

        

[jira] Commented: (MEV-472) relocate artifacts in the woodstox groupid to org.codehaus.woodstox

Posted by "Wayne Fay (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-472?page=comments#action_85500 ] 
            
Wayne Fay commented on MEV-472:
-------------------------------

I got bit by this recently when I moved from wstx-asl 2.9.3 to 3.2.0.

The old woodstox groupId does not have poms for many of the versions etc. And they are going to be using o.c.w going forward. So we really need to get a relocation pom generated to point people to the new groupId.

> relocate artifacts in the woodstox groupid to org.codehaus.woodstox
> -------------------------------------------------------------------
>
>                 Key: MEV-472
>                 URL: http://jira.codehaus.org/browse/MEV-472
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Relocation
>            Reporter: fabrizio giustina
>
> At this moment woodstox artifacts are available in both "woodstox" and "org.codehaus.woodstox" groups, this can cause duplicate artifacts to be included in maven builds.
> Everything still in:
> http://repo1.maven.org/maven2/woodstox/
> Should be copied over
> http://repository.codehaus.org/org/codehaus/woodstox/
> and relocation poms should be added.

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

        

[jira] Commented: (MEV-472) relocate artifacts in the woodstox groupid to org.codehaus.woodstox

Posted by "Wayne Fay (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MEV-472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85616 ] 

Wayne Fay commented on MEV-472:
-------------------------------

This is also being discussed on the Woodstox JIRA:
http://jira.codehaus.org/browse/WSTX-85

> relocate artifacts in the woodstox groupid to org.codehaus.woodstox
> -------------------------------------------------------------------
>
>                 Key: MEV-472
>                 URL: http://jira.codehaus.org/browse/MEV-472
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Relocation
>            Reporter: fabrizio giustina
>
> At this moment woodstox artifacts are available in both "woodstox" and "org.codehaus.woodstox" groups, this can cause duplicate artifacts to be included in maven builds.
> Everything still in:
> http://repo1.maven.org/maven2/woodstox/
> Should be copied over
> http://repository.codehaus.org/org/codehaus/woodstox/
> and relocation poms should be added.

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

        

[jira] Closed: (MEV-472) relocate artifacts in the woodstox groupid to org.codehaus.woodstox

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MEV-472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carlos Sanchez closed MEV-472.
------------------------------

      Assignee: Carlos Sanchez
    Resolution: Fixed

I have put relocation poms for 3.2.0

> relocate artifacts in the woodstox groupid to org.codehaus.woodstox
> -------------------------------------------------------------------
>
>                 Key: MEV-472
>                 URL: http://jira.codehaus.org/browse/MEV-472
>             Project: Maven Evangelism
>          Issue Type: Bug
>          Components: Relocation
>            Reporter: fabrizio giustina
>         Assigned To: Carlos Sanchez
>
> At this moment woodstox artifacts are available in both "woodstox" and "org.codehaus.woodstox" groups, this can cause duplicate artifacts to be included in maven builds.
> Everything still in:
> http://repo1.maven.org/maven2/woodstox/
> Should be copied over
> http://repository.codehaus.org/org/codehaus/woodstox/
> and relocation poms should be added.

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