File: control

package info (click to toggle)
xmlbeans-maven-plugin 2.3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: java: 1,105; xml: 916; sh: 7; jsp: 5; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,016 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
27
28
29
30
31
32
Source: xmlbeans-maven-plugin
Standards-Version: 4.7.3
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Damien Raude-Morvan <drazzib@debian.org>,
Section: java
Build-Depends:
 debhelper-compat (= 13),
 default-jdk-headless,
 libmaven-plugin-tools-java,
 libmaven3-core-java,
 libplexus-utils-java,
 libxml-commons-resolver1.1-java,
 libxmlbeans-java,
 maven-debian-helper,
Vcs-Browser: https://salsa.debian.org/java-team/xmlbeans-maven-plugin
Vcs-Git: https://salsa.debian.org/java-team/xmlbeans-maven-plugin.git
Homepage: https://xmlbeans.apache.org/guide/Maven.html

Package: libxmlbeans-maven-plugin-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends},
Recommends:
 ${maven:OptionalDepends},
Description: Maven XMLBeans Plugin
 Maven plugin which parses xsd files and produces a corresponding
 object model based on the Apache XML Beans parser.
 .
 The plugin produces two sets of output files referred to as
 generated sources and generated classes.