Month: September 2019

How to build a release in MVN in Linux

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 […]

HostName setup for IPs windows and linux

windows hosts

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 OpenDJ Installation From GUI in Windows and Linux

OpenDJ-Installation-Windows

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.   […]