about summary refs log tree commit diff
path: root/pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix')
-rw-r--r--pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix b/pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix
index 95eb52ae3e80..245daa5fdb90 100644
--- a/pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix
+++ b/pkgs/development/java-modules/mojo/java-boot-classpath-detector.nix
@@ -3,8 +3,8 @@
 rec {
   mojoJavaBootClasspathDetector_1_11 = map (obj: fetchMaven {
     version = "1.11";
-    baseName = "java-boot-classpath-detector";
-    package = "/org/codehaus/mojo";
+    artifactId = "java-boot-classpath-detector";
+    groupId = "org.codehaus.mojo";
     sha512 = obj.sha512;
     type = obj.type;
   }) [