Use the maven-assembly-plugin to create a zip containing jars and dependencies.
Right-click the folder and select "Send to" > "Compressed (zipped) folder" . Download File AppCT build zip
Use zip -r app-build.zip /path/to/build/files to create the package. Use the maven-assembly-plugin to create a zip containing
An AppCT build zip is a compressed .zip file containing all necessary components for an application—such as executable binaries, configuration files, front-end assets, and dependencies—generated after the compilation or build phase of a project. application/zip . Download File AppCT build zip
Build artifacts can be zipped manually or automatically via CI/CD pipelines (e.g., Jenkins, GitHub Actions) or build tools like Maven, Gradle, or MSBuild.