Installing JAVA :

  • yum update -y
  • yum install java -y
  • yum install maven -y
  • Install git client
  • git clone https://github.com/rkidambi11/Maven.git
  • mvn clean
  • mvn clean validate
  • mvn clean install
  • [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ SpringExample ---
  • Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom
  • Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (2 KB at 4.6 KB/sec)
  • Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom
  • Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5 KB at 20.9 KB/sec)
  • Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
  • Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (8 KB at 31.0 KB/sec)
  • Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom
  • Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 31.1 KB/sec)
  • Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar
  • Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 50.6 KB/sec)
  • [INFO] Installing /root/springexample/target/SpringExample-2.0.2-SNAPSHOT.jar to /root/.m2/repository/com/mkyong/common/SpringExample/2.0.2-SNAPSHOT/SpringExample-2.0.2-SNAPSHOT.jar
  • [INFO] Installing /root/springexample/pom.xml to /root/.m2/repository/com/mkyong/common/SpringExample/2.0.2-SNAPSHOT/SpringExample-2.0.2-SNAPSHOT.pom
  • [INFO] ------------------------------------------------------------------------
  • [INFO] BUILD SUCCESS
  • [INFO] ------------------------------------------------------------------------
  • [INFO] Total time: 32.079s
  • [INFO] Finished at: Mon Apr 22 16:21:32 UTC 2019
  • [INFO] Final Memory: 18M/43M
  • [INFO] ------------------------------------------------------------------------
  • [root@ip-172-31-31-174 springexample]# mvn clean install