RE: Defining a custom lifecycle

2007-08-03 Thread Cabasson Denis
The most relevant documentation found on the life cycle customization, so far have been both Maven's book : http://www.sonatype.com/book/lifecycle.html http://www.devzuz.com/web/guest/products/resources Appendix A Why does nobody ever read my mails? Denis > -Message d'origine- > De

RE: Defining a custom lifecycle

2007-08-02 Thread Cabasson Denis
The most relevant documentation found on the life cycle customization, so far have been both Maven's book : http://www.sonatype.com/book/lifecycle.html http://www.devzuz.com/web/guest/products/resources Appendix A Not much more information available at this time, I'm afraid Denis. > -M

Maven-eclipse-plugin artifacts cache broken

2007-07-31 Thread Cabasson Denis
I think the artifact caching mecanism in the maven-eclipse-plugin is broken, due to some code included in http://jira.codehaus.org/browse/MECLIPSE-292 The patch applied broke the caching mecanism (at least as far as I can see). Could some one have a look into this, confirm the problem I'm cirrent

RE: [DOXIA] Revert doxia revision 555417

2007-07-18 Thread Cabasson Denis
te > >> malformed URIs. > >> > >> Lukas Theussl wrote: > >> > Ok, I got it :) > >> > > >> > Shouldn't we still allow ".\" and "..\" as well as > windows people > >> > might use that for internal links? O

RE: [DOXIA] Revert doxia revision 555417

2007-07-17 Thread Cabasson Denis
+ > File.separatorChar ), so this returns true for "./link" > (Unix) and ".\link" (Windows). In any case you should get an > external link (no #) for "./some/path/file.html". > > Anyway, DOXIA-47 is fixed correctly IMO, if there is a Locale > proble

[DOXIA] Revert doxia revision 555417

2007-07-17 Thread Cabasson Denis
Could you please revert the Doxia revision : http://svn.apache.org/viewvc?view=rev&revision=555417 And deploy a new snapshot version of doxia since latest version (doxia-core-1.0-alpha-9-20070714.200033-13) is shipping with this patch. This patch is breaking report created by lots of plugin. Ind

RE: Revert doxia revision 555417

2007-07-17 Thread Cabasson Denis
Please ignore my previous mail. For sake of clarification, I'll re-post to an empty thread. Sorry for the trouble. Denis. > -Message d'origine- > De : Cabasson Denis [mailto:[EMAIL PROTECTED] > Envoyé : mardi 17 juillet 2007 15:06 > À : Maven Developers List

Revert doxia revision 555417

2007-07-17 Thread Cabasson Denis
Could you please revert the Doxia revision : http://svn.apache.org/viewvc?view=rev&revision=555417 And deploy a new snapshot version of doxia since latest version (doxia-core-1.0-alpha-9-20070714.200033-13) is shipping with this patch. This patch is breaking report created by lots of plugin. In

RE: [VOTE] release eclipse 2.4 (take 2)

2007-07-09 Thread Cabasson Denis
2.4 is really more mature than previous versions. It has been quite a time since 2.3 Definitly a +1 here (though just a user one). Denis. > -Message d'origine- > De : Mark Hobson [mailto:[EMAIL PROTECTED] > Envoyé : Monday, July 09, 2007 10:45 AM > À : Maven Developers List > Objet :

RE: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-05 Thread Cabasson Denis
De : Jochen Wiedmann [mailto:[EMAIL PROTECTED] > Envoyé : Thursday, July 05, 2007 11:42 AM > À : Maven Developers List > Objet : Re: [VOTE] Configure IDE plugins to download sources > by default within Maven projects > > On 7/5/07, Cabasson Denis <[EMAIL PROTECTED]> wrote:

RE: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-05 Thread Cabasson Denis
De : Jochen Wiedmann [mailto:[EMAIL PROTECTED] > Envoyé : Thursday, July 05, 2007 11:42 AM > À : Maven Developers List > Objet : Re: [VOTE] Configure IDE plugins to download sources > by default within Maven projects > > On 7/5/07, Cabasson Denis <[EMAIL PROTECTED]> wrote:

RE: [VOTE] maven-eclipse-plugin 2.4

2007-07-05 Thread Cabasson Denis
Looks relevant to me. In a EAR you indeed expect dependencies to be in the root directory, not under WEB-INF lib. Suggested solution looks sensible. Denis. > -Message d'origine- > De : Arnaud HERITIER [mailto:[EMAIL PROTECTED] > Envoyé : Thursday, July 05, 2007 10:55 AM > À : Maven De

RE: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-04 Thread Cabasson Denis
age d'origine- > De : Kenney Westerhof [mailto:[EMAIL PROTECTED] > Envoyé : Wednesday, July 04, 2007 3:05 PM > À : Maven Developers List > Objet : Re: [VOTE] Configure IDE plugins to download sources > by default within Maven projects > > > > Cabasson Denis wrote

RE: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-03 Thread Cabasson Denis
gins to download sources > by default within Maven projects > > And make this consistent with the IDEA plugin as well. > > On 7/3/07, Cabasson Denis <[EMAIL PROTECTED]> wrote: > > About this link, why couldn't we have a consistent > behaviour for javadoc a

RE: [VOTE] Configure IDE plugins to download sources by default within Maven projects

2007-07-03 Thread Cabasson Denis
About this link, why couldn't we have a consistent behaviour for javadoc and sources jar? Why not adding a downloadJavadoc property, which, when set to true, would download and attach the javadoc to the dependency. I don't really see why javadoc should be a fallback if sources are not availabl

RE: Site development

2007-06-21 Thread Cabasson Denis
Hello Anjana, This list is meant for question about maven development. Question regarding the use of maven is meant to go to the users list ( [EMAIL PROTECTED] ) You can get more information about site generation on the maven site : http://maven.apache.org/guides/mini/guide-site.html and othe

RE: What's the deal with the shade plugin?

2007-06-15 Thread Cabasson Denis
> -Message d'origine- > De : Brett Porter [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 15 juin 2007 07:10 > À : Maven Developers List > Objet : Re: What's the deal with the shade plugin? > > > On 15/06/2007, at 3:02 PM, Jason van Zyl wrote: > > > > > On 14 Jun 07, at 9:33 PM 14 Jun

RE: Regression: (was: [ANN] Maven 2.0.6 Released)

2007-04-02 Thread Cabasson Denis
Well, I have a got a weird case in MNG-2920. Can't figure out where it is coming from, but a simple test project is working fine with 2.0.5 while I'm getting a exception with 2.0.6. The forking command line for surefire booter seems to have changed between the 2 versions and the newer command li

RE: [VOTE] Release maven and plugins parent pom

2007-03-15 Thread Cabasson Denis
7 > À : Maven Developers List > Objet : Re: [VOTE] Release maven and plugins parent pom > > I deployed a new version of maven-scm-provider-cvsjava > without the uppercase, sorry. > > Emmanuel > > Cabasson Denis a écrit : > > Hi folks! > > > > Having t

RE: [vote] MNG-1577 as the default behavior

2007-03-15 Thread Cabasson Denis
Just a user here, but definitly a +1. Dependency version resolution should always stay tuned to the POM of the current project being built. Denis. > -Message d'origine- > De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 16 mars 2007 08:12 > À : Maven Developers List

RE: [VOTE] Release maven and plugins parent pom

2007-03-15 Thread Cabasson Denis
Hi folks! Having trouble with today's version of maven-release plugin. Looks like maven-release-manager depends on maven-scm-provider-cvsjava, while the deployed version is named maven-scm-provider-cvsJava (upper case j). Isn't that a bug of some sort? Cheers. Denis. > -Message d'origin

RE: [proposal] Maven site navigation changes

2006-08-24 Thread Cabasson Denis
Hum, is this just me, or the url for the sample page is kinda missing? (Didn't find any in the JIRA issue either) Denis. > -Message d'origine- > De : Pete Marvin King [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 24 août 2006 10:03 > À : Maven Developers List > Objet : [proposal] Maven sit

RE: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Cabasson Denis
ke other > plugins. Patches are welcome :) > > Cheers, > > Vincent > > [1] http://maven.apache.org/guides/development/guide-building-m2.html > > 2006/8/11, Cabasson Denis <[EMAIL PROTECTED]>: > > Hum, after futher investigation, no need to go that deep in c

RE: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRe n derer.java

2006-08-11 Thread Cabasson Denis
-Message d'origine- > De : Cabasson Denis [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 11 août 2006 13:06 > À : Maven Developers List > Objet : RE: svn commit: r430446 - in > /maven/plugins/trunk/maven-site-plug in: pom.xml > src/main/java/org/apache/maven/plugins/site/

RE: svn commit: r430446 - in /maven/plugins/trunk/maven-site-plug in: pom.xml src/main/java/org/apache/maven/plugins/site/ReportDocumentRen derer.java

2006-08-11 Thread Cabasson Denis
Hi Kenney, Your stuff looks nice, but it seems to be broken :( Well, at list, I can't use it (which is not completly the same thing). I'm trying to build a new Report, using your new AbstractMavenReport. When writing down my report, everything is fine. I the lauch a mvn install and it's installed

[Modello] Providing a modello's meta-model

2006-08-10 Thread Cabasson Denis
Well, I have been working for some time on modello now, and the most damageable point on modello right now is the complete lack of documentation. I have put up a metamodel documentation (under work): http://dcabasson.developpez.com/maven/modello-metamodel.html

RE: repository manager interface for review

2006-08-10 Thread Cabasson Denis
short > Envoyé : jeudi 10 août 2006 12:15 > À : Maven Developers List > Objet : Re: repository manager interface for review > > This site might be of help to you http://v03.browsershots.org/ > > Ben > > On 8/10/06, Cabasson Denis <[EMAIL PROTECTED]> wrote: > >

RE: repository manager interface for review

2006-08-10 Thread Cabasson Denis
and FF 1.5). Denis. > -Message d'origine----- > De : Cabasson Denis [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 10 août 2006 10:57 > À : Maven Developers List > Objet : RE: repository manager interface for review > > Nice enough. > > Jar icon is, well, how t

RE: Difference between default-value and expression metatags

2006-08-10 Thread Cabasson Denis
> It doesn't answer the issue at hand, but then Brett has > already done that :) > > -- > Dennis Lundberg > > > > Cabasson Denis wrote: > > Well, I was just wondering, what is the difference between: > > > > /** > > [EMAIL PR

RE: repository manager interface for review

2006-08-10 Thread Cabasson Denis
Nice enough. Jar icon is, well, how to put it, funny? Things I missed most in your interface was something to give me a hint of where links where. I find it really hard to see a link on a web interface when the only hint is the cursor going to hand. Ad minima, I would change the hover state of t

RE: Difference between default-value and expression metatags

2006-08-09 Thread Cabasson Denis
he same. The first is preferred, and the second > likely to be deprecated in future. > > - Brett > > On 9/08/2006 11:16 PM, Cabasson Denis wrote: > > Well, I was just wondering, what is the difference between: > > > > /** > > [EMAIL PROTECTED] > default-

Difference between default-value and expression metatags

2006-08-09 Thread Cabasson Denis
Well, I was just wondering, what is the difference between: /** [EMAIL PROTECTED] default-value="${project.build.directory}/generated-site/xdoc" */ private File outputDirectory; And /** [EMAIL PROTECTED] expression="${project.build.directory}/generated-site/xdoc" */ private File outputDirectory;

RE: Provide site descriptor? (was: Missing site descriptor)

2006-08-04 Thread Cabasson Denis
generated can be viewed online: http://dcabasson.developpez.com/maven/decoration.html Even though this model is not cristal clear (specially the item part with name/href or nested item), it's better than nothing. Cheers! Denis. > -Message d'origine- > De : Cabasson Deni

RE: Provide site descriptor? (was: Missing site descriptor)

2006-08-03 Thread Cabasson Denis
nformation updated. > > -Lukas > > [1] http://people.apache.org/~ltheussl/old-m1-pages/site.html > [2] http://maven.apache.org/maven-1.x/using/site.html > > > > Cabasson Denis wrote: > > Both new and old site documentation points to > > http://maven.apache.org/site.html

Missing site descriptor

2006-08-02 Thread Cabasson Denis
Both new and old site documentation points to http://maven.apache.org/site.html for the site descriptor. Looks like this page is missing right now. This could be a real pain for users trying to set up their sites. Could someone restore this page, or set a redir

RE: Mave site search box

2006-08-02 Thread Cabasson Denis
Now, that is a big box!!! Isn't there a way to make the Google logo a bit smaller? (I guess there are legals considerations there). For the design part, I would prefer 2 separate boxes for search and download. Would it be possible to add a radio button to include search in the mojo.codehaus.org

RE: Review surefire plugin documentation

2006-08-01 Thread Cabasson Denis
What about adding an entry to the faq, about code test re-use in other module? Question could be : How can I reuse my test code in other modules? And Answer could be a simple link to http://maven.apache.org/guides/mini/guide-attached-tests.html But cross referencing of any documentation is alway

RE: [discuss] A new name for the repository manager?

2006-08-01 Thread Cabasson Denis
Hi all, I guess concierge has more or less the same meaning as janitor. The meaning in french of concierge is not that great in french (most of times, they are an equivalent of magpies, chatting instead of working), much as janitor isn't that great in english. But the point is that the internatio

RE: Remote Deployment

2006-07-31 Thread Cabasson Denis
Guess you are on the wrong list there. This is [EMAIL PROTECTED] list, you should use the [EMAIL PROTECTED], as stated here : http://maven.apache.org/mail-lists.html Cheers! Denis. > -Message d'origine- > De : neeraj bisht [mailto:[EMAIL PROTECTED] > Envoyé : lundi 31 juillet 2006 09

RE: [vote] Release Maven DOCCK plugin

2006-07-28 Thread Cabasson Denis
Image path should be absolute path, rather than relative: Should be something like: The weird thing is that according to site.xml, path to image should be absolute... Don't really know what's happening. And as I don't have maven 2.0.5 yet. Denis. > -Message d'origine- > De : Dennis

Please review maven-verifier-plugin documentation

2006-07-27 Thread Cabasson Denis
Documentation is attached to JIRA issue: http://jira.codehaus.org/browse/MVERIFIER-2 If someone could be so kind as to find a staging place for it. Documentation isn't really that big, but this plugin is fairly simple, and not much used... All commen

[Maven-clean-plugin] MCLEAN-9 status?

2006-07-27 Thread Cabasson Denis
What is the current status of: http://jira.codehaus.org/browse/MCLEAN-9 (maven-clean-plugin doesn't remove the reporting output directory ${project.reporting.outputDirectory}) Looks like the property has been added to CleanMojo, but the directory isn't r

RE: Modello & maven-changes-plugin

2006-07-26 Thread Cabasson Denis
llet 2006 16:43 > À : Maven Developers List > Objet : Re: Modello & maven-changes-plugin > > Cabasson Denis wrote: > > Well, that's exactly my point. This format is not supported, > > currently, by modello. > > > > And my point was rather to write so

RE: Modello & maven-changes-plugin

2006-07-26 Thread Cabasson Denis
decision in my place :) I'll keep on trying to understand maven's code... Denis. > -Message d'origine- > De : Trygve Laugstøl [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 26 juillet 2006 15:40 > À : Maven Developers List > Objet : Re: Modello & maven-c

RE: Modello & maven-changes-plugin

2006-07-26 Thread Cabasson Denis
l [mailto:[EMAIL PROTECTED] > Envoyé : mercredi 26 juillet 2006 14:28 > À : Maven Developers List > Objet : Re: Modello & maven-changes-plugin > > Cabasson Denis wrote: > > My question is rather simple (I'm asking here, because I can't find > > any modello mailing

RE: Please review maven-assembly-plugin site documentation

2006-07-26 Thread Cabasson Denis
The simple examples index page is missing: Not Found The requested URL /~epunzalan/maven-assembly-plugin/examples/simple/index.html was not found on this server. It seems all of the simple files are missing. I guess it's a typo somewhere. I would definitly like to see a component example (i

RE: Modello & maven-changes-plugin

2006-07-26 Thread Cabasson Denis
(I'm not sure there are all people on users list)(http://xircles.codehaus.org/projects/modello/lists) But yes, you can use attribute. Emmanuel Cabasson Denis a écrit : > My question is rather simple (I'm asking here, because I can't find > any modello mailing list). > &

Modello & maven-changes-plugin

2006-07-26 Thread Cabasson Denis
My question is rather simple (I'm asking here, because I can't find any modello mailing list). Can modello handle situations such as: Johnny R. Ruiz III a tag with text data along with an attribute? I'm looking into changes plugin to have it use a modello model, but there is not much as a mat

RE: [vote] Promote maven-changelog-plugin and maven-changes-plugi n out of the sandbox

2006-07-25 Thread Cabasson Denis
Another trivial issue, which would be nice to fix before promotion (really trivial one): http://jira.codehaus.org/browse/MCHANGES-51 (patch submitted). Denis. -Message d'origine- De : Mike Perham [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 juillet 2006 20:11 À : Maven Developers List O

RE: Review surefire-report-plugin documentation

2006-07-21 Thread Cabasson Denis
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 other thing that could be improved (but that's really details, when you see how much more

Maven article page

2006-06-02 Thread Cabasson Denis
Just to submit two items for the maven article page: I have translated to french the article "An introduction to Maven 2" from Javaworld (of course with full authorization). http://dcabasson.developpez.com/articles/java/maven/introduction-maven2/ Would it be possible to add this to the article p