File: control

package info (click to toggle)
mojo-executor 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • sloc: java: 745; xml: 729; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,045 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
Source: mojo-executor
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrius Merkys <andrius.merkys@gmail.com>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 junit4 (>= 4.12),
 libcommons-lang-java (>= 2.5),
 libhamcrest-java,
 libmaven-invoker-plugin-java,
 libmaven-plugin-tools-java (>= 3.5),
 libmaven3-core-java,
 libmockito-java,
 libplexus-utils2-java (>= 2.1),
 libslf4j-java (>= 1.7.22),
 maven-debian-helper (>= 2.1)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/mojo-executor.git
Vcs-Browser: https://salsa.debian.org/java-team/mojo-executor
Homepage: https://timmoore.github.com/mojo-executor/

Package: libmojo-executor-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Maven Mojo Executor
 The Mojo Executor provides a way to execute other Mojos (plugins) within a
 Maven plugin, allowing one to easily create Maven plugins that are composed
 of other plugins.