maven-file-management 1.2.1-2 source package in Ubuntu

Changelog

maven-file-management (1.2.1-2) unstable; urgency=low

  * Upload to unstable.

maven-file-management (1.2.1-1) experimental; urgency=low

  * New upstream release, add myself to Uploaders
  * Change section to java, bump up Standards-Version to 3.8.1
  * Remove the dependency on default-jre | java2-runtime as this is
    a library.
  * Add the Maven POM to the package,
  * Add a Build-Depends-Indep dependency on maven-repo-helper
  * Add a Build-Depends on quilt as we need to patch files.mdo to generate
    the xsd document
  * Depend on libplexus-container-default-java instead of 
    libplexus-containers-java as the version match
  * Replace Depend on maven2 by libmaven2-core-java
  * Use mh_installpom and mh_installjar to install the POM and the jar to the
    Maven repository

 -- Matthias Klose <email address hidden>   Tue,  20 Oct 2009 21:07:00 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Karmic
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
maven-file-management_1.2.1.orig.tar.gz 16.1 KiB 5ba7da6d12cbed5e2a91ced921a44aad099356061a7345a0c26c62aea236e78a
maven-file-management_1.2.1-2.diff.gz 3.2 KiB b841946fc79d7f4ab43ea9d2c27feeffac70dda7f1950dabaa4a1277e8a668cb
maven-file-management_1.2.1-2.dsc 1.7 KiB 5ef40f83c0fa7ae2215a291cda26c009d87bcbead9781f8297e426a0330900c4

Available diffs

View changes file

Binary packages built by this source

libmaven-file-management-java: Maven File Management API

 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
 .
 The Maven File Management API provides an API to collect files from a given
 directory using several include/exclude rules.