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.
|