Maven sample build

[root@localhost ~]# yum provides */mvn Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.net.in * epel: del-mirrors.extreme-ix.org * extras: mirror.vbctv.in * updates: mirror.vbctv.in maven-3.0.5-17.el7.noarch : Java project management and project comprehension tool Repo : base Matched from: Filename : /usr/share/maven/bin/mvn Filename : /usr/bin/mvn xmvn-1.3.0-6.el7_3.noarch : Local Extensions for Apache Maven Repo : … Continue reading Maven sample build

Ant

[root@localhost ~]# yum install epel-release -y [root@localhost ~]# rpm -qa ant [root@localhost ~]# ant -bash: ant: command not found [root@localhost ~]# yum install ant [root@localhost ~]# ant -version Apache Ant(TM) version 1.9.2 compiled on June 10 2014 [root@localhost ~]# java -version openjdk version "1.8.0_161" OpenJDK Runtime Environment (build 1.8.0_161-b14) OpenJDK 64-Bit Server VM (build 25.161-b14, … Continue reading Ant

AWS with Ansible and Terraform

mshaik@noc:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.4 LTS Release: 16.04 Codename: xenial mshaik@noc:~$ python --version Python 2.7.12 mshaik@noc:~$ sudo apt-get install python-pip Reading package lists... Done Building dependency tree Reading state information... Done python-pip is already the newest version (8.1.1-2ubuntu0.4). The following packages were automatically installed and are … Continue reading AWS with Ansible and Terraform