angular-maven-plugin 0.3.4-2 source package in Ubuntu

Changelog

angular-maven-plugin (0.3.4-2) unstable; urgency=medium

  * Team upload.

  [ tony mancill ]
  * Remove Dominik George from Uploaders (Closes: #852554).

  [ Emmanuel Bourg ]
  * Removed the dependency on libmaven2-core-java
  * Standards-Version updated to 4.0.0

 -- Emmanuel Bourg <email address hidden>  Mon, 31 Jul 2017 15:51:17 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
angular-maven-plugin_0.3.4-2.dsc 2.3 KiB 30ee1496671ecb8644e36ed1dbddfa6fafbbd80bb5692fac057b2e968fc409ff
angular-maven-plugin_0.3.4.orig.tar.gz 10.4 KiB cefc729bcafec90e07cf296600b2861415309bd3d3cb40c2cbd022c389043a9f
angular-maven-plugin_0.3.4-2.debian.tar.xz 3.2 KiB a2b5e6f41ce1dcb00c027dec831851ca5034a8df1c8d26194df47dfe456bc2c3

Available diffs

No changes file available.

Binary packages built by this source

libangular-maven-plugin-java: 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.