Re: all committers: please check your svn configuration

2006-05-07 Thread jerome lacoste
On 5/7/06, Brett Porter <[EMAIL PROTECTED]> wrote: Hi, I'm noticing several files cropping up again with no svn:eol-style set. The tell-tale sign is when you commit something and every line changes - that means it used to be LF and is now CRLF or vice versa and SVN has not converted them line en

[ANN] Maven Test Plugin 1.8 for Maven 1.x released

2006-05-07 Thread Lukas Theussl
We are pleased to announce the Maven Test Plugin 1.8 release! http://maven.apache.org/maven-1.x/plugins/test/ Run JUnit tests. === Changes in this version include: New Features: o Set junit's showoutput attribute i

[ANN] Maven Site Plugin 1.7 for Maven 1.x released

2006-05-07 Thread Lukas Theussl
We are pleased to announce the Maven Site Plugin 1.7 release! http://maven.apache.org/maven-1.x/plugins/site/ Generate web site. === Changes in this version include: New Features: o New property maven.site.reports.

[ANN] Maven Multi-Project Plugin 1.5 for Maven 1.x released

2006-05-07 Thread Lukas Theussl
We are pleased to announce the Maven Multi-Project Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/multiproject/ A plugin to handle the building of multiple projects within maven. === Changes in this vers

[ANN] Maven Jalopy Plugin 1.5 for Maven 1.x released

2006-05-07 Thread Lukas Theussl
We are pleased to announce the Maven Jalopy Plugin 1.5 release! http://maven.apache.org/maven-1.x/plugins/jalopy/ === Changes in this version include: New Features: o Add a new goal to open Jalopy's SettingsDialog.

Re: all committers: please check your svn configuration

2006-05-07 Thread Kenney Westerhof
On Mon, 8 May 2006, Brett Porter wrote: Addendum to Brett's comment: I've noticed this too, and also files in the plugin repository mixing spaces and tabs. Please make sure to use 4 spaces and no tabs. BTW, Eclipse uses native encoding too. For Eclipse users I'd recommend getting the AnyEdit plu

all committers: please check your svn configuration

2006-05-07 Thread Brett Porter
Hi, I'm noticing several files cropping up again with no svn:eol-style set. The tell-tale sign is when you commit something and every line changes - that means it used to be LF and is now CRLF or vice versa and SVN has not converted them line endings. If you notice that, please do an addition

Integration Test Plugin (is there any interest?)

2006-05-07 Thread russel . alexandre
Hi all, I wrote an integration test plugin. It: 1 compile file from the integration-test directory 2 cactify if necessary 3 deploy to test server(using cargo) 4 run the test 5 undeploy phase 1 and 3 are mostly cut/paste code from compiler/surefire plugin. I plan to send patch to those plugin so th