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 02d7d5a0c..0c740701a 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 @@ -452,7 +459,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.1.1 + 3.8.0