How to Install libreplacer-java in Ubuntu 18.04



Install libreplacer-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libreplacer-java

Description:

Maven plugin to replace tokens in a given file with a value

This plugin is typically used to change database or network configuration within a project during a maven build. It also can perform some advanced text replacement functions, such as providing a separate token/value file to keep your build script concise, writing resulting text after replacement to a separate file and token matching with regular expressions. There is even support for making exact document node replacements via X-Path.

Homepage: http://code.google.com/p/maven-replacer-plugin

Version: 1.5.3-2

Section: universe/java