You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Anders Hammar <an...@hammar.net> on 2013/10/22 09:55:20 UTC

[ANN] Mojo's SQLJ Maven Plugin 1.2 Released

Hi,


The Mojo team is pleased to announce the release of Mojo's SQLJ Maven
Plugin version 1.2.

http://mojo.codehaus.org/sqlj-maven-plugin/


The prior version of the plugin was release about five years ago. This
maintenance release mainly focuses on adding m2e compatibility to the
plugin. For those using it, it will bring very nice incremental build
support in Eclipse.


To get this update, simply specify the version in your project's plugin
configuration:

<plugin>

      <groupId>org.codehaus.mojo</groupId>

      <artifactId>sqlj-maven-plugin</artifactId>

      <version>1.2</version>

</plugin>

Release Notes:

** Bug * [MSQLJ-11] - Wrong web access url for scm * [MSQLJ-13] - sqlj:sqlj
fails if status param is configured to false ** Improvement * [MSQLJ-6] -
Make plugin m2e compatible * [MSQLJ-12] - Print out the version of sqlj
being used * [MSQLJ-14] - Rework how the output of processing (status) info
works ** Task * [MSQLJ-7] - Convert ITs to maven-invoker-plugin * [MSQLJ-8]
- Switch to Mojo Java annotations

Enjoy,

The Mojo team.

/Anders