[ANN] Maven GPG Plugin 1.4 and Maven Deploy Plugin 2.7 Released

2011-08-27 Thread Stephen Connolly
Subject: The Maven team is pleased to announce the release of the Maven GPG Plugin, version 1.4 and the Maven Deploy Plugin, version 2.7 The Maven GPG plugin signs all of the project's attached artifacts with GnuPG. The Maven Deploy plugin is primarily used during the deploy phase, to add your

[ANN] Sql-maven-plugin-1.5 Released

2011-08-27 Thread Robert Scholte
Hi, The Mojo team is pleased to announce the release of the SQL Maven Plugin version 1.5. Use this plugin to execute SQL statements in a combination of strings, a list of files and/or a set of files through sqlCommand, srcFiles, and fileset configurations respectively.

Re: Scripting

2011-08-27 Thread Eric Kolotyluk
Cool, I also found maven-scala-plugin http://scala-tools.org/mvnsites/maven-scala-plugin/example_script.html Is there nothing needed in maven that someone else has not already thought of? I guess there are no useful maven plugins left for me to write - just joking. I must go play with

Re: Scripting

2011-08-27 Thread kristian
jruby-maven-plugin gives you ruby scripting within pom.xml - see an example here https://github.com/torquebox/jruby-maven-plugins/tree/master/jruby-maven-plugin/src/it/simple-ruby-script if you need other rubygems for your script you need to go with gem-maven-plugin where you can add these gems

[ANN] AspectJ Maven Plugin 1.4 Released

2011-08-27 Thread Dennis Lundberg
Hi, The Mojo team is pleased to announce the release of the AspectJ Maven Plugin version 1.4. Handles AspectJ usage within Maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc