File: control

package info (click to toggle)
xml-maven-plugin 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 660 kB
  • ctags: 218
  • sloc: java: 1,874; xml: 1,192; sh: 11; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: xml-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Eugene Zhukov <jevgeni.zh@gmail.com>
Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libmaven-invoker-plugin-java, libjaxp1.3-java, libmaven2-core-java, libplexus-io-java,
 libplexus-resources-java, libplexus-utils-java, libxerces2-java, libxml-commons-resolver1.1-java (>= 1.2),
 libmaven-plugin-testing-java, libsaxonb-java (>= 9.1.0.8), libxalan2-java, libmaven-plugin-tools-java
Standards-Version: 3.9.5
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/xml-maven-plugin
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/xml-maven-plugin
Homepage: http://mojo.codehaus.org/xml-maven-plugin/

Package: libxml-maven-plugin-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Recommends: ${maven:OptionalDepends}
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.