Maven Lite Installation on Debian and its Derivatives
- Voir la documentation Française
- See the PDF documentation
Table of Contents
Automatic Installation of Maven Lite - Debian (Recommended)
- Download the Debian file for the French version
-
Execute the Debian file
sudo dpkg -i maven-lite_fr_2.0-1_all.deb
- Once the installation is complete, you can delete the file
maven-lite_<language>_2.0-1_all.deb
if you wish.
Manual Installation of Maven Lite - Debian
- Download the Compressed file of the French version containing the application files.
- Unzip the compressed file.
-
Create the folder
/usr/local/etc/maven-lite
sudo mkdir -p /usr/local/etc/maven-lite
-
Move the .class and .jar files to the
/usr/local/etc/maven-lite
foldersudo 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/bin
foldersudo mv mvnl /usr/local/bin/ sudo mv mvnl-uninstall /usr/local/bin/
-
Add execution rights to the
mvnl
andmvnl-uninstall
filessudo chmod +x /usr/local/bin/mvnl*
-
Move the
mvnl.1.gz
file to the/usr/local/man/fr/man1
folder to have manual pagessudo mv mvnl.1.gz /usr/local/man/fr/man1/
- You can delete the remaining unused files.