RE: Maven WAR project - how to bundle jars

2007-07-20 Thread Cabasson Denis
Hi, It should definitly be the case. Have you declared your packaging as war? Are you using the mvn package command to get you war? Cheers! Denis. -Message d'origine- De : John Coleman [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 juillet 2007 15:58 À : Maven Users List Objet

[Review] Please review French FAQ for Maven 2

2006-08-03 Thread Cabasson Denis
For those of you speaking french, a new Maven 2 FAQ has just been launched, and I would be interested in feedback about this faq: http://java.developpez.com/faq/maven/ http://java.developpez.com/faq/maven/ Are there any errors? What do you feel is missing? You can either contact me through

RE: [M204] reporting inheritance

2006-05-12 Thread Cabasson Denis
inheritance Hi Denis, Have a look at : http://jira.codehaus.org/browse/MNG-1931 Regards, - Yann 2006/5/12, Cabasson Denis [EMAIL PROTECTED]: Hi, I'm looking for some kind of reportManagement part in the POM. I'd like to set a default configuration for my reports in my parent POM without biding

[M204] reporting inheritance

2006-05-12 Thread Cabasson Denis
Hi, I'm looking for some kind of reportManagement part in the POM. I'd like to set a default configuration for my reports in my parent POM without biding them as report of this module. That way, every child module using this report would get the default configuration. I have tried adding this

[M202] Nightly site plugin broken?

2006-03-15 Thread Cabasson Denis
I'm working on the nightly builds of maven plugins, and the latest site plugin (20060314.165130-3) isn't working on my projects, which worked just fine yesterday. Here is the error stacktrace: [INFO] [site:site] [INFO]

[M2.0.2] sharing assembly descriptor across modules

2006-02-27 Thread Cabasson Denis
Hi, I have a multi-module project, and I'd like to use the same assembly descriptor for all my modules. I can put in the parent POM the assembly plugin configuration, but it will look for the assembly descriptor in each of my module. I'd like to use a single assembly descriptor (which is of

RE: Problems with Checkstyle, javadocs using Maven 2.0.1 for log4 j

2005-12-19 Thread Cabasson Denis
This FAQ is just great!!! Lots of answers there!!! Great work, thx to all the contributor of thie wiki!! As for Curt worries: The Javadoc report is emtpy (file:///Users/curta/log4j-mvn2/target/ site/apidocs/index.html) though the Javadoc generation did complete successfully and can be

[m2] JXR report not including CSS correctly

2005-12-16 Thread Cabasson Denis
I have a worry with the jxr plugin which isn't generating correct links to the CSS, and thus is rendered without style on some pages. The package-summary.html pages have a link to the CSS: link rel=stylesheet type=text/css href=\.\./\.\./\.\./stylesheet.css title=style / which of course isn't

RE: Problems with special characters in APT format (latin-1 and c opyright symbol)

2005-12-16 Thread Cabasson Denis
I have solved much of my encoding problems with: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-site-plugin/artifactId configuration outputEncodingUTF-8/outputEncoding /configuration /plugin in the build/plugins section of

RE: RE : Problems with special characters in APT format (latin-1 and copyright symbol)

2005-12-16 Thread Cabasson Denis
This is known problem, issue have been adressed in JIRA: http://jira.codehaus.org/browse/SUREFIRE-9 surefire has been fixed, not to take into account the locale (and thus no special chars in the generated XML files). guess we have to wait for a new build of the surefire plugin. -Message

[M2] [Ibiblio] Catalina 4.1.31

2005-11-23 Thread Cabasson Denis
Hi! I need the catalina 4.1.31 jar, but it seems it isn't in ibiblio (at least not in tomcat/catalina). Is there a way to get it in Ibiblio (I have read http://maven.apache.org/guides/mini/guide-ibiblio-upload.html but can't find a definite answer as to who can do this, do I have to contact the

[m2] Surefire report Locale

2005-11-21 Thread Cabasson Denis
My surefire-plugin (2.0) generates XML reports with my current Locale (FR). When trying to get a report out of those XML files, I get the following error. It's probably because in locale FR you tipe 0,187 instead of 0.187 (silly thing). Looks like the XML parser isn't taking this into account

RE: [m2] Surefire report Locale

2005-11-21 Thread Cabasson Denis
I've opened a JIRA issue on this point. There is definitly a line in the Parser not taking the Locale into account http://jira.codehaus.org/browse/MOJO-128 Hope someone will be able to fix it (shouldn't be that difficult). Thx Denis

RE: [m2] assembly : assembling multiple bundles

2005-11-17 Thread Cabasson Denis
That's correct. It will be fixed as time permits or patches arrive... there isn't really a workaround right now. On 11/17/05, Cabasson Denis [EMAIL PROTECTED] wrote: Hi, I'm trying to use the m2 assembly:assembly plugin. It works fine, and I have created 2 descriptors to assemble my project

[m2] assembly : assembling multiple bundles

2005-11-16 Thread Cabasson Denis
Hi, I'm trying to use the m2 assembly:assembly plugin. It works fine, and I have created 2 descriptors to assemble my project. Problem is I'd like them both to execute when I run the assemblt:assembly command. I can do this using the mvn assembly:assemble -Dmaven.assembly.descriptor=... syntaw