The Maven team is pleased to announce the release of the Maven Deploy
Plugin, version 2.5.
This plugin is primarily used during the deploy phase, to add your
artifact(s) to a remote repository for sharing with other developers and
projects. For more information, see the plugin's site:
http:
Kurt Zettel wrote:
I started creating my integration tests modeled after maven's shade plugin's
ITs but I have to assert quite a bit. The BeanShell scripts are pretty
hairy. Is there a (convenient/standard) way to do this from a junit test?
For one, you can use BeanShell or Groovy, whatever