xml-maven-plugin 1.0.1-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * Depend on libmaven3-core-java instead of libmaven2-core-java
  * Moved the package to Git
  * Standards-Version updated to 4.0.0
  * Switch to debhelper level 10

 -- Emmanuel Bourg <email address hidden>  Mon, 31 Jul 2017 17:40:32 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xml-maven-plugin_1.0.1-3.dsc 2.3 KiB bcb703ae2440d3107c5259f223047c7cab1925fad1bd986e8b39c7a652d74072
xml-maven-plugin_1.0.1.orig.tar.gz 48.4 KiB 201e9cbc4b89db5390b3ef037eb39616a79e4f7db1394c092589a3061b12149d
xml-maven-plugin_1.0.1-3.debian.tar.xz 3.4 KiB aeaca19018bf4cef47934d2e4b3ff37d4603e4c53d4f1a6d249bfa9ef5297e33

Available diffs

No changes file available.

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.