Re: org.codehaus.mojo's pom root version 5 at remote repo is not the same file in SVN

2005-12-23 Thread Brett Porter
should be the same but for modules. I don't think it matters as long as the rest of the elements are ok. Obviously we need to improve how Maven deals with this (another thing related to my earlier mail on POM inheritance). In future, this should be posted to [EMAIL PROTECTED], it's not really rele

org.codehaus.mojo's pom root version 5 at remote repo is not the same file in SVN

2005-12-23 Thread dan tran
http://www.ibiblio.org/maven2/org/codehaus/mojo/mojo/5/ vs http://svn.codehaus.org/trunk/mojo/pom.xml?rev=1036&root=mojo&view=auto the one at central repo uses scpexe for deployment is it intended? -D

Re: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Brett Porter
Vincent Massol wrote: > Ok, I didn't know we were following that rule... > > If we want to enforce this then we could have a config property in the site > plugin to only deploy sites if the version is not snapshot and we should > activate this feature for the maven plugins. > We can put this in

Re: clover default?

2005-12-23 Thread Brett Porter
Vincent Massol wrote: > No. It was because there was a bug and I had implemented the correct > algorithm only for the clover:check goal. I have fixed that yesterday or > today (can't remember). > Yep, I hadn't caught the commit there yet. It's working now. -Brett -

Re: [VOTE] Releasing Clover plugin 2.0

2005-12-23 Thread Brett Porter
+1 Brett Porter wrote: > I'd like to see the other thread on the clover default resolved first > and am withholding my vote until then. > > - Brett > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[maven2 build branches/maven-2.0.x - SUCCESS - checkout] Sat Dec 24 00:30:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051224.003000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051224.003000.txt - To unsubscribe, e-mai

[maven2 build trunk - SUCCESS - checkout] Sat Dec 24 00:00:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20051224.00.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20051224.00.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[jira] Commented: (ARCHETYPE-20) create a site skin archetype

2005-12-23 Thread Jason van Zyl (JIRA)
[ http://jira.codehaus.org/browse/ARCHETYPE-20?page=comments#action_54154 ] Jason van Zyl commented on ARCHETYPE-20: I'll stat with one for the geronimo site as I'm trying to incorporate some work by volunteers who have made some skins. > create a s

RE: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: vendredi 23 décembre 2005 22:28 > To: Maven Developers List > Subject: Re: maven ear release 2.1 - web site not up to date > > I have taken the practice of not publishing snapshot websites. The > reason generateP

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Dec 23 22:45:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051223.224500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051223.224500.txt - To unsubscribe, e-mai

RE: clover default?

2005-12-23 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: vendredi 23 décembre 2005 22:23 > To: Maven Developers List > Subject: Re: clover default? > > Without the threading settings? did you change something? The defaults are: - flushPolicy = threaded - flushInterva

[maven2 build trunk - SUCCESS - update] Fri Dec 23 22:30:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20051223.223000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20051223.223000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Dec 23 22:15:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051223.221500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051223.221500.txt - To unsubscribe, e-mai

[jira] Closed: (MSITE-59) "mvn site" fails when no site.xml

2005-12-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MSITE-59?page=all ] Brett Porter closed MSITE-59: - Assign To: Brett Porter (was: Jason van Zyl) Resolution: Fixed this is a bug in SVN, not a released version. I've got it fixed locally. > "mvn site" fails when n

[jira] Commented: (MNG-897) allows use of Ant build files

2005-12-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-897?page=comments#action_54152 ] Brett Porter commented on MNG-897: -- Should this be closed John? > allows use of Ant build files > - > > Key: MNG-897 > URL: http://jira.code

Re: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Brett Porter
I have taken the practice of not publishing snapshot websites. The reason generatePom is not up on the site is because it isn't in the released plugin. I think we should revert to the *released* sites (or better yet, release those plugins - didn't John have votes up for them?) Changing the parent

Re: [VOTE] Releasing Clover plugin 2.0

2005-12-23 Thread Brett Porter
I'd like to see the other thread on the clover default resolved first and am withholding my vote until then. - Brett Vincent Massol wrote: > Hi, > > I've just fixed an issue with the clover plugin when used in a multimodule > project. I think we're ready to release version 2.0. There are some iss

Re: clover default?

2005-12-23 Thread Brett Porter
Without the threading settings? did you change something? I had been getting 0 results running clover:clover. This is because it terminates immediately after the tests complete, before flushing the db. When run under site it works, because other things happen after clover giving the jvm long enoug

Re: Commented: (MNG-1703) is not propagated to child POMs

2005-12-23 Thread Brett Porter
Moderators: please pay more attention. This is a duped jira message that appears to be bouncing to us from [EMAIL PROTECTED] I've seen 2 or 3 of these modded through. I just ignore them. - Brett [EMAIL PROTECTED] wrote: > [ http://jira.codehaus.org/browse/MNG-1703?page=comments#action_54110 ]

[jira] Commented: (MPA-36) associate Maven svn with JIRA projects

2005-12-23 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MPA-36?page=comments#action_54151 ] Brett Porter commented on MPA-36: - since it's not associated with individual projects, then we'd just be adding: svn.root.6=http://svn.apache.org/repos/asf/maven viewcvs.url.6=http://svn.ap

[jira] Created: (ARCHETYPE-20) create a site skin archetype

2005-12-23 Thread Brett Porter (JIRA)
create a site skin archetype Key: ARCHETYPE-20 URL: http://jira.codehaus.org/browse/ARCHETYPE-20 Project: Maven Archetype Type: Task Reporter: Brett Porter Assigned to: Jason van Zyl -- This message is automatically generated

RE: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Vincent Massol
> -Original Message- > From: Martin van den Bemt [mailto:[EMAIL PROTECTED] > Sent: vendredi 23 décembre 2005 21:11 > To: Maven Developers List > Subject: Re: maven ear release 2.1 - web site not up to date > > It prevents running the plugin on maven 2.0 (for the clover plugin I > needed

[maven2 build trunk - SUCCESS - update] Fri Dec 23 20:00:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20051223.20.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20051223.20.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Martin van den Bemt
It prevents running the plugin on maven 2.0 (for the clover plugin I needed to install 2.0.1 when you changed that) Mvgr, Martin Vincent Massol wrote: -Original Message- From: Arik Kfir [mailto:[EMAIL PROTECTED] Sent: vendredi 23 décembre 2005 20:12 To: Maven Developers List Subject:

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Dec 23 19:45:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051223.194500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051223.194500.txt - To unsubscribe, e-mai

[jira] Closed: (MEV-163) Groovy pom has invalid dependencies

2005-12-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-163?page=all ] Carlos Sanchez closed MEV-163: -- Assign To: Carlos Sanchez Resolution: Fixed Fixed as groovy:1.0-jsr-03 It'd be nice to notify groovy developers > Groovy pom has invalid dependencies > -

RE: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Vincent Massol
> -Original Message- > From: Arik Kfir [mailto:[EMAIL PROTECTED] > Sent: vendredi 23 décembre 2005 20:12 > To: Maven Developers List > Subject: Re: maven ear release 2.1 - web site not up to date > > The same is with the deploy/install sites (the 'generatePom' arguments > are not there,

Re: maven ear release 2.1 - web site not up to date

2005-12-23 Thread dan tran
better yet, we need to release install and deloy plugins, it has install-file and deploy-file features which are so useful and popular On 12/23/05, Arik Kfir <[EMAIL PROTECTED]> wrote: > > The same is with the deploy/install sites (the 'generatePom' arguments > are not there, for instance). They

[jira] Closed: (MEV-2) Broken dependency for groovy

2005-12-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-2?page=all ] Carlos Sanchez closed MEV-2: Assign To: Carlos Sanchez Resolution: Fixed > Broken dependency for groovy > > > Key: MEV-2 > URL: http://jira.codehaus.o

Re: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Arik Kfir
The same is with the deploy/install sites (the 'generatePom' arguments are not there, for instance). They were last published in october... On 12/23/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > I've just redeployed the web site for the ear plugin. > > -Vincent > > > -Original Message- >

[jira] Created: (SCM-123) scm plugin ignores -Dusername for CSV provider

2005-12-23 Thread Dan Tran (JIRA)
scm plugin ignores -Dusername for CSV provider -- Key: SCM-123 URL: http://jira.codehaus.org/browse/SCM-123 Project: Maven SCM Type: Bug Components: maven-plugin Versions: 1.0-beta-2 Environment: xp, cvs R

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Dec 23 17:45:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051223.174500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051223.174500.txt - To unsubscribe, e-mai

Re: [VOTE] Releasing Clover plugin 2.0

2005-12-23 Thread Jason van Zyl
Vincent Massol wrote: Hi, I've just fixed an issue with the clover plugin when used in a multimodule project. I think we're ready to release version 2.0. There are some issues in JIRA but they're unconfirmed or minor and I think users have already waited long enough for the plugin. Most are usin

Re: [VOTE] Releasing Clover plugin 2.0

2005-12-23 Thread Martin van den Bemt
+1.. (non-binding) Too bad I couldn't figure out the report stuff :( We'll leave that for the next release.. Mvgr, Martin Vincent Massol wrote: Hi, I've just fixed an issue with the clover plugin when used in a multimodule project. I think we're ready to release version 2.0. There are some iss

Re: [VOTE] Releasing Clover plugin 2.0

2005-12-23 Thread Stephane Nicoll
+1 On 12/23/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > > Hi, > > I've just fixed an issue with the clover plugin when used in a multimodule > project. I think we're ready to release version 2.0. There are some issues > in JIRA but they're unconfirmed or minor and I think users have already >

[maven2 build trunk - SUCCESS - update] Fri Dec 23 17:30:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20051223.173000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20051223.173000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[VOTE] Releasing Clover plugin 2.0

2005-12-23 Thread Vincent Massol
Hi, I've just fixed an issue with the clover plugin when used in a multimodule project. I think we're ready to release version 2.0. There are some issues in JIRA but they're unconfirmed or minor and I think users have already waited long enough for the plugin. Most are using version alpha1 which w

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Dec 23 17:15:01 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051223.171501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051223.171501.txt - To unsubscribe, e-mai

[jira] Closed: (MCLOVER-5) Clover fails on multi-module builds

2005-12-23 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MCLOVER-5?page=all ] Vincent Massol closed MCLOVER-5: Resolution: Fixed Fixed. > Clover fails on multi-module builds > --- > > Key: MCLOVER-5 > URL: http://jira.cod

[jira] Closed: (MEV-4) Misnamed pom for Postgresql

2005-12-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-4?page=all ] Carlos Sanchez closed MEV-4: Assign To: Carlos Sanchez Resolution: Fixed Fixed as 7.4.1-jdbc3 > Misnamed pom for Postgresql > --- > > Key: MEV-4 > URL: ht

[maven2 build trunk - SUCCESS - update] Fri Dec 23 17:00:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20051223.17.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20051223.17.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[continuum build - FAILED - update] Fri Dec 23 17:00:00 GMT 2005

2005-12-23 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051223.17.txt

[jira] Commented: (MNG-1783) maven-release-plugin doesn't pass username to maven-scm-provider-cvs

2005-12-23 Thread Dan Tran (JIRA)
[ http://jira.codehaus.org/browse/MNG-1783?page=comments#action_54137 ] Dan Tran commented on MNG-1783: --- mvn scm:validate -DconnectionUrl=scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:module -X shows the url is valid. So the problem is in release plugin? > maven-re

[maven2 build branches/maven-2.0.x - SUCCESS - update] Fri Dec 23 16:45:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/branches/maven-2.0.x/m2-20051223.164501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/branches/maven-2.0.x/m2-build-log-20051223.164501.txt - To unsubscribe, e-mai

[jira] Closed: (MEAR-3) ear includes and excludes don't handle comma separated tokens

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-3?page=all ] Stephane Nicoll closed MEAR-3: -- Resolution: Fixed This is fixed. Thanks. > ear includes and excludes don't handle comma separated tokens >

[jira] Commented: (MSITE-59) "mvn site" fails when no site.xml

2005-12-23 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MSITE-59?page=comments#action_54134 ] Vincent Massol commented on MSITE-59: - after some more investigation it seems the problem is not a missing site.xml. Even with a site.xml the project is failing with the same error..

[jira] Created: (MSITE-59) "mvn site" fails when no site.xml

2005-12-23 Thread Vincent Massol (JIRA)
"mvn site" fails when no site.xml - Key: MSITE-59 URL: http://jira.codehaus.org/browse/MSITE-59 Project: Maven 2.x Site Plugin Type: Bug Environment: Maven 2.1-SNAPSHOT updated from 2005-12-23, ~17:00GMT+1 Reporter: Vincent Masso

[maven2 build trunk - SUCCESS - update] Fri Dec 23 16:30:00 GMT 2005

2005-12-23 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/trunk/m2-20051223.163000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/trunk/m2-build-log-20051223.163000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[continuum build - FAILED - update] Fri Dec 23 16:30:00 GMT 2005

2005-12-23 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051223.163000.txt

RE: maven ear release 2.1 - web site not up to date

2005-12-23 Thread Vincent Massol
I've just redeployed the web site for the ear plugin. -Vincent > -Original Message- > From: Stephane Nicoll [mailto:[EMAIL PROTECTED] > Sent: vendredi 23 décembre 2005 17:37 > To: Maven Developers List > Subject: maven ear release 2.1 - web site not up to date > > Guys, > > Maven EAR pl

maven ear release 2.1 - web site not up to date

2005-12-23 Thread Stephane Nicoll
Guys, Maven EAR plugin 2.1 has been released but the web site has not been updated. 2.1 contains new features which are not documented on the web site, this is quite annoying. Who can fix this? Thanks, Stéphane -- .::You're welcome ::.

[jira] Commented: (MEAR-3) ear includes and excludes don't handle comma separated tokens

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MEAR-3?page=comments#action_54133 ] Stephane Nicoll commented on MEAR-3: David, your patch has been applied in the WAR plugin, Thanks! > ear includes and excludes don't handle comma separated tokens > ---

[jira] Closed: (MWAR-6) dependentWarExcludes and dependentWarIncludes do not support comma-separated patterns

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-6?page=all ] Stephane Nicoll closed MWAR-6: -- Resolution: Duplicate Fix Version: 2.0 This is fixed using the patch in MEAR-3 which fixes all parameters. Thanks. > dependentWarExcludes and dependentWarInclude

[jira] Reopened: (MWAR-5) warSourceExcludes not working properly

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-5?page=all ] Stephane Nicoll reopened MWAR-5: > warSourceExcludes not working properly > -- > > Key: MWAR-5 > URL: http://jira.codehaus.org/browse/MWAR-5 >

[jira] Closed: (MWAR-11) Add war:exploded and war:inplace goals

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-11?page=all ] Stephane Nicoll closed MWAR-11: --- Resolution: Fixed Fix Version: 2.0 > Add war:exploded and war:inplace goals > -- > > Key: MWAR-11 > URL: h

[jira] Closed: (MWAR-5) warSourceExcludes not working properly

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-5?page=all ] Stephane Nicoll closed MWAR-5: -- Resolution: Fixed Fix Version: 2.0 > warSourceExcludes not working properly > -- > > Key: MWAR-5 > URL: http:

[jira] Closed: (MWAR-8) Merge contents of dependent wars into war being built

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-8?page=all ] Stephane Nicoll closed MWAR-8: -- Resolution: Fixed Fix Version: 2.0 > Merge contents of dependent wars into war being built > - > > Key

[jira] Reopened: (MWAR-11) Add war:exploded and war:inplace goals

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-11?page=all ] Stephane Nicoll reopened MWAR-11: - > Add war:exploded and war:inplace goals > -- > > Key: MWAR-11 > URL: http://jira.codehaus.org/browse/MWAR-11 >

[jira] Reopened: (MWAR-8) Merge contents of dependent wars into war being built

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-8?page=all ] Stephane Nicoll reopened MWAR-8: > Merge contents of dependent wars into war being built > - > > Key: MWAR-8 > URL: http://jira.cod

[continuum build - FAILED - update] Fri Dec 23 16:00:00 GMT 2005

2005-12-23 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051223.16.txt

[jira] Closed: (MWAR-3) war:war launched from parent doesn't find module web.xml

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-3?page=all ] Stephane Nicoll closed MWAR-3: -- Resolution: Fixed Fix Version: 2.0 > war:war launched from parent doesn't find module web.xml > > >

[jira] Reopened: (MWAR-3) war:war launched from parent doesn't find module web.xml

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-3?page=all ] Stephane Nicoll reopened MWAR-3: > war:war launched from parent doesn't find module web.xml > > > Key: MWAR-3 > URL: http://ji

[jira] Reopened: (MWAR-1) war:exploded removes content of .class files

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-1?page=all ] Stephane Nicoll reopened MWAR-1: > war:exploded removes content of .class files > > > Key: MWAR-1 > URL: http://jira.codehaus.org/browse/M

[jira] Closed: (MWAR-1) war:exploded removes content of .class files

2005-12-23 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MWAR-1?page=all ] Stephane Nicoll closed MWAR-1: -- Resolution: Fixed Fix Version: 2.0 > war:exploded removes content of .class files > > > Key: MWAR-1 >

[jira] Commented: (MNG-1783) maven-release-plugin doesn't pass username to maven-scm-provider-cvs

2005-12-23 Thread Pascal Grange (JIRA)
[ http://jira.codehaus.org/browse/MNG-1783?page=comments#action_54127 ] Pascal Grange commented on MNG-1783: If it is a simple fix, when do you think a new release fixing this bug will be available ? I have to answer my boss. Merry Christmas. > maven-r

[jira] Updated: (MANTRUN-28) maven.test.classpath doesn't contain test scope dependancies

2005-12-23 Thread Gilles Scokart (JIRA)
[ http://jira.codehaus.org/browse/MANTRUN-28?page=all ] Gilles Scokart updated MANTRUN-28: -- Attachment: MANTRUN-28.patch > maven.test.classpath doesn't contain test scope dependancies > > >

[jira] Updated: (MPA-36) associate Maven svn with JIRA projects

2005-12-23 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MPA-36?page=all ] Vincent Massol updated MPA-36: -- Attachment: subversion-jira-plugin.properties > associate Maven svn with JIRA projects > -- > > Key: MPA-36 > URL: http

[jira] Commented: (MNGECLIPSE-15) Output folders are not set correctly by 'Update Sources' action

2005-12-23 Thread Eugene Kuleshov (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-15?page=comments#action_54122 ] Eugene Kuleshov commented on MNGECLIPSE-15: --- It seems to me that Eclipse is actually rignt and you should have these properties files in a single place (perhaps common pr

[jira] Closed: (MEV-220) spring-mock should list spring-web and spring-jdbc as optional

2005-12-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-220?page=all ] Carlos Sanchez closed MEV-220: -- Resolution: Fixed Set as optional in 1.2.5 and 1.2.6 Related docs for maven 2.1 http://docs.codehaus.org/display/MAVEN/Specification+Dependencies+Design > spring-moc

[jira] Closed: (MEV-269) checkstyle 4.1 pom

2005-12-23 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-269?page=all ] Carlos Sanchez closed MEV-269: -- Assign To: Carlos Sanchez Resolution: Fixed It may take one day to reach ibiblio > checkstyle 4.1 pom > -- > > Key: MEV-269 > U

[jira] Created: (MANTRUN-35) mvn debug level not passed to ant

2005-12-23 Thread M. van der Plas (JIRA)
mvn debug level not passed to ant - Key: MANTRUN-35 URL: http://jira.codehaus.org/browse/MANTRUN-35 Project: Maven 2.x Antrun Plugin Type: Improvement Environment: Any Reporter: M. van der Plas Assigned to: Jason van Zyl Pr

[jira] Updated: (MEV-269) checkstyle 4.1 pom

2005-12-23 Thread Brent Worden (JIRA)
[ http://jira.codehaus.org/browse/MEV-269?page=all ] Brent Worden updated MEV-269: - Attachment: checkstyle-4.1.pom > checkstyle 4.1 pom > -- > > Key: MEV-269 > URL: http://jira.codehaus.org/browse/MEV-269 > Project: Mav

[jira] Created: (MEV-269) checkstyle 4.1 pom

2005-12-23 Thread Brent Worden (JIRA)
checkstyle 4.1 pom -- Key: MEV-269 URL: http://jira.codehaus.org/browse/MEV-269 Project: Maven Evangelism Type: Task Components: Invalid POM Reporter: Brent Worden same as 4.0 except for version number. -- This message is automatically ge

RE: clover default?

2005-12-23 Thread Vincent Massol
Hi Brett, > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: vendredi 23 décembre 2005 04:00 > To: Maven Developers List > Subject: clover default? > > Hi, > > I'm wondering what the default for clover should be: > - everything as now, but set forkmode once when

[jira] Commented: (MNGECLIPSE-13) adding dependency to pom.xml changes its formating

2005-12-23 Thread Michał Steiner (JIRA)
[ http://jira.codehaus.org/browse/MNGECLIPSE-13?page=comments#action_54113 ] Michał Steiner commented on MNGECLIPSE-13: --- Adding dependency brokes also encoding ( UTF characters are changed to '?') and removes schema declaration from pom.x

Re: Commented: (MNG-1703) is not propagated to child POMs

2005-12-23 Thread london
[ http://jira.codehaus.org/browse/MNG-1703?page=comments#action_54110 ] Edwin Punzalan commented on MNG-1703: - Hmmm... that\'s odd. can you do a \"mvn help:effective-pom\" on the child module and see which have been inherited? Mine definitely has the

[jira] Commented: (MNG-1703) is not propagated to child POMs

2005-12-23 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MNG-1703?page=comments#action_54110 ] Edwin Punzalan commented on MNG-1703: - Hmmm... that's odd. can you do a "mvn help:effective-pom" on the child module and see which have been inherited? Mine definitely has the exec