I was looking for a way to publish artifacts on Nexus with correct maven-metadata.xml and I found this plugin to be the only reliable way to do so for both SBT 0.13.x and 1.x. Your plugin is extremely useful because many existing plugins rely on the maven metadata file to be correctly updated e.g. the sbt-updates.
However, although the plugin works fine, the eclipse aether project has been discontinued since August 3, 2016 and I decided to upgrade the plugin so that it is using the new apache maven artifact resolver which seems to be the continuation of the Aether project. All scripted tests are passing locally.
I was looking for a way to publish artifacts on Nexus with correct
maven-metadata.xml
and I found this plugin to be the only reliable way to do so for both SBT 0.13.x and 1.x. Your plugin is extremely useful because many existing plugins rely on the maven metadata file to be correctly updated e.g. the sbt-updates.Besides, the build-in SBT maven-resolver-plugin has been broken since SBT 1.x (sbt/issues/3486).
However, although the plugin works fine, the eclipse aether project has been discontinued since August 3, 2016 and I decided to upgrade the plugin so that it is using the new apache maven artifact resolver which seems to be the continuation of the Aether project. All scripted tests are passing locally.
See also: https://projects.eclipse.org/projects/technology.aether/reviews/termination-review