You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2008/01/08 21:55:48 UTC

[ANN] Maven PMD Plugin 2.3 Released

The Maven team is pleased to announce the release of Maven PMD
Plugin, version 2.3.

http://maven.apache.org/plugins/maven-pmd-plugin/

You can run 'mvn -up' to get the latest version of the plugin, or
specify the version in your project's plugin configuration:

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-pmd-plugin</artifactId>
  <version>2.3</version>
</plugin>

Release Notes - Maven 2.x PMD Plugin - Version 2.3

** Bug
     * [MPMD-55] - The Xml pmd file isn't encode to UTF8 charset counter 
the charset declaration in the file header
     * [MPMD-56] - targetJdk support for jdk 1.6
     * [MPMD-57] - cpd: wrong symlink detection if relative source path 
is used
     * [MPMD-58] - sourceEncoding honoured with pmd but not cpd
     * [MPMD-60] - @SuppressWarnings causes maven PMD plugin to fail on 
building report
     * [MPMD-66] - Support for jdk1.4 using new pmd-jdk14 artifact
     * [MPMD-67] - Using JDK 1.6 causes ParseException: Can't use 
generics unless running in JDK 1.5 mode!
     * [MPMD-69] - line number is not displayed in pmd check report

** Improvement
     * [MPMD-65] - Better error handling for PMDException


** Task
     * [MPMD-59] - Upgrade to PMD 4.1


Enjoy!

- The Maven Team


Re: [ANN] Maven PMD Plugin 2.3 Released

Posted by Dan Tran <da...@gmail.com>.
Dennis <---- release manager

On Jan 8, 2008 4:37 PM, Vincent Siveton <vi...@gmail.com> wrote:
> hehe :)
>
> Vincent
>
> 2008/1/8, Dan Tran <da...@gmail.com>:
>
> > Good work Dennis,
> >
> > what is next? javadoc plugin? :-)
> >
> >
> >
> > On Jan 8, 2008 12:55 PM, Dennis Lundberg <de...@apache.org> wrote:
> > > The Maven team is pleased to announce the release of Maven PMD
> > > Plugin, version 2.3.
> > >
> > > http://maven.apache.org/plugins/maven-pmd-plugin/
> > >
> > > You can run 'mvn -up' to get the latest version of the plugin, or
> > > specify the version in your project's plugin configuration:
> > >
> > > <plugin>
> > >  <groupId>org.apache.maven.plugins</groupId>
> > >  <artifactId>maven-pmd-plugin</artifactId>
> > >  <version>2.3</version>
> > > </plugin>
> > >
> > > Release Notes - Maven 2.x PMD Plugin - Version 2.3
> > >
> > > ** Bug
> > >     * [MPMD-55] - The Xml pmd file isn't encode to UTF8 charset counter
> > > the charset declaration in the file header
> > >     * [MPMD-56] - targetJdk support for jdk 1.6
> > >     * [MPMD-57] - cpd: wrong symlink detection if relative source path
> > > is used
> > >     * [MPMD-58] - sourceEncoding honoured with pmd but not cpd
> > >     * [MPMD-60] - @SuppressWarnings causes maven PMD plugin to fail on
> > > building report
> > >     * [MPMD-66] - Support for jdk1.4 using new pmd-jdk14 artifact
> > >     * [MPMD-67] - Using JDK 1.6 causes ParseException: Can't use
> > > generics unless running in JDK 1.5 mode!
> > >     * [MPMD-69] - line number is not displayed in pmd check report
> > >
> > > ** Improvement
> > >     * [MPMD-65] - Better error handling for PMDException
> > >
> > >
> > > ** Task
> > >     * [MPMD-59] - Upgrade to PMD 4.1
> > >
> > >
> > > Enjoy!
> > >
> > > - The Maven Team
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > > For additional commands, e-mail: users-help@maven.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven PMD Plugin 2.3 Released

Posted by Vincent Siveton <vi...@gmail.com>.
hehe :)

Vincent

2008/1/8, Dan Tran <da...@gmail.com>:
> Good work Dennis,
>
> what is next? javadoc plugin? :-)
>
>
>
> On Jan 8, 2008 12:55 PM, Dennis Lundberg <de...@apache.org> wrote:
> > The Maven team is pleased to announce the release of Maven PMD
> > Plugin, version 2.3.
> >
> > http://maven.apache.org/plugins/maven-pmd-plugin/
> >
> > You can run 'mvn -up' to get the latest version of the plugin, or
> > specify the version in your project's plugin configuration:
> >
> > <plugin>
> >  <groupId>org.apache.maven.plugins</groupId>
> >  <artifactId>maven-pmd-plugin</artifactId>
> >  <version>2.3</version>
> > </plugin>
> >
> > Release Notes - Maven 2.x PMD Plugin - Version 2.3
> >
> > ** Bug
> >     * [MPMD-55] - The Xml pmd file isn't encode to UTF8 charset counter
> > the charset declaration in the file header
> >     * [MPMD-56] - targetJdk support for jdk 1.6
> >     * [MPMD-57] - cpd: wrong symlink detection if relative source path
> > is used
> >     * [MPMD-58] - sourceEncoding honoured with pmd but not cpd
> >     * [MPMD-60] - @SuppressWarnings causes maven PMD plugin to fail on
> > building report
> >     * [MPMD-66] - Support for jdk1.4 using new pmd-jdk14 artifact
> >     * [MPMD-67] - Using JDK 1.6 causes ParseException: Can't use
> > generics unless running in JDK 1.5 mode!
> >     * [MPMD-69] - line number is not displayed in pmd check report
> >
> > ** Improvement
> >     * [MPMD-65] - Better error handling for PMDException
> >
> >
> > ** Task
> >     * [MPMD-59] - Upgrade to PMD 4.1
> >
> >
> > Enjoy!
> >
> > - The Maven Team
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> > For additional commands, e-mail: users-help@maven.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] Maven PMD Plugin 2.3 Released

Posted by Dan Tran <da...@gmail.com>.
Good work Dennis,

what is next? javadoc plugin? :-)



On Jan 8, 2008 12:55 PM, Dennis Lundberg <de...@apache.org> wrote:
> The Maven team is pleased to announce the release of Maven PMD
> Plugin, version 2.3.
>
> http://maven.apache.org/plugins/maven-pmd-plugin/
>
> You can run 'mvn -up' to get the latest version of the plugin, or
> specify the version in your project's plugin configuration:
>
> <plugin>
>  <groupId>org.apache.maven.plugins</groupId>
>  <artifactId>maven-pmd-plugin</artifactId>
>  <version>2.3</version>
> </plugin>
>
> Release Notes - Maven 2.x PMD Plugin - Version 2.3
>
> ** Bug
>     * [MPMD-55] - The Xml pmd file isn't encode to UTF8 charset counter
> the charset declaration in the file header
>     * [MPMD-56] - targetJdk support for jdk 1.6
>     * [MPMD-57] - cpd: wrong symlink detection if relative source path
> is used
>     * [MPMD-58] - sourceEncoding honoured with pmd but not cpd
>     * [MPMD-60] - @SuppressWarnings causes maven PMD plugin to fail on
> building report
>     * [MPMD-66] - Support for jdk1.4 using new pmd-jdk14 artifact
>     * [MPMD-67] - Using JDK 1.6 causes ParseException: Can't use
> generics unless running in JDK 1.5 mode!
>     * [MPMD-69] - line number is not displayed in pmd check report
>
> ** Improvement
>     * [MPMD-65] - Better error handling for PMDException
>
>
> ** Task
>     * [MPMD-59] - Upgrade to PMD 4.1
>
>
> Enjoy!
>
> - The Maven Team
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org