jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
39 stars 7 forks source link

Add osgi.core artifact relocation #30

Closed froque closed 3 years ago

froque commented 3 years ago

"In addition to individual artifacts, some aggregate artifacts are provided which encapsulate multiple related specifications. They have artifactIds starting with osgi..

There are dedicated build time artifacts which are not intended for use at runtime. These should be used with maven scope provided. For example, osgi.annotation and osgi.core."

https://docs.osgi.org/artifacts/ https://blog.osgi.org/2015/08/more-jars-on-maven-central-and-jcenter.html https://blog.osgi.org/2015/08/release-6-of-osgi-compendium-osgi.html https://github.com/osgi/osgi/commit/f0d4c6a4cb3ea06eba7d950f35b11f24769dd048

jonathanlermitage commented 3 years ago

Thx!