Menu

Maven Plugins / News: Recent posts

Maven JAVANCSS Plugin 1.3.2 Released

We are pleased to announce the Maven JAVANCSS Plug-in 1.3.2 release!

http://maven-plugins.sourceforge.net/maven-javancss-plugin/

Plugin for JavaNCSS

===============================================================================

Changes in this version include:

Changes:

o Upgrade to JavaNCSS version 28.49. Fixes 1872688. Thanks to Xavier
Chatelain.

===============================================================================... read more

Posted by Jeff Jensen 2008-03-01

Maven dbUnit Plugin 1.9 Released

We are pleased to announce the dbUnit Plug-in 1.9 release!

http://maven-plugins.sourceforge.net/maven-dbunit-plugin/

A plugin to automate dbUnit tasks

===============================================================================

Changes in this version include:

New Features:

o Add "doctype" property for dbUnit export attribute. Fixes 1642712.
o Add transaction property, available with dbUnit 2.2.
o Upgrade to dbUnit 2.2. Update dependencies for that. ... read more

Posted by Jeff Jensen 2008-03-01

Maven FindBugs Plugin 1.4 Released

We are pleased to announce the FindBugs Plug-in 1.4 release!

http://maven-plugins.sourceforge.net/maven-findbugs-plugin/

A plugin to automate FindBugs tasks

===============================================================================

Changes in this version include:

Fixed bugs:

o Plugin produced invalid xhtml.

Changes:

o Update to findbugs 1.2.0.

===============================================================================... read more

Posted by Jeff Jensen 2007-08-23

Maven Cobertura 1.4 released

We are pleased to announce the Maven Cobertura Plug-in 1.4 release!

http://maven-plugins.sourceforge.net/maven-cobertura-plugin/

Cobertura is a free Java tool that calculates the percentage of code accessed
by tests. It can be used to identify which parts of your Java program are
lacking test coverage. It is based on jcoverage.

===============================================================================... read more

Posted by Jeff Jensen 2007-07-27

Maven DotUml Plug-in 1.1 released

We are pleased to announce the Maven DotUml Plug-in 1.1 release!

http://maven-plugins.sourceforge.net/maven-dotuml-plugin/

===============================================================================

Changes in this version include:

Changes:

o Make it work with Maven 1.1.
o Upgrade to UmlGraph-2.10, which is distributed with the plugin as it's not
on ibiblio.

===============================================================================... read more

Posted by Jeff Jensen 2007-05-20

Java Application Plugin 1.3.1 released

We are pleased to announce the Java Application Plugin 1.3.1 release!

http://maven-plugins.sourceforge.net/maven-javaapp-plugin/

Plugin to generate an executable JAR

===============================================================================

Changes in this version include:

Fixed bugs:

o Applied patch for Maven 1.1 compatibility. Thanks to Eric Hartmann.
o Applied patch to fix broken javaapp:run. Fixes 1121795. Thanks to Frank
Cornelis. ... read more

Posted by Jeff Jensen 2007-05-20

Maven Cobertura Plug-in 1.3.1 released

We are pleased to announce the Maven Cobertura Plug-in 1.3.1 release!

http://maven-plugins.sourceforge.net/maven-cobertura-plugin/

Cobertura is a free Java tool that calculates the percentage of code accessed
by tests. It can be used to identify which parts of your Java program are
lacking test coverage. It is based on jcoverage.

===============================================================================... read more

Posted by Jeff Jensen 2007-05-13

Maven JAVANCSS Plug-in 1.3.1 Released

We are pleased to announce the Maven JAVANCSS Plug-in 1.3.1 release!

http://maven-plugins.sourceforge.net/maven-javancss-plugin

Plugin for JavaNCSS

===============================================================================

Changes in this version include:

Fixed bugs:

o Fix pom. Now works with Maven 1.1. Fixes 1632826.

===============================================================================... read more

Posted by Jeff Jensen 2007-05-12

Maven Tasks Plugin 1.3.0 Released

We are pleased to announce the Tasks Plug-in 1.3.0 release!

http://maven-plugins.sourceforge.net/maven-tasks-plugin

===============================================================================

Changes in this version include:

New Features:

o Added maven.tasks.source.file property to customize the location and name
of the source file.
o Added maven.tasks.report.file property to customize the name of the report
file (location currently cannot change or it does not find it).
o task element now supports HTML (e.g. can use lists in task).
o Add priority column. Fixes 1533931.
o Create XML schema for tasks.xml. Fixes 1533935. ... read more

Posted by Jeff Jensen 2007-01-28

Maven FindBugs Plugin 1.3.1 Released

We are pleased to announce the FindBugs Plug-in 1.3.1 release!

http://maven-plugins.sourceforge.net/maven-findbugs-plugin

A plugin to automate FindBugs tasks

===============================================================================

Changes in this version include:

Changes:

o Should use prereqs for java:compile. Fixes 1536970. Thanks to Shinobu
Kawai.

===============================================================================... read more

Posted by Jeff Jensen 2007-01-28

Maven Cobertura Plugin 1.3 Released

We are pleased to announce the Maven Cobertura Plug-in 1.3 release!

http://maven-plugins.sourceforge.net/maven-cobertura-plugin

Cobertura is a free Java tool that calculates the percentage of code accessed
by tests. It can be used to identify which parts of your Java program are
lacking test coverage. It is based on jcoverage.

===============================================================================... read more

Posted by Jeff Jensen 2007-01-28

Maven dbUnit Plugin 1.8 Released

We are pleased to announce the dbUnit Plug-in 1.8 release!

http://maven-plugins.sourceforge.net/maven-dbunit-plugin

A plugin to automate dbUnit tasks

===============================================================================

Changes in this version include:

New Features:

o Set setAutoCommit(true) on the db connection, as some drivers need it set.
Fixes 1115849. Thanks to Stephen Cooper.

===============================================================================... read more

Posted by Jeff Jensen 2007-01-28

Maven WebTest Plugin 1.5 released

The maven-plugins team is pleased to announce the Maven WebTest Plug-in 1.5
release!

http://maven-plugins.sourceforge.net/maven-webtest-plugin

Maven Plugin for Canoo WebTest

Changes in this version include:

Changes:

o Prepared release 1.5
o Updated to WebTest 2.0, build number = R_1304

To automatically install the plugin, type the following on a single line:

maven plugin:download
-DgroupId=maven-plugins
-DartifactId=maven-webtest-plugin
-Dversion=1.5... read more

Posted by Siegfried GOESCHL 2006-08-03

Maven Cobertura Plug-in 1.2 released

We are pleased to announce the Maven Cobertura Plug-in 1.2 release!

http://maven-plugins.sourceforge.net/maven-cobertura-plugin

Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

===============================================================================... read more

Posted by Jeff Jensen 2006-06-05

Maven FindBugs Plug-in 1.2 released

We are pleased to announce the FindBugs Plug-in 1.2 release!

http://maven-plugins.sourceforge.net/maven-findbugs-plugin

A plugin to automate FindBugs tasks

============================================================================

Changes in this version include:

New Features:

o Added violation description as a link to rule on FindBugs site in report;
add "Priority" column. Fixes 1465572. Thanks to Robert Zimmermann.
o Added maven.findbugs.timeout property. Fixes 1378162. Thanks to Garvin
LeClaire.
o Added maven.findbugs.visitors property. Fixes 1378162. Thanks to Garvin
LeClaire.
o Added maven.findbugs.omitVisitors property. Fixes 1378162. Thanks to Garvin
LeClaire.
o Added maven.findbugs.plugins property. Fixes 1378162. Thanks to Garvin
LeClaire. ... read more

Posted by Jeff Jensen 2006-06-05

Maven dbUnit Plug-in 1.7 released

We are pleased to announce the dbUnit Plug-in 1.7 release!

http://maven-plugins.sourceforge.net/maven-dbunit-plugin

A plugin to automate dbUnit tasks

===============================================================================

Changes in this version include:

New Features:

o Implemented optional lists of tables and queries that dictate data exported in generate-dataset. Fixes 1406821.
o Added more properties that dbUnit supports.
o Added 'Default Value' column to properties doc. ... read more

Posted by Jeff Jensen 2006-05-02

Maven SourceForge plug-in 1.3 released

Maven SourceForge plug-in

Maven SourceForge plug-in is a Maven plug-in that deploys files for an
open-source project using the File Release System of SourceForge.
This can save quite a bit of tedious repetitive work.

This plug-in is designed to work only for projects that are hosted on SourceForge.

Release 1.3
-----------
- Fixed so it actually runs against SourceForge again!... read more

Posted by Stephen Colebourne 2006-01-10

Maven WebTest Plugin 1.2 released

The new plugin is available using Canoo WebTest 1.7, build number = R_881

Posted by Siegfried GOESCHL 2005-06-24

Maven Weblogic Plugin 1.0.0 released

Thanks to Scott Ryan for updating an extending the plugin to support WebLogic Workshop

Posted by Siegfried GOESCHL 2005-06-23

Files Plugin 1.0 released

First version of Files Plugin was released 05.04.2005:

http://maven-plugins.sourceforge.net/maven-files-plugin/

Posted by Morten Kristiansen 2005-04-06

News Plugin 1.0 released

First version of News Plugin was released 05.04.2005:

http://maven-plugins.sourceforge.net/maven-news-plugin/

Posted by Morten Kristiansen 2005-04-06

maven-strutsdoc-plugin 1.0.0 released

Marcel May contributed the Maven StrutsDoc Plugin which creates a HTML report of a Struts application similar to JavaDoc

Posted by Siegfried GOESCHL 2004-12-14

JavaNCSS Plugin 1.3 released

This version generates XDOC reports and therefore cleanly integrates with MAVEN. Thanks to Torsten Uhlmann for doing the actual work ... :-)

Posted by Siegfried GOESCHL 2004-12-03

Canoo WebTest Plugin 0.9.1 released

This release uses the Canoo WebTest Build 543 and XSLT instead of JSTL. I tested it on Maven 1.0-RC1 and Windows XP.

Posted by Siegfried GOESCHL 2004-10-28

Maven WebLogic Plugin

This plugin allows deployment and undeployments for Bea WebLogic 8.1 server.

Posted by Siegfried GOESCHL 2004-07-15
MongoDB Logo MongoDB