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: 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 (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: libmaven-plugin-tools-java,
libmaven-reporting-impl-java,
libmaven2-core-java,
libplexus-cdc-java,
libslf4j-java
Standards-Version: 3.9.7
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.
|