Tag

Assembly Plugin

1 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Nov 4, 2023 · Backend Development

Spring Boot Packaging with Maven Profiles and a Shell Deployment Tool

This article explains how to use Maven profiles and the maven‑assembly‑plugin to create a zip package for a Spring Boot application, and provides a reusable shell script (shenniu_publish.sh) for deploying, starting, stopping, and managing the service on Linux.

Assembly PluginDeploymentMaven
0 likes · 16 min read
Spring Boot Packaging with Maven Profiles and a Shell Deployment Tool
Top Architect
Top Architect
Dec 23, 2022 · Backend Development

Spring Boot Packaging with Maven Assembly Plugin and shenniu_publish.sh Deployment Script

This article demonstrates how to package a Spring Boot application using Maven profiles and the Maven Assembly Plugin to create a zip release, and provides a reusable shell script (shenniu_publish.sh) for extracting, starting, stopping, and restarting the service on Linux.

Assembly PluginDeploymentLinux
0 likes · 13 min read
Spring Boot Packaging with Maven Assembly Plugin and shenniu_publish.sh Deployment Script
Selected Java Interview Questions
Selected Java Interview Questions
May 13, 2022 · Backend Development

Spring Boot Packaging with Maven Profiles and a Shell Deployment Tool

This article explains how to package a Spring Boot application using Maven profiles and the maven‑assembly‑plugin, generate a zip release, and deploy it on Linux with a reusable shell script that handles unzip, start, stop, and restart operations.

Assembly PluginDeploymentLinux
0 likes · 10 min read
Spring Boot Packaging with Maven Profiles and a Shell Deployment Tool
Top Architect
Top Architect
May 5, 2022 · Backend Development

Spring Boot Packaging with Maven Assembly Plugin and Shell Deployment Script

This article demonstrates how to package a Spring Boot application using Maven profiles and the assembly plugin to create a zip distribution, and provides a reusable shell script (shenniu_publish.sh) for extracting, starting, stopping, and restarting the service on Linux environments.

Assembly PluginDeploymentLinux
0 likes · 14 min read
Spring Boot Packaging with Maven Assembly Plugin and Shell Deployment Script
IT Xianyu
IT Xianyu
May 28, 2021 · Backend Development

Spring Boot Packaging with Maven Profiles and a Shell Deployment Tool

This article explains how to use Maven profiles to manage multiple Spring Boot environments, configure the maven‑assembly‑plugin to create a zip release containing the jar, configuration files and a custom shell script, and then deploy and control the application on Linux using the provided shenniu_publish.sh tool.

Assembly PluginDeploymentLinux
0 likes · 15 min read
Spring Boot Packaging with Maven Profiles and a Shell Deployment Tool
Top Architect
Top Architect
Nov 2, 2020 · Backend Development

Spring Boot Packaging with Maven Profiles and Shell Deployment Script

This article explains how to configure Maven profiles for different environments, use the maven‑assembly‑plugin to create a zip deployment package, and employ a custom shell script (shenniu_publish.sh) to unzip, start, stop, and restart a Spring Boot jar on Linux, streamlining the build‑and‑deploy workflow.

Assembly PluginDeploymentMaven
0 likes · 13 min read
Spring Boot Packaging with Maven Profiles and Shell Deployment Script