Maven Lite Installation on Other Linux Distributions or MacOS
- Voir la documentation Française
- See the PDF documentation
Table of Contents
Automatic Installation of Maven Lite - Linux & MacOS (Recommended)
- Download the Compressed file of the French version containing the application files.
- Unzip the compressed file.
-
Run the installation script by executing the following command in a terminal
sudo ./installer.sh - You can delete the remaining unused files.
Manual Installation of Maven Lite - Linux & MacOS
- Download the Compressed file of the French version containing the application files.
- Unzip the compressed file.
-
Create the folder
/usr/local/etc/maven-litesudo mkdir -p /usr/local/etc/maven-lite -
Move the .class and .jar files to the
/usr/local/etc/maven-litefoldersudo mv hamcrest-core-1.3.jar /usr/local/etc/maven-lite/ sudo mv junit-4.13.2.jar /usr/local/etc/maven-lite/ sudo mv MavenLite.class /usr/local/etc/maven-lite/ -
Move the shell files to the
/usr/local/binfoldersudo mv mvnl /usr/local/bin/ sudo mv mvnl-uninstall /usr/local/bin/ -
Add execution rights to the
mvnlandmvnl-uninstallfilessudo chmod +x /usr/local/bin/mvnl* -
Move the
mvnl.1.gzfile to the/usr/local/man/fr/man1folder to have manual pagessudo mv mvnl.1.gz /usr/local/man/fr/man1/ - You can delete the remaining unused files.