You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Kristian Rosenvold <kr...@apache.org> on 2011/06/18 11:53:34 UTC

[ANN] Maven Verifier 1.3 Released

The Maven team is pleased to announce the release of the Maven Verifier,
version 1.3

This is a shared library for use in testing various Maven components. It
allows the user to execute Maven builds as part of the testing process,
with methods supporting test preparation and assertion of results.

http://maven.apache.org/shared/maven-verifier/

To use the verifier, add the following to your POM's dependencies section:

<dependency>
  <groupId>org.apache.maven.shared</groupId>
  <artifactId>maven-verifier</artifactId>
  <version>1.3</version>
  <scope>test</scope>
</dependency>


The release contains various minor improvements and bugfixes, which
can be seen from
the attached svn log.


Enjoy,

-The Maven team


============== CHANGELOG ==============

------------------------------------------------------------------------
r815892 | jdcasey | 2009-09-16 19:12:28 +0200 (on., 16 sep. 2009) | 1
line

removing one-off source release assemblies (and config), then upgrading
parent version for all shared projects up to 12, so source-release will
be automatic.
------------------------------------------------------------------------
r823739 | bentmann | 2009-10-10 01:20:57 +0200 (lø., 10 okt. 2009) | 1
line

o Added support to launch ITs using embedded Maven 3.x
------------------------------------------------------------------------
r824335 | bentmann | 2009-10-12 15:47:17 +0200 (ma., 12 okt. 2009) | 1
line

o Added another embedded launcher that does not load Maven from a home
directory but from the class path, this allows us to run the core ITs
with the Maven from our IDE workspace
------------------------------------------------------------------------
r912161 | bentmann | 2010-02-20 18:46:18 +0100 (lø., 20 feb. 2010) | 1
line

o Simplified configuration of environment variables
------------------------------------------------------------------------
r920045 | bentmann | 2010-03-07 18:43:28 +0100 (sø., 07 mars 2010) | 1
line

o Added setter for fork option
------------------------------------------------------------------------
r920448 | bentmann | 2010-03-08 19:55:39 +0100 (ma., 08 mars 2010) | 1
line

o Removed validation of goal list to allow execution of default goals
given in POM
------------------------------------------------------------------------
r931543 | bentmann | 2010-04-07 15:41:19 +0200 (on., 07 april 2010) | 1
line

o Fixed argument quoting to recognize more special characters
------------------------------------------------------------------------
r936076 | krosenvold | 2010-04-20 23:58:36 +0200 (ti., 20 april 2010) |
1 line

o Removed deadlock-prone synchronization
------------------------------------------------------------------------
r944714 | bentmann | 2010-05-15 22:29:45 +0200 (lø., 15 mai 2010) | 1
line

o Added method to purge specific g:a:v from local repo
------------------------------------------------------------------------
r948765 | bentmann | 2010-05-27 12:31:10 +0200 (to., 27 mai 2010) | 1
line

o Disabled EMMA runtime controller to prevent port clashes during CI
------------------------------------------------------------------------
r981591 | bentmann | 2010-08-02 18:44:34 +0200 (ma., 02 aug. 2010) | 1
line

o Added convenience method to add CLI option
------------------------------------------------------------------------
r983169 | hboutemy | 2010-08-07 05:29:54 +0200 (lø., 07 aug. 2010) | 1
line

updated issue management urls to point precisely to the component in
MSHARED
------------------------------------------------------------------------
r1029201 | bentmann | 2010-10-30 23:04:17 +0200 (lø., 30 okt. 2010) | 1
line

o Set user.dir when running embedded Maven
------------------------------------------------------------------------
r1033965 | bentmann | 2010-11-11 16:39:40 +0100 (to., 11 nov. 2010) | 1
line

o Ensured parent directory of filtered file exists
------------------------------------------------------------------------
r1050248 | bentmann | 2010-12-17 01:15:51 +0100 (fr., 17 des. 2010) | 1
line

o Added methods to further help inspection of local repo contents
------------------------------------------------------------------------
r1050251 | bentmann | 2010-12-17 01:19:14 +0100 (fr., 17 des. 2010) | 1
line

o Made local repo layout customizable
------------------------------------------------------------------------
r1050255 | bentmann | 2010-12-17 01:29:11 +0100 (fr., 17 des. 2010) | 1
line

o Added convenience option to remote debug mvn
------------------------------------------------------------------------
r1050405 | bentmann | 2010-12-17 15:44:23 +0100 (fr., 17 des. 2010) | 1
line

o Allowed to query path to group-level metadata
------------------------------------------------------------------------
r1059093 | bentmann | 2011-01-14 19:17:21 +0100 (fr., 14 jan. 2011) | 1
line

o Simplified extraction of Maven version
------------------------------------------------------------------------
r1064936 | bentmann | 2011-01-29 02:24:36 +0100 (lø., 29 jan. 2011) | 1
line

o Inherited from latest parent
------------------------------------------------------------------------
r1078426 | olamy | 2011-03-06 09:46:12 +0100 (sø., 06 mars 2011) | 1
line

use last parent version
------------------------------------------------------------------------
r1134539 | olamy | 2011-06-11 09:47:41 +0200 (lø., 11 juni 2011) | 1
line

ensure closing stream  in case of exception
------------------------------------------------------------------------