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 33 34 35 36 37 38
|
Source: jenkins-executable-war
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <jamespage@debian.org>
Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-java/jenkins-executable-war.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/jenkins-executable-war.git
Homepage: http://jenkinsci.org
Package: jenkins-executable-war
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Suggests: jenkins-executable-war-doc
Description: Library for building executable .war files
Executable war wrapper for building Java war's (web archives)
that can be executed in a similar fashion to Java jar files,
for example:
.
java -jar jenkins.war
Package: jenkins-executable-war-doc
Architecture: all
Section: doc
Depends: ${maven:DocDepends}, ${misc:Depends}
Recommends: ${maven:DocOptionalDepends}
Suggests: jenkins-executable-war
Description: Documentation for jenkins-executable-war-java
Executable war wrapper for building Java war (web archives)
that can be executed in a similar fashion to Java jar files,
for example:
.
java -jar jenkins.war
.
This package contains the API documentation of jenkins-executable-war.
|