Difference on the central repository of m2

2005-11-09 Thread Blaise Gosselin
Hello, I'm new to m2, and I'm wondering what's the difference between teh two followings URLs : http://www.ibiblio.org/maven2/org/apache/maven/plugins/ http://www.ibiblio.org/maven2/org/apache/maven/plugins/ http://www.ibiblio.org/maven2/plugins/org/apache/maven/plugins/

[m2] Which is the last/good version ?

2005-11-10 Thread Blaise Gosselin
Hello, I'm new to m2, and I'm actually downloading the plugins of m2 in my own remote repository. So, I'm wondering what is the good version of plugin such as the following one : http://www.ibiblio.org/maven2/org/apache/maven/maven-plugin-api/ Indeed, there are 6 directories, containing

How to make a quick mirror of the repository central ?

2005-11-10 Thread Blaise Gosselin
Hello, I have to use to my own remote reopsitory, and so I'd like to make a one-shot download of the central remote repository of Maven2. How can I do that ? Is there a way to connect by FTP to the ibiblio server ? Or is there a plugin in Maven2 that allows to make this ? Can I use a tool like

RE: How to make a quick mirror of the repository central ?

2005-11-10 Thread Blaise Gosselin
of the repository central ? You can use maven-proxy that can merge downloads from ibilio (and get repository upgrades) and private artifacts. This is usefull as you will get a private copy of maven repo limited to the artifact you're realy using in your projects. Blaise Gosselin a écrit : Hello

RE: How to make a quick mirror of the repository central ?

2005-11-10 Thread Blaise Gosselin
property for proxy auth settings, so populate that appropriately, and you should be good to go. YMMV, EOE, etc.. -Original Message- From: Blaise Gosselin [mailto:[EMAIL PROTECTED] Sent: 10 November 2005 10:10 To: Maven Users List Subject: RE: How to make a quick mirror of the repository

[m1] How to bundle an ejb-client into a web module ?

2005-11-14 Thread Blaise Gosselin
Hello, I'm using Maven 1.1-beta-2. I have a web module that have the following dependency : dependency groupIdgroupd/groupId artifactIdartifact/artifactId version1.0/version typeejb-client/type properties war.bundletrue/war.bundle /properties /dependency But

[m1] How to bundle an ejb-client into a web module ?

2005-11-14 Thread Blaise Gosselin
Hello, I'm using Maven 1.1-beta-2. I have a web module that have the following dependency : dependency groupIdgroupd/groupId artifactIdartifact/artifactId version1.0/version typeejb-client/type properties war.bundletrue/war.bundle /properties /dependency But

RE: [m1] How to bundle an ejb-client into a web module ?

2005-11-15 Thread Blaise Gosselin
- De : Blaise Gosselin [mailto:[EMAIL PROTECTED] Envoyé : lundi 14 novembre 2005 15:00 À : users@maven.apache.org Objet : [m1] How to bundle an ejb-client into a web module ? Hello, I'm using Maven 1.1-beta-2. I have a web module that have the following dependency : dependency

[m1] How to define my own remote repository in my maven installation ?

2005-11-17 Thread Blaise Gosselin
Hello, Is it possible to define my own remote repository in the installation directories of Maven 1 ? If yes, where should I configure it ? I know that it can be configured in a file project.properties of a maven project, but I'd like to define it only once for all my projects. Thanks in

RE: [m1] How to define my own remote repository in my maven installation ?

2005-11-17 Thread Blaise Gosselin
17 novembre 2005 13:49 To: Maven Users List Subject: RE: [m1] How to define my own remote repository in my maven installation ? Blaise Gosselin wrote on Thursday, November 17, 2005 1:46 PM: Hello, Is it possible to define my own remote repository in the installation directories of Maven 1

[m1] Run jar without the tests ?

2005-11-17 Thread Blaise Gosselin
Is it possible, in Maven 1, to disable the tests while executing the jar command ? __ _ _ _ bgOnline

Which mevenide should I use ?

2005-11-18 Thread Blaise Gosselin
Hello, I'm working with the following configuration : - Eclipse 3.1.0 - Maven 1.1-beta-2 - JDK 1.4.2_07 Which version of Mevenide should I use for compatibility ? Thanks in advance. __ _ _ _ bgOnline

Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
Hello, What is the best tool to use for Continuous Integration ? I've already tested the following : - CruiseControl : good tool but apparently, not yet supported in Maven 2 - Continuum : problem to add a Maven 1.x project, error messages not explicite enough, etc. Thanks in advance for

RE: Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
, where I can make a link to the results. _ _ _ bgOnline -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: vendredi 25 novembre 2005 15:49 To: Maven Users List Subject: Re: Continuous Integration Tool Blaise Gosselin a écrit

RE: Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
/INSI/EATE/IDVS/AIDV (+33) (01 61) 45 15 91 - [EMAIL PROTECTED] Blaise Gosselin [EMAIL PROTECTED

RE: Continuous Integration Tool

2005-11-25 Thread Blaise Gosselin
] Blaise Gosselin [EMAIL PROTECTED] Pour 25/11/2005 16:21 Maven Users List

Continuous Integration with Luntbuild

2005-11-27 Thread Blaise Gosselin
Hello, I'm currently trying the tool Luntbuild, which seems to be appropriate for my needs. Nevertheless, I don't manage to make it work for one of my project. I have a Subversion VCS repository, and one of my project is at the following url : http://tomcat/svn/commons/trunk/commons Thus,

RE: Continuous Integration with Luntbuild

2005-11-27 Thread Blaise Gosselin
! --- How can I solve this ? Thanks in advance... _ _ _ bgOnline -Original Message- From: Blaise Gosselin Sent: lundi 28 novembre 2005 8:37 To: Maven Users List Cc: '[EMAIL PROTECTED]' Subject: Continuous Integration with Luntbuild

How to define another local repository in Maven 1.1 ?

2005-12-09 Thread Blaise Gosselin
Hello, Is it possible to define another directory for the local repository in Maven 1.x ? Thanks in advance. ___ _ _ _ bgOnline

Local repository update from the remote repository

2005-12-15 Thread Blaise Gosselin
Hello, Is it possible to update the local repository from the remote repository ? Indeed, in my custom remote repository, I updated a jar file, and I want that when I launch a maven command on my workstation including this jar file, maven gets the new jar file from the remote repository.

RE: Local repository update from the remote repository

2005-12-15 Thread Blaise Gosselin
I forgot to mention that I was using maven 1.1. And when I look into the options, the -u option is for displaying help on using the current project. So, this option doesn't work for me. Or have I got to type the command maven install to update my repository ? _ _ _ _

How to include Java files generated by XDoclet ?

2006-02-20 Thread Blaise Gosselin
Hello, I'm generating some files using XDoclet, that I put in the directory project/target/xdoclet/my_generated_files. When I try to compile my sources, I get an error as the generated files aren't compiled. How can I add them for the compilation ? For info, I'm usnig Maven 1.1-beta-2.

Mevenide and Eclipse 3.1

2006-03-02 Thread Blaise Gosselin
Hello, I'm working under Eclipse 3.1.0 and Maven 1.1-beta-2. When I install the mevenide plugin for Eclipse, and that I try to launch a maven goal, I have the following exception : javax.xml.parsers.FactoryConfigurationError: Provider org.apache.xerces.jaxp.SAXParserFactoryImpl not found at

How to use Environment variables

2006-03-13 Thread Blaise Gosselin
Hello, Is it possible to use environment variables as a reference in the project.properties file ? In fact, I'd like to make a reference to my environment variable JBOSS_HOME as ${JBOSS_HOME}. Is it possible ? Thanks in advance... ___ _ _ _ bgOnline

Plugin JAR : bug maven.jar.final.name

2006-03-14 Thread Blaise Gosselin
Hello, I set the JAR variable maven.jar.final.name = ${pom.artifactId}-client-${pom.currentVersion}.jar. When I make a jar:install, I have this jar in my target directory, but the jar installed in my local repository is ${pom.artifactId}-${pom.currentVersion}.jar. What should I do in order to

Problem ejbdoclet and ejb:install

2006-03-16 Thread Blaise Gosselin
Hello, I'm using ejbdoclet to generate the EJB Classes for a project, that are put in the directory target/xdoclet/ejbdoclet of my project.. When I launche ejb:install, these classes are not included in my ejb-jar. What have I got to do for this ? Thanks in advance.