surefire 2.10-2ubuntu2 source package in Ubuntu

Changelog

surefire (2.10-2ubuntu2) precise; urgency=low

  * d/patches/fix-junit-provider-selection.patch: Updated patch to deal
    maven projects which don't have any unit tests/don't depend on
    junit which caused a NPE (LP: #965061).
 -- James Page <email address hidden>   Mon, 26 Mar 2012 09:46:26 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
surefire_2.10.orig.tar.gz 590.7 KiB 6368844aa5d20bf7de43109c94546ea1e4112ce09bd3f26970a4f70ef0e88303
surefire_2.10-2ubuntu2.debian.tar.gz 6.3 KiB f4b0f63f2a90f38a70737ad70229fb50dc36e770922d65be3b5c73687868ec8f
surefire_2.10-2ubuntu2.dsc 2.4 KiB 4f075e9dbb1f20bca7671d09e7fb39955f4982e56da17c0e633f86e40287a590

Available diffs

View changes file

Binary packages built by this source

libsurefire-java: Surefire test framework for Java

 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 ships the surefire test framework and the maven-surefire-plugin.