LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mvn-package

builds the project and creates a distributable package

TLDR

Build package
$ mvn package
copy
Build skipping tests
$ mvn package -DskipTests
copy
Build with profile
$ mvn package -P [production]
copy
Build clean package
$ mvn clean package
copy

SYNOPSIS

mvn package [options]

DESCRIPTION

mvn package builds the project and creates a distributable package (JAR, WAR, etc.). Executes compile, test, and package phases. Output goes to target/ directory.

PARAMETERS

-DskipTests

Skip test execution.
-Dmaven.test.skip
Skip test compilation and execution.
-P profile
Activate profile.
-o
Work offline.
-T threads
Parallel builds.

INSTALL

sudo dnf install maven
copy
sudo pacman -S maven
copy
sudo apk add maven
copy
sudo zypper install maven
copy
brew install maven
copy
nix profile install nixpkgs#maven
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid