[m2] Problem on site generation with cdata tag

2006-09-19 Thread HUGOT Franck
Hello, When I use this project description : description ![CDATA[ Ce site est le portail de reference des deacute;veloppements sur la plateforme de TESTbr/ ]] /description I get this on the maven web site : Ce site est le portail

Problem with maven repository

2006-09-14 Thread HUGOT Franck
Maven2 fails to download http://dist.codehaus.org/org.mortbay.jetty/jars/servlet-api-2.5-6.0. I don't know why M2 is looking for the file there, since the file is on Ibiblio at http://www.ibiblio.org/maven2/org/mortbay/jetty/servlet-api/2.5-6.0.0beta12/ , and this is already cached in our Maven

RE: Problem with maven repository

2006-09-14 Thread HUGOT Franck
] I think this a very important problem in maven : the repository management! I have a deadline to use maven, it was working great when I try it but now I get this problem, why? I don't't change anything, only recreate local repository!! ---Message d'origine- --De : HUGOT Franck

RE: Problem with internal repository (checksum?)

2006-08-31 Thread HUGOT Franck
Thanks a lot for your response. But I always don't understand why it does not work. - In general, using a local repository (one populated with mvn install) a remote one is not a good idea, as the repository will lack some important pieces of information generated at

Problem with internal repository (checksum?)

2006-08-30 Thread HUGOT Franck
I have trouble with my organization repository (for maven2). Here is my configuration : I have an organisation repository on a tomcat server. This repository has been populated by all the maven plugins and my projects (this repository is the local repository of the maven tool installed

RE: Compilation errors on web site

2006-08-24 Thread HUGOT Franck
Hello, Does anybody have a response to my question? Thanks in advance. Franck HUGOT -Message d'origine- De : HUGOT Franck [mailto:[EMAIL PROTECTED] Envoyé : mercredi 23 août 2006 11:56 À : Maven Users List Objet : Compilation errors on web site Hello, Is there a way

Compilation errors on web site

2006-08-23 Thread HUGOT Franck
Hello, Is there a way to display compilation errors on generated maven's project web site? Do we have to use continuum? Thanks in advance. Franck HUGOT - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Maven with cargo plugin

2006-08-22 Thread HUGOT Franck
Hello, With cargo plugin, I would like to know if it's possible in only one goal to deploy a war if it does not exist in a container (example tomcat), and redeploy it if it already exists. I try to use deployer-redeploy or deployer-deploy goals, but it throws an error. Thanks a lot. Franck

RE: Maven and SVN

2006-07-17 Thread HUGOT Franck
-info.html rgds, Ciprian On 7/13/06, HUGOT Franck [EMAIL PROTECTED] wrote: Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the project with svn I would like to to this with maven. Is it possible? Thanks in advance

RE: Maven and SVN

2006-07-17 Thread HUGOT Franck
correctly you want something like: mvn scm:checkout -DconnectionUrl=url the url is scm specific: http://maven.apache.org/scm/scms-overview.html for additional parameters and goals of the scm plugin, see here: http://maven.apache.org/scm/plugins/plugin-info.html rgds, Ciprian On 7/13/06, HUGOT

RE: Maven and SVN

2006-07-17 Thread HUGOT Franck
scm:checkout -DconnectionUrl=scm:svn:https://your_url Emmanuel HUGOT Franck a écrit : OK, I try this but it seems that https plugin is not available in maven 2 repositoty? Does anybody know where I can find this plugin? (I use https for svn). Thanks

SCM with Maven philosophy

2006-07-17 Thread HUGOT Franck
Hello, I'd like to know what is the philosophy of using maven2 scm plugin. I put my pom.xml at the root dir of my project. Projet under SVN : MyProject/Pom.xml MyProject/Src/main/java/... ... So with the maven checkout command (mvn scm:checkout...), this pom is located

RE: SCM with Maven philosophy

2006-07-17 Thread HUGOT Franck
? -D On 7/17/06, HUGOT Franck [EMAIL PROTECTED] wrote: Hello, I'd like to know what is the philosophy of using maven2 scm plugin. I put my pom.xml at the root dir of my project. Projet under SVN : MyProject/Pom.xml MyProject/Src/main/java/... ... So with the maven checkout

RE: RE : Web site generation for multiple projects

2006-07-13 Thread HUGOT Franck
PROTECTED] ~ -Message d'origine- De : HUGOT Franck [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 10:26 À : Maven Users List Objet : RE: RE : Web site generation for multiple projects Me too. It seems that menu ref=modules / does

Maven and SVN

2006-07-13 Thread HUGOT Franck
Hello, I don't find any documentation about using maven and svn. Instead of doing a checkout of the project with svn I would like to to this with maven. Is it possible? Thanks in advance. ~ Franck HUGOT

Web site generation for multiple projects

2006-07-12 Thread HUGOT Franck
Hello, Is there a way to generate only one web site for multiple projects? I can't find a way to do this, except generate a web site for each project and develop a specific home page that refer to each project home page. Thanks in advance.

RE: Web site generation for multiple projects

2006-07-12 Thread HUGOT Franck
 : Maven Users List Objet : Re: Web site generation for multiple projects m1 or m2 ? m1 - you have to use the multiproject plugin m2 - you use directly the modules Arnaud On 7/12/06, HUGOT Franck [EMAIL PROTECTED] wrote: Hello, Is there a way to generate only one web site for multiple projects