From f90ed0a264ae88151f64fe81d4de6943bead105b Mon Sep 17 00:00:00 2001 From: dkimitsa Date: Mon, 29 Jun 2026 10:36:44 +0300 Subject: [PATCH] * dist package re-arrangement: include sources into snapshot, no bin for libs only, warning cleanup - including RT and OBJC source jars for both release and snapshot (its pain to have no these in idea) - assembly plugin version updated to 3.8.0 to fix warn: [WARNING] Parameter 'finalName' is read-only, must not be used in configuration - fixed warning [WARNING] The following patterns were never triggered in this artifact inclusion filter: '*:*:*:sources' '*:*:*:javadoc' - removed `bin/` folder with libhfscompressor-arm64.dylib from `-nocompiler` tar. --- dist/package/pom.xml | 24 ++++++++----------- .../package/src/main/assembly/dist-common.xml | 8 ------- dist/package/src/main/assembly/dist-full.xml | 14 ++++++++++- .../src/main/assembly/dist-nocompiler.xml | 2 +- pom.xml | 11 +++++++-- 5 files changed, 33 insertions(+), 26 deletions(-) diff --git a/dist/package/pom.xml b/dist/package/pom.xml index f33136b9c..501e814da 100755 --- a/dist/package/pom.xml +++ b/dist/package/pom.xml @@ -16,20 +16,6 @@ ${basedir}/../../compiler - - - robovm-release - - - - com.mobidevelop.robovm - robovm-rt - sources - - - - - com.mobidevelop.robovm @@ -39,9 +25,19 @@ com.mobidevelop.robovm robovm-rt + + com.mobidevelop.robovm + robovm-rt + sources + + + com.mobidevelop.robovm + robovm-objc + com.mobidevelop.robovm robovm-objc + sources com.mobidevelop.robovm diff --git a/dist/package/src/main/assembly/dist-common.xml b/dist/package/src/main/assembly/dist-common.xml index cb868b9ad..2eddabc10 100755 --- a/dist/package/src/main/assembly/dist-common.xml +++ b/dist/package/src/main/assembly/dist-common.xml @@ -17,14 +17,6 @@ 644 lib/vm - - ${robovmdir}/bin - - * - - 755 - bin - ${robovmdir}/compiler modules/licenses/dist-compiler/compiler diff --git a/dist/package/src/main/assembly/dist-full.xml b/dist/package/src/main/assembly/dist-full.xml index da88f40c3..458ee8163 100755 --- a/dist/package/src/main/assembly/dist-full.xml +++ b/dist/package/src/main/assembly/dist-full.xml @@ -14,6 +14,18 @@ src/main/assembly/dist-common.xml + + + + ${robovmdir}/bin + + * + + 755 + bin + + + @@ -29,7 +41,7 @@ *:*:*:sources - *:*:*:javadoc + lib false diff --git a/dist/package/src/main/assembly/dist-nocompiler.xml b/dist/package/src/main/assembly/dist-nocompiler.xml index ffc72e13a..18f68dc80 100755 --- a/dist/package/src/main/assembly/dist-nocompiler.xml +++ b/dist/package/src/main/assembly/dist-nocompiler.xml @@ -32,7 +32,7 @@ *:*:*:sources - *:*:*:javadoc + lib false diff --git a/pom.xml b/pom.xml index e776864c9..9fa3357e5 100644 --- a/pom.xml +++ b/pom.xml @@ -242,7 +242,7 @@ robovm-rt ${project.version} - + com.mobidevelop.robovm robovm-rt @@ -254,6 +254,13 @@ robovm-objc ${project.version} + + + com.mobidevelop.robovm + robovm-objc + ${project.version} + sources + com.mobidevelop.robovm robovm-cocoatouch @@ -453,7 +460,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.1.1 + 3.8.0