javaPackages: Use artifactId/groupId
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
rec {
|
||||
mavenSurefireCommon_2_12_4 = map (obj: fetchMaven {
|
||||
version = "2.12.4";
|
||||
baseName = "maven-surefire-common";
|
||||
package = "/org/apache/maven/surefire";
|
||||
artifactId = "maven-surefire-common";
|
||||
groupId = "org.apache.maven.surefire";
|
||||
sha512 = obj.sha512;
|
||||
type = obj.type;
|
||||
}) [
|
||||
@@ -14,8 +14,8 @@ rec {
|
||||
|
||||
mavenSurefireCommon_2_17 = map (obj: fetchMaven {
|
||||
version = "2.17";
|
||||
baseName = "maven-surefire-common";
|
||||
package = "/org/apache/maven/surefire";
|
||||
artifactId = "maven-surefire-common";
|
||||
groupId = "org.apache.maven.surefire";
|
||||
sha512 = obj.sha512;
|
||||
type = obj.type;
|
||||
}) [
|
||||
|
||||
Reference in New Issue
Block a user