Hi guys, today i want to show you the steps how i install Maven MacOS High Sierra.
I am using Maven to install ysoserial, to help me exploiting Unsafe Java Object Deserialization.
So, Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a central piece of information. (Source : https://maven.apache.org)
First, we need to install Homebrew on our machine :
1 2 |
$ cd /usr/local $ mkdir homebrew && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew |
After that, we can using brew to install maven. But, before installing Maven, we need java installed in our machine :
1 |
$ brew cask install java |
Next, we can install Maven using brew command :
1 |
$ brew install maven |
Now we can verify if its already installed on our MacOS :
1 |
$ mvn -version |
Now, we can use maven on our MacOS.


Please Donate To Bitcoin Address: [[address]]