Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

create jar with maven commandline

mvn clean compile assembly:single
mvn install
Comment

how to build jar for maven project

<modelVersion>4.0.0</modelVersion>
<groupId>com.baeldung</groupId>
<artifactId>core-java</artifactId>
<version>0.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
Comment

PREVIOUS NEXT
Code Example
Shell :: specify origin git 
Shell :: bash make script 
Shell :: install passport local 
Shell :: get total installed List from ubuntu terminal 
Shell :: grep recursive file extension 
Shell :: open file in finder from terminals 
Shell :: set java home path 
Shell :: git checkout to remote branch 
Shell :: Required Windows feature(s) not enabled : Hyper-V and Containers 
Shell :: git get develop changes to my branch 
Shell :: prettier code formatter is removing ; 
Shell :: wsl2 ubuntu 
Shell :: install flask in venv 
Shell :: how to update git in vscode 
Shell :: install homebrew git mac 
Shell :: cluster_block_exception 
Shell :: TinyMCE vuejs 
Shell :: docker delete container and image 
Shell :: linux mount nfs share 
Shell :: clean journal 
Shell :: how to figure out ubuntu partition 
Shell :: install bootstrap in angular 10 
Shell :: refresh prometheus configuration 
Shell :: bash colour codes 
Shell :: Redis::CommandError: MISCONF Redis is configured to save RDB snapshot 
Shell :: git create new branch from current 
Shell :: gcloud scp 
Shell :: scrcpy use on linux 
Shell :: docker created network and attach a docker container 
Shell :: git add origin command 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =