maven-debian-helper 1.6.5 source package in Ubuntu

Changelog

maven-debian-helper (1.6.5) unstable; urgency=low


  * Add Wolodja Wentland to uploaders
  * Prevent artifact installation during dh build (switch maven target from
    "install" to "package")
  * Adjust mh_resolve_dependencies arguments in dh to match CDBS
  * Adjust debian-maven-plugin options in dh to match CDBS
  * Switch maven doc target back to javadoc:jar (was javadoc:javadoc)

 -- Wolodja Wentland <email address hidden>  Sat, 17 Aug 2013 15:24:16 +0000

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-debian-helper_1.6.5.dsc 2.1 KiB 059e71e05173f2d9b4fb292c86f01eb0c7d07b4cb2da749cd77c72383722dfa7
maven-debian-helper_1.6.5.tar.gz 110.6 KiB dff1c11ea6d51e45c6c4bc61a166dcb17e6b9c9b81aa7776499aef3958476222

Available diffs

No changes file available.

Binary packages built by this source

maven-debian-helper: Helper tools for building Debian packages with Maven

 Maven is a software project management and comprehension tool. Based on the
 concept of a project object model (POM), Maven can manage a project's build,
 reporting and documentation from a central piece of information.
 .
 Maven's primary goal is to allow a developer to comprehend the complete
 state of a development effort in the shortest period of time. In order to
 attain this goal there are several areas of concern that Maven attempts
 to deal with:
 .
    * Making the build process easy
    * Providing a uniform build system
    * Providing quality project information
    * Providing guidelines for best practices development
    * Allowing transparent migration to new features
 .
 This package makes it possible to use Maven for building Debian packages.