maven-repo-helper 1.7ubuntu1 source package in Ubuntu

Changelog

maven-repo-helper (1.7ubuntu1) precise; urgency=low

  * Merge from Debian testing.  Remaining changes:
    - Removed Build-Depend on markdown (universe)
    - disabled generation of HTML documentation

maven-repo-helper (1.7) unstable; urgency=low

  * add --site-xml=<location> option to mh_install and in the
    <package>.poms file to explicitly define the location for site.xml.
    Warning: this forces existing packages to add this option if they
    need to install site.xml
  * update the version in the POM and in the documentation
    (Closes: #644258)
  * run the unit tests when building the package, fix broken tests after the
    introduction of relativePath on the parent element of cleaned POM files.
  * d/control: add ant-optional, junit, libxmlunit-java, libcommons-io-java to
    Build-Depend-Indep
  * d/copyright: update fields to match latest DEP5 spec.
 -- Micah Gersten <email address hidden>   Fri, 30 Dec 2011 02:56:14 -0600

Upload details

Uploaded by:
Micah Gersten
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
java
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-repo-helper_1.7ubuntu1.tar.gz 137.6 KiB 89e129b777a103779cf8c8b4164ee240882cd646d30c5aa73759c2b928874a72
maven-repo-helper_1.7ubuntu1.dsc 1.3 KiB cd917d693bcd63f61b955fd6d482b28dcdcc2dc378c3d0d7c753ceea1d092818

Available diffs

View changes file

Binary packages built by this source

maven-repo-helper: Helper tools for including Maven metadata in Debian packages

 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 enables Debian packages which are not using Maven in their
 build process to provide and install Maven POMs and libraries in the
 repository located in /usr/share/maven-repo.
 .
 Packages built with Maven (using maven-debian-helper) will benefit as
 many of their dependencies are already packaged in Debian but they are
 missing the necessary metadata (Maven POM) which is required by Maven
 when it is using dependencies.