javaPackages: Use artifactId/groupId

This commit is contained in:
Tim Steinbach
2017-02-13 18:40:13 -05:00
parent 82c1ff501a
commit 8a7a44c918
73 changed files with 551 additions and 551 deletions
@@ -3,8 +3,8 @@
rec {
plexusComponentAnnotations_1_5_5 = map (obj: fetchMaven {
version = "1.5.5";
baseName = "plexus-component-annotations";
package = "/org/codehaus/plexus";
artifactId = "plexus-component-annotations";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [