How to Install libxml-maven-plugin-java in Ubuntu 18.04



Install libxml-maven-plugin-java by entering the following commands in the terminal:

sudo apt update
sudo apt install libxml-maven-plugin-java

Description:

Maven XML Plugin

A plugin for various XML related tasks like validation, transformation, and the like. The plugin offers the following goals: * xml:validate validates XML files against a schema. If the files aren't matching a certain schema, one may simply check, whether they are well formed. * xml:transform transforms XML files by applying XSLT stylesheets.

Homepage: https://github.com/mojohaus/xml-maven-plugin/

Version: 1.0.1-3

Section: universe/java