maven-repo-helper 1.5.2 source package in Ubuntu
Changelog
maven-repo-helper (1.5.2) unstable; urgency=low [ Ludovic Claude ] * Match jar with bundle as they are equivalent * Add support for packages built with dh 7 and javahelper: use the following line in your rules file: dh $@ --with javahelper --with jh_mavenrepohelper This will build the package with javahelper, and the resulting jar will be installed in the Maven repository (you need of course the <package>.poms file and the POM files in your package). [ Damien Raude-Morvan ] * Keep relativePath attribute on parent pom. * d/control: Fix typo in package description (Closes: #617438). * src/main/java/org/debian/maven/repo/RepositoryReportWriter.java: Add a hack to change output of Maven repository checker. * Bump Standards-Version to 3.9.2 (no changes needed). -- James Page <email address hidden> Mon, 12 Sep 2011 16:51:32 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Oneiric
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
maven-repo-helper_1.5.2.tar.gz | 116.4 KiB | 22e1c4d77bb7a3643ec9cda700f8a0338b5f94833a5daef04cffe7a3733ab271 |
maven-repo-helper_1.5.2.dsc | 1.7 KiB | 129ba4ea611c7ccdf3572638bf453df5d0224ca7e375de0e1d976cf8c81e9ae7 |
Available diffs
- diff from 1.5.1 to 1.5.2 (5.4 KiB)
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.