GNU/Linux Ubuntu Making Maven 3 Basic Java Project on Command Line
Hi! The Tutorial shows you Step-by-Step How to Create a Standard Java Project Folders Structure with Maven 3 in Ubuntu GNU/Linux Command Line.
Maven, a Yiddish word meaning “accumulator of knowledge”, was originally started as an attempt to Simplify the Build Processes in the Jakarta Turbine project.
Maven‘s primary Goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time.
Maven’s Objectives:
- Making the build process easy
- Providing a uniform build system
- Providing quality project information
- Providing guidelines for best practices development
- Allowing transparent migration to new features
Finally, inside this Guide is Included a Link to Getting-Started with Maven 3 on Eclipse IDE for Ubuntu.
1. Terminal Getting-Started
How to QuickStart with Command Line on Ubuntu GNU/Linux:
First, Update the Apt Repo Sources with:
sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents