The Maven-Grester plugin is a Maven2 plugin for Jester, the JUnit tester tool. It enables Jester to be executed at any valid Maven lifecycle phase in a Maven Project. It saves developers from constructing cumbersome Java classpath entries on the commandline every time they need Jester to run against JUnit Tests in the project. It can also help to dispense with a suite of scripts that may have been written to handle complex Java classpath executions for Maven projects.
| Tags | Software Development Quality Assurance Refactoring Testing |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux Windows Windows Windows |
| Implementation | Groovy Java |
| Translations | English |
Recent releases


Changes: Another change was made to the project's group ID. The groupId was changed to "net.sf.grester", and the artifactId was changed to "grester".


Changes: A major change was made to the project's group ID so that the folks at codehaus.org can upload grester to maven's public repo. The org.apache.maven.plugins group ID is reserved for Apache folks, though it makes it easier to run locally without specifying group+artifactIds. The Readme file was changed to reflect changes.


Changes: A major problem with the classpath format on Linux/Unix platforms has been fixed. A Help Mojo has been added for command line help on the pom configuration for grester. There are minor code corrections in the use of imports on Groovy objects.


Changes: Unit and integration tests on the Linux platform were fixed by using Suse 10.1 Beta 8 as a testing platform. GroovyMojoSupport's logging mechanism is used for logging while an application is running rather than groovy's output to System Output. A few helper classes were added for the unit tests and some tests were segregated to be strictly unit tests.


No changes have been submitted for this release.