Bug 571486 - Publish Eclipse 4.19 to maven central
- removed arm64 configuration for mac
Change-Id: Idb864fa11e23b7e4c5c3a3695a350f7bab2c8396
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/publish-to-maven-central/SDK4Mvn.aggr b/publish-to-maven-central/SDK4Mvn.aggr
index 09ff3a5..5fe1527 100644
--- a/publish-to-maven-central/SDK4Mvn.aggr
+++ b/publish-to-maven-central/SDK4Mvn.aggr
@@ -28,7 +28,6 @@
<configurations operatingSystem="linux" windowSystem="gtk" architecture="ppc64le"/>
<configurations operatingSystem="linux" windowSystem="gtk" architecture="x86_64"/>
<configurations operatingSystem="macosx" windowSystem="cocoa" architecture="x86_64"/>
- <configurations operatingSystem="macosx" windowSystem="cocoa" architecture="arm64"/>
<configurations architecture="x86_64"/>
<mavenMappings namePattern="(org\.eclipse\.jdt)\.core\.compiler\.batch" groupId="$1" artifactId="ecj"/>
<mavenMappings namePattern="(org\.eclipse\.jdt)(.*)" groupId="$1" artifactId="$1$2"/>