Source: plexus-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Damien Raude-Morvan <drazzib@debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: libmaven-plugin-tools-java,
                     libmaven-reporting-api-java,
                     libmaven-reporting-impl-java,
                     libmaven3-core-java,
                     libplexus-cdc-java,
                     libslf4j-java
Standards-Version: 4.1.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/plexus-maven-plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/plexus-maven-plugin.git
Homepage: http://plexus.codehaus.org/plexus-maven-plugin/

Package: libplexus-maven-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven plugin for the Plexus Component Descriptor Creator
 The Plexus project provides a full software stack for creating and
 executing software projects. Based on the Plexus container, the applications
 can utilise component-oriented programming to build modular, reusable
 components that can easily be assembled and reused.
 .
 The Component Descriptor Creator (or CDC for short) is a tool that will create
 the components.xml file from your Java code. It uses JavaDoc tags to gather the
 information it needs to create the component descriptor.
 .
 This package ships a Maven plugin to automatically generate the component
 descriptor file during the build process.
