[ANN] Maven Deploy Plugin 2.5 Released

2009-12-25 Thread Benjamin Bentmann
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:

Re: Testing a plugin using Maven 3.0-alpha-5

2009-12-25 Thread Benjamin Bentmann
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