[ 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

        

Reply via email to