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: maven-processor-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
debhelper (>= 11),
default-jdk,
junit4,
libmaven-plugin-tools-java (>= 3.2),
libmaven3-core-java,
libplexus-compiler-java,
maven-debian-helper (>= 1.5)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/maven-processor-plugin.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-processor-plugin
Homepage: http://bsorrentino.github.io/maven-annotation-plugin/
Package: libmaven-processor-plugin-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Maven plugin to process annotations for Java 6 at compile time
The Maven processor plugin helps to use from Maven the new annotation
processing provided by Java 6 integrated in the Java compiler.
This plugin could be considered the 'alter ego' of the Maven apt plugin.
|