RE: Maven 2 and Subversion

2007-09-07 Thread COPPENS, Fabien
Continuum integrates really effortlessly with Maven and Subversion. -Message d'origine- De : Mark Eramo [mailto:[EMAIL PROTECTED] Envoyé : vendredi 7 septembre 2007 16:28 À : Maven Users List Objet : Re: Maven 2 and Subversion Eric/Nick, Thanks for the information. I am fairly new

RE: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-06 Thread COPPENS, Fabien
/execution /executions /plugin Using this downloads all of the correct bits and pieces from the repository for XDoclet 1.2.3 HTH - Original Message - From: COPPENS, Fabien [EMAIL PROTECTED] To: users@maven.apache.org Sent: Wednesday, September 05, 2007 10:36 AM Subject

RE: Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-06 Thread COPPENS, Fabien
/artifactId version1.6.5/version /dependency /dependencies -Message d'origine- De : COPPENS, Fabien [mailto:[EMAIL PROTECTED] Envoyé : jeudi 6 septembre 2007 11:51 À : Maven Users List Objet : RE: Xdoclet plugin for generating EJB

RE: Maven plugin for Eclipse

2007-09-06 Thread COPPENS, Fabien
I believe you can configure this in your maven settings.xml file via a profile : pluginRepositories pluginRepository idMyDevRepo/id url

RE: Maven plugin for Eclipse

2007-09-06 Thread COPPENS, Fabien
, it is using our company's repository. But if I call a maven command out of Eclipse, it goes directly to the Maven Repo site. -Original Message- From: COPPENS, Fabien [mailto:[EMAIL PROTECTED] Sent: donderdag 6 september 2007 14:14 To: Maven Users List Subject: RE: Maven plugin for Eclipse

Xdoclet plugin for generating EJB sources of ejbdoclet project

2007-09-05 Thread COPPENS, Fabien
I am trying to automate the build of an EJB project that was generated in Eclipse 3.2.2 using the Web Tools Platform (WTP 1.5.4) wizard for ejbdoclet projects. This WTP service is based on xdoclet 1.3.2 (I see that in the project facets). I get a failure when trying to use the plugin

RE: Cyclic dependency problem

2007-09-04 Thread COPPENS, Fabien
Any ideas ?? De : COPPENS, Fabien Envoyé : mardi 28 août 2007 17:32 À : 'users@maven.apache.org' Objet : Cyclic dependency problem Hi all. I have just joined the list, so please forgive me if the exact same question has already been posted. Here is my

Cyclic dependency problem

2007-08-28 Thread COPPENS, Fabien
Hi all. I have just joined the list, so please forgive me if the exact same question has already been posted. Here is my use case : I have a project CORE_A which exposes a facade in the form of an EJB, which is built in a separate project EJB_A. I have a project CORE_B which exposes a facade in