codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.66k stars 395 forks source link

added maven goals to build for specific targets without having to pro… #3775

Closed shannah closed 5 months ago

shannah commented 5 months ago

…vide any profiles or properties

This will make it easier to inspect the build targets that are available via the Maven side-bar. Goals include: build-android build-android-gradle-project build-jar build-ios build-ios-release build-ios-xcode-project build-javascript build-mac-desktop build-windows-desktop build-windows-uwp

This also includes a goal to install the intelliJ run profiles into the project, in case they were lost.