javaPackages: Use artifactId/groupId

This commit is contained in:
Tim Steinbach
2016-11-16 12:39:59 -05:00
parent 82c1ff501a
commit 8a7a44c918
73 changed files with 551 additions and 551 deletions

View File

@@ -3,8 +3,8 @@
rec {
plexusArchiver_1_0_alpha7 = map (obj: fetchMaven {
version = "1.0-alpha-7";
baseName = "plexus-archiver";
package = "/org/codehaus/plexus";
artifactId = "plexus-archiver";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
plexusArchiver_2_1 = map (obj: fetchMaven {
version = "2.1";
baseName = "plexus-archiver";
package = "/org/codehaus/plexus";
artifactId = "plexus-archiver";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusBuildApi_0_0_4 = map (obj: fetchMaven {
version = "0.0.4";
baseName = "plexus-build-api";
package = "/org/sonatype/plexus";
artifactId = "plexus-build-api";
groupId = "org.sonatype.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusClassworlds_2_2_2 = map (obj: fetchMaven {
version = "2.2.2";
baseName = "plexus-classworlds";
package = "/org/codehaus/plexus";
artifactId = "plexus-classworlds";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
plexusClassworlds_2_4 = map (obj: fetchMaven {
version = "2.4";
baseName = "plexus-classworlds";
package = "/org/codehaus/plexus";
artifactId = "plexus-classworlds";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusCompilerApi_2_2 = map (obj: fetchMaven {
version = "2.2";
baseName = "plexus-compiler-api";
package = "/org/codehaus/plexus";
artifactId = "plexus-compiler-api";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusCompilerJavac_2_2 = map (obj: fetchMaven {
version = "2.2";
baseName = "plexus-compiler-javac";
package = "/org/codehaus/plexus";
artifactId = "plexus-compiler-javac";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusCompilerManager_2_2 = map (obj: fetchMaven {
version = "2.2";
baseName = "plexus-compiler-manager";
package = "/org/codehaus/plexus";
artifactId = "plexus-compiler-manager";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -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;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusContainerDefault_1_0_alpha9 = map (obj: fetchMaven {
version = "1.0-alpha-9";
baseName = "plexus-container-default";
package = "/org/codehaus/plexus";
artifactId = "plexus-container-default";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
plexusContainerDefault_1_0_alpha9_stable1 = map (obj: fetchMaven {
version = "1.0-alpha-9-stable-1";
baseName = "plexus-container-default";
package = "/org/codehaus/plexus";
artifactId = "plexus-container-default";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -25,8 +25,8 @@ rec {
plexusContainerDefault_1_5_5 = map (obj: fetchMaven {
version = "1.5.5";
baseName = "plexus-container-default";
package = "/org/codehaus/plexus";
artifactId = "plexus-container-default";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusDigest_1_0 = map (obj: fetchMaven {
version = "1.0";
baseName = "plexus-digest";
package = "/org/codehaus/plexus";
artifactId = "plexus-digest";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusI18n_1_0_beta6 = map (obj: fetchMaven {
version = "1.0-beta-6";
baseName = "plexus-i18n";
package = "/org/codehaus/plexus";
artifactId = "plexus-i18n";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusInteractivityApi_1_0_alpha4 = map (obj: fetchMaven {
version = "1.0-alpha-4";
baseName = "plexus-interactivity-api";
package = "/org/codehaus/plexus";
artifactId = "plexus-interactivity-api";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusInterpolation_1_11 = map (obj: fetchMaven {
version = "1.11";
baseName = "plexus-interpolation";
package = "/org/codehaus/plexus";
artifactId = "plexus-interpolation";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
plexusInterpolation_1_12 = map (obj: fetchMaven {
version = "1.12";
baseName = "plexus-interpolation";
package = "/org/codehaus/plexus";
artifactId = "plexus-interpolation";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -25,8 +25,8 @@ rec {
plexusInterpolation_1_13 = map (obj: fetchMaven {
version = "1.13";
baseName = "plexus-interpolation";
package = "/org/codehaus/plexus";
artifactId = "plexus-interpolation";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -36,8 +36,8 @@ rec {
plexusInterpolation_1_15 = map (obj: fetchMaven {
version = "1.15";
baseName = "plexus-interpolation";
package = "/org/codehaus/plexus";
artifactId = "plexus-interpolation";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusIo_2_0_2 = map (obj: fetchMaven {
version = "2.0.2";
baseName = "plexus-io";
package = "/org/codehaus/plexus";
artifactId = "plexus-io";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [

View File

@@ -3,8 +3,8 @@
rec {
plexusUtils_1_0_4 = map (obj: fetchMaven {
version = "1.0.4";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
plexusUtils_1_0_5 = map (obj: fetchMaven {
version = "1.0.5";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -25,8 +25,8 @@ rec {
plexusUtils_1_1 = map (obj: fetchMaven {
version = "1.1";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -36,8 +36,8 @@ rec {
plexusUtils_1_4_1 = map (obj: fetchMaven {
version = "1.4.1";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -47,8 +47,8 @@ rec {
plexusUtils_1_4_5 = map (obj: fetchMaven {
version = "1.4.5";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -58,8 +58,8 @@ rec {
plexusUtils_1_4_9 = map (obj: fetchMaven {
version = "1.4.9";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -69,8 +69,8 @@ rec {
plexusUtils_1_5_1 = map (obj: fetchMaven {
version = "1.5.1";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -80,8 +80,8 @@ rec {
plexusUtils_1_5_5 = map (obj: fetchMaven {
version = "1.5.5";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -91,8 +91,8 @@ rec {
plexusUtils_1_5_6 = map (obj: fetchMaven {
version = "1.5.6";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -102,8 +102,8 @@ rec {
plexusUtils_1_5_8 = map (obj: fetchMaven {
version = "1.5.8";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -113,8 +113,8 @@ rec {
plexusUtils_1_5_15 = map (obj: fetchMaven {
version = "1.5.15";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -124,8 +124,8 @@ rec {
plexusUtils_2_0_5 = map (obj: fetchMaven {
version = "2.0.5";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -135,8 +135,8 @@ rec {
plexusUtils_2_0_6 = map (obj: fetchMaven {
version = "2.0.6";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -146,8 +146,8 @@ rec {
plexusUtils_3_0 = map (obj: fetchMaven {
version = "3.0";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -157,8 +157,8 @@ rec {
plexusUtils_3_0_5 = map (obj: fetchMaven {
version = "3.0.5";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -168,8 +168,8 @@ rec {
plexusUtils_3_0_8 = map (obj: fetchMaven {
version = "3.0.8";
baseName = "plexus-utils";
package = "/org/codehaus/plexus";
artifactId = "plexus-utils";
groupId = "org.codehaus.plexus";
sha512 = obj.sha512;
type = obj.type;
}) [