opel icon indicating copy to clipboard operation
opel copied to clipboard

relocate old maven group

Open bgalek opened this issue 4 years ago • 0 comments

in pom.xml we can hint maven central to redirect people trying to view old package:

<distributionManagement>
    <relocation>
      <groupId>org.bar</groupId>
    </relocation>
  </distributionManagement>

we should relocate old https://mvnrepository.com/artifact/pl.allegro.tech/opbox-opel to the new one ;) https://maven.apache.org/guides/mini/guide-relocation.html

bgalek avatar Jan 27 '22 16:01 bgalek