xml-maven-plugin 1.0.1-4~18.04 source package in Ubuntu

Changelog

xml-maven-plugin (1.0.1-4~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1818647.

xml-maven-plugin (1.0.1-4) unstable; urgency=medium

  * Team upload.
  * Removed the dependency on libjaxp1.3-java
  * Removed the unused build dependency on maven-invoker-plugin
  * Removed the Maven rule for plexus-resources
  * Standards-Version updated to 4.1.4
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2019 14:25:50 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xml-maven-plugin_1.0.1.orig.tar.gz 48.4 KiB 201e9cbc4b89db5390b3ef037eb39616a79e4f7db1394c092589a3061b12149d
xml-maven-plugin_1.0.1-4~18.04.debian.tar.xz 3.5 KiB 4d1837cc0cfc45f8e1354639048486c63b78372f31ae9fd65cb52ef0857b6b47
xml-maven-plugin_1.0.1-4~18.04.dsc 2.3 KiB f0893350df59f37c2074e523cf7d9ae7a62512356e4be0ae64917a3d3a8790f4

View changes file

Binary packages built by this source

libxml-maven-plugin-java: 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.