[vote] [m1] release faq and nsis plugins

2006-07-24 Thread Lukas Theussl
Hi, Here are the last two plugins to release before maven-1.1-beta-3: [] maven-faq-plugin-1.6.1 [] maven-nsis-plugin-2.0 The faq plugin 1.6.1 has only one fix that was neccessary after our last dependency upgrades, please test it with one of Arnaud's latest m11 snapshots at http://people.apac

Re: Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-24 Thread Brett Porter
Hi Barrie, While the current implementation is aggregating them, I'll keep this in mind when I review it in the next couple of days. It's probably best to keep the repositories separate, but to have a single index for the rest of the operations so it can appear as an aggregate (and be able t

Maven Repository Manager: Will it avoid aggregation of repositories?

2006-07-24 Thread Barrie Treloar
I just stumbled into a feature of maven-proxy which caused me some problems. Assume you have three repositories defined in your maven-proxy: A, B and C. In your pom you have specified the repository A and in your settings have configured A to point to your maven-proxy installation. Because maven

Re: Please review checkstyle plugin docs

2006-07-24 Thread Maria Odea Ching
Thanks everyone for your comments :-) I'll post them in Jira and I'll fix the docs :-) Odea Vincent Siveton wrote: Thanks Maria, here my comments: usage.html Should be better to create two subsections: - Generate the report as part of Project Reports - Generate the report as standalone Mayb

Re: dependency plugin link broken

2006-07-24 Thread Vincent Siveton
nice catche;) Layout not consistent for "Page not found": http://maven.apache.org/plugins/maven-dependency-plugin http://maven.apache.org/plugins/maven-dependency-plugin/ (with slash) Cheers Vincent 2006/7/24, Mike Perham <[EMAIL PROTECTED]>: http://maven.apache.org/plugins links to dependenc

dependency plugin link broken

2006-07-24 Thread Mike Perham
http://maven.apache.org/plugins links to dependency but that site does not exist. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: repository info

2006-07-24 Thread Kenney Westerhof
On Tue, 25 Jul 2006, Brett Porter wrote: Hi, What about corrupt poms? For instance, commons-collections 3.1 has no tag. -- Kenney > Hi, > > I've been testing the repo manager out and thought the following data > might be interesting to folks: > > 28224 artifact files (including poms, sources,

repository info

2006-07-24 Thread Brett Porter
Hi, I've been testing the repo manager out and thought the following data might be interesting to folks: 28224 artifact files (including poms, sources, etc) 13519 metadata files corrupt jars (I think coming from codehaus): plexus/plexus-mail-senders/1.0/plexus-mail-senders-1.0.jar: plexus/pl

Reporting / Doxia / site api change

2006-07-24 Thread Kenney Westerhof
Hi there, I've stumbled upon a problem I need some assistance with. I've got an API change for maven-reporting: adding a SinkFactory parameter to the generate( Sink, Locale ) method. It allows a plugin to produce multiple pages. However, this API change is tied to the maven-site-plugin and mave

RE: Using maven 2.0

2006-07-24 Thread Mike Perham
Please use the Maven users list for user questions. -Original Message- From: Maiskar, Vikram V [mailto:[EMAIL PROTECTED] Sent: Monday, July 24, 2006 7:42 AM To: dev@maven.apache.org Subject: Using maven 2.0 Hi, I need to write maven scripts with 2.x version, such that I can do all : co

Re: Please review the documentation for the maven-one-plugin

2006-07-24 Thread Vincent Siveton
Hi Dennis, usage.html Could you explain what is for? Thanks, Vincent 2006/7/23, Dennis Lundberg <[EMAIL PROTECTED]>: Dennis Lundberg wrote: > Hi all > > I have finished going over the documentation for the > maven-one-plugin and adapting it to the plugin documentation standard. > > Please ta

Re: Using maven 2.0

2006-07-24 Thread Raphaël Piéroni
Hi, please start with the maven book on the mergere's site http://www.mergere.com/m2book_download.jsp or with the getting started http://maven.apache.org/guides/getting-started/index.html Regards, Raphaël 2006/7/24, Maiskar, Vikram V <[EMAIL PROTECTED]>: Hi, I need to write maven scripts w

Using maven 2.0

2006-07-24 Thread Maiskar, Vikram V
Hi, I need to write maven scripts with 2.x version, such that I can do all : compile, test and package to jar using one command only. I am unable to get any docs reagrding this (as to how to do that whether to have a file like maven.xml ...). Can somebody pl help in this regard? Thanks, Vikram

Re: [m2] maven-war-plugin broken again

2006-07-24 Thread David J. M. Karlsen
David J. M. Karlsen wrote: Hi! i was able to add depdendencies to the classpath in the manifest for the generated war, but excluding them from the actual .war archive (as they will be included in the .ear anyway) before ( around version 2.0?). This was possible earlier by adding the depdende

Re: Please review checkstyle plugin docs

2006-07-24 Thread Vincent Siveton
Thanks Maria, here my comments: usage.html Should be better to create two subsections: - Generate the report as part of Project Reports - Generate the report as standalone Maybe add a report screenshot FAQ "checkstyle.properties" or "checkstyle properties" (with space) If the first, the followi

Re: Please review checkstyle plugin docs

2006-07-24 Thread Dennis Lundberg
Stephen Duncan wrote: On the "Multimodule Configuration" documentation: As I just mentioned on a question on the user's list, I don't think it's correct to specify the "build-tools" dependency as a dependency of the plugin. While this will work if you manually install the build-tools jar, it wi

[m2] maven-war-plugin broken again

2006-07-24 Thread David J. M. Karlsen
Hi! i was able to add depdendencies to the classpath in the manifest for the generated war, but excluding them from the actual .war archive (as they will be included in the .ear anyway) before ( around version 2.0?). This was possible earlier by adding the depdendencies with scope=provded an

Re: Please review checkstyle plugin docs

2006-07-24 Thread Stephen Duncan
On the "Multimodule Configuration" documentation: As I just mentioned on a question on the user's list, I don't think it's correct to specify the "build-tools" dependency as a dependency of the plugin. While this will work if you manually install the build-tools jar, it will not download it from

Please review checkstyle plugin docs

2006-07-24 Thread Maria Odea Ching
Hi Everyone, The Checkstyle plugin documentation is now ready for review :) A staging site is available at http://people.apache.org/~oching/maven-checkstyle-plugin Thanks, Odea -

Re: Review surefire-report-plugin documentation

2006-07-24 Thread Allan Ramirez
Hi Dennis, Applied comments. Thanks again Cheers, -allan Dennis Lundberg wrote: Allan Ramirez wrote: Hi everyone, Just updated the docs of the surefire-report plugin. I hope you dont mind if you take a look and give me some feedback about it. Thanks staging site can be found here http:/

Re: Review surefire-report-plugin documentation

2006-07-24 Thread Allan Ramirez
Hi, Applied comments, and thanks for your review Cheers, allan Cabasson Denis wrote: This is great work! As far as I'm concerned, everything needed is there. You have got a deadlink on your index page, your mojo page entry is report-mojo.html rather than surefire-report-mojo.html The only

issue while building a war using maven plug -in in eclipse

2006-07-24 Thread Srinivasan, Nithya \(Cognizant\)
Hi all I get the following error when i try to build a war, FATAL ERROR: Error executing Maven for a project org.apache.maven.lifecycle.LifecycleExecutionException: Error assembling WAR: Deployment descriptor: D:\WorkSpace\MavenSampleWeb\target\MavenSampleWeb-0.0.1\WEB-INF\web.xml does not exis

Re: Who can deploy what, when and how?

2006-07-24 Thread Dennis Lundberg
Brett Porter wrote: On 18/07/2006 7:52 AM, Dennis Lundberg wrote: When I tried to deploy the site for maven-changes-plugin I got an error "... Permission denied". A quick check on people shows that I am not a member of the maven group. Who do I contact to add me? I'll look into it. As I am i

[Design issue] How can the clover plugin play nicely with plugins doing source checks?

2006-07-24 Thread Vincent Massol
Hi, I'm still struggling with this. As a reminder this is what happens: * clover:instrument spawns a custom lifecycle which executes a maven build till the install phase. The clover:instrumentInternal goal is called by this custom lifecycle to instrument sources and to redirect maven's configurat