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
|
Source: jruby-maven-plugins
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-repo-helper (>= 1.5)
Build-Depends-Indep: jruby (>= 1.7.22~),
libmaven-dependency-plugin-java,
libmaven-exec-plugin-java,
libbuild-helper-maven-plugin-java,
libmaven-install-plugin-java,
libmaven-source-plugin-java,
libyaml-snake-java,
maven-debian-helper (>= 2.0~)
Standards-Version: 3.9.8
Homepage: https://github.com/torquebox/jruby-maven-plugins
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jruby-maven-plugins.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jruby-maven-plugins.git
Package: jruby-maven-plugins
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: Maven plugins to handle Ruby gems in a Maven compatible way
jruby-maven-plugins is a set of utilities and plugins to handle
Ruby gems with Maven. This allows one to integrate JRuby and other
Java libraries with rspec, rails, cucumber, rake and another
standard Ruby development tools.
|