RE: Excluding documents fom xdocs in site generation

2005-03-01 Thread Siveton Vincent
Maybe let's have a look at: http://jira.codehaus.org/browse/MPXDOC-123 New property : list of xml files (or patterns) that are copied but not transformed maven.xdoc.xml.copy Vincent -Message d'origine- De : Martijn Dashorst [mailto:[EMAIL PROTECTED] Envoyé : 1 mars 2005 08:18 À :

RE: DTDs for project.xml and other maven xmls? maven with IDEA?

2005-02-25 Thread Siveton Vincent
Maven uses xsd (Schema Infoset Model) Lets add this following line in your project.xml project xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=http://maven.apache.org/xsd/maven-project-3.0 .0.xsd Vincent -Message d'origine- De : Filip Polsakiewicz

RE: I18n site

2005-02-14 Thread Siveton Vincent
Hi Brett, Well, according my experience, we also have these problems: there is classpath for bundles and another one for multiproject (maven reactor). Please check this mail: http://www.mail-archive.com/dev@maven.apache.org/msg21646.html Actually, I have no clue about it, what about you? Another

Maven reactor environment

2005-02-12 Thread Siveton Vincent
Hi every body, I have a question regarding maven:reactor. I am currently updating a plugin that is using the fmt tags. http://jakarta.apache.org/commons/jelly/libs/fmt/tags.html To achieve it, the first step is to copy my bundle directly in the following plugin directory ie: