angular-maven-plugin 0.3.4-3~18.04 source package in Ubuntu

Changelog

angular-maven-plugin (0.3.4-3~18.04) bionic; urgency=medium

  * Backport for OpenJDK 11. LP: #1818647.

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

  * Team upload.
  * Removed the dependency on libecj-java
  * Standards-Version updated to 4.2.1
  * Switch to debhelper level 11
  * Use salsa.debian.org Vcs-* URLs

 -- Matthias Klose <email address hidden>  Tue, 05 Mar 2019 12:42:30 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates universe misc
Bionic security universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
angular-maven-plugin_0.3.4.orig.tar.gz 10.4 KiB cefc729bcafec90e07cf296600b2861415309bd3d3cb40c2cbd022c389043a9f
angular-maven-plugin_0.3.4-3~18.04.debian.tar.xz 3.4 KiB 178a281ac82292a74bcfd9a7092f5badf6edbf8a508344528e96c4fe1088643a
angular-maven-plugin_0.3.4-3~18.04.dsc 2.3 KiB ebd373642a2f6120844da9c2e147004769e4197e77ada192b5026cf53ba1f955

View changes file

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.