Navigate to project location where you should see pom.xml, assume source code is in SVN. Step#1 $svn update –username=<username> Step#2 $mvn clean Step#3 $mvn release:clean Step#4 (This is an optional step) $mvn -Ddry-run=true release:prepare -DscmCommentPrefix=”provide release information” Step#5 <Now Do the proper prepare> $mvn release:prepare -DscmCommentPrefix=”provide release information” First input: You need to provide release […]
Month: September 2019
How to drop caches in Linux
Login to the linux server as a root -bash-4.1$ sudo su – root [root@<server>~]# echo 2 > /proc/sys/vm/drop_caches Ramesh Kunamaneni (RK)Greetings!! This is Ramesh Kunamaneni (RK), I have a decade experience in IT and worked for various MNCs. I am happy to share my knowledge in this blog especially on Java, Groovy, Python, DevOps, Agile […]
HostName setup for IPs windows and linux
HostName setup for IPs windows and linux We can access any application through hostname instead IP address in local system. Generally local system application can be accessed though localhost or 127.0.0.1 because both default hostname and IP address. So we can customize the hostname according to our convient. For this we need to edit […]
ForgeRock OpenAM Prerequisites Setup
ForgeRock OpenAM Prerequisites Setup OpenAM is an open-source access management, entitlements and federation server platform.OpenAM centralizes access control by handling both authentication and authorization. Authentication is the process of identifying an individual, for example, by confirming a successful login. Authorization is the process of granting access to resources to authenticated individuals. Software Requirements […]
ForgeRock OpenDJ Installation From GUI in Windows and Linux
OpenDJ Installation From GUI in Windows and Linux OpendDJ can be installed in two different ways as follows. Command Line Interface GUI interface CommandLine interface silighly difficult if compare to GUI. Click here to see OpenDJ installation through command line interface. Here I am going to sharing how to installation OpenDJ through GUI. […]