File: control

package info (click to toggle)
angular-maven-plugin 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 140 kB
  • sloc: java: 593; xml: 105; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,536 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
32
Source: angular-maven-plugin
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Dominik George <nik@naturalnet.de>, Thorsten Glaser <tg@mirbsd.de>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.1)
Build-Depends-Indep: libcommons-io-java, libcommons-lang-java (>= 2.6),
 libecj-java, libguava-java, libmaven-plugin-tools-java, libmaven2-core-java,
 libmaven3-core-java (>= 3.2.3), libplexus-build-api-java,
 libplexus-compiler-java
Standards-Version: 3.9.8
Homepage: https://github.com/keithbranton/angular-maven-plugin
VCS-git: https://anonscm.debian.org/git/collab-maint/angular-maven-plugin.git -b debian
VCS-Browser: https://anonscm.debian.org/cgit/collab-maint/angular-maven-plugin.git/?h=debian

Package: libangular-maven-plugin-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}
Suggests: ${maven:OptionalDepends}
Description: Angular Maven Plugin
 The Angular Maven Plugin is a plugin designed to help developers who
 are deploying Angular.JS applications, but use maven as a build tool.
 So far there are two goals:
 .
 The html2js goal mimics grunt-html2js in combining html templates into
 a single javascript file for use with Angular.JS; it does NOT use grunt
 or nodejs.
 .
 The join goal ia a more complex goal designed to simplify assembly of a
 large modular Angular.JS application where modules are lazily loaded.
 The goal only deals with the reorganisation of the code, not the lazy
 loading itself.