Re: Read plugin configuration from another plugin

2016-04-28 Thread Julien HENRY
t; > If you want to _READ_ the config, same approach as above with lifecycle > participant would work as it receives the _effective_ model. How would you > _interpret_ the config is another story. > > Thanks, > T > > On Thu, Apr 28, 2016 at 10:29 AM Julien HENRY <henr...@

Read plugin configuration from another plugin

2016-04-28 Thread Julien HENRY
Hi guys, The SonarQube plugin for Maven try to configure SonarQube analysis based on Maven project configuration. We are interested by project model (packaging, properties) but also by configuration of other plugins (m-compiler-p source and target for example). Our approach to get this

Aether migration = add Sonar mojo on wiki

2013-06-14 Thread Julien HENRY
Hi, May someone add Sonar mojo in the list of mojo needing an update for Maven 3.1 [1]. groupId: org.codehaus.mojo artifactId: sonar-maven-plugin affected goal: sonar Plugin Name: Sonar Maven Plugin [2] JIRA ticket: MSONAR-22 Thanks Julien [1]

Re: Aether migration = add Sonar mojo on wiki

2013-06-14 Thread Julien HENRY
Thanks. De : Robert Scholte rfscho...@apache.org Done, thanks for reporting! Robert Op Fri, 14 Jun 2013 16:02:04 +0200 schreef Julien HENRY henr...@yahoo.fr: Hi, May someone add Sonar mojo in the list of mojo needing an update for  Maven 3.1 [1]. groupId: org.codehaus.mojo

Re: pom.xml parser

2011-12-11 Thread Julien HENRY
Hi, I think it is https://svn.apache.org/repos/asf/maven/maven-3/trunk/maven-model/ (using modello). Regards, Julien - Mail original - De : Simone Tripodi simonetrip...@apache.org À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Dimanche 11 Décembre 2011 20h45

Re: PROPOSAL: Remote Profiles ( a limited alternative to mixins )

2011-12-05 Thread Julien HENRY
Profile are supposed to contains optional things. AFAIK it is always possible to disable a profile (-P!profileId). I don't think it is the same for mixins. I don't see a use case where mixins should be disabled. I even believe it is bad for build reproducibility. My 2 cents.

Re: [VOTE] release maven-assembly-plugin version 2.2.2

2011-11-30 Thread Julien HENRY
+1 (not binding) - Mail original - De : Benson Margulies bimargul...@gmail.com À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Mardi 29 Novembre 2011 18h02 Objet : [VOTE] release maven-assembly-plugin version 2.2.2 Hi, We solved N issues:

MASSEMBLY-561: Encoding issue with assembly filtering

2011-09-27 Thread Julien HENRY
Hi, Sorry for the insistence, but could someone have a look at my patch for MASSEMBLY-561. John Casey started to look at the patch but seems he is busy. We have users that are forced to use a custom released version of m-assembly-p and I wouldn’t like this situation to stay as it is. Thanks

Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
Hi Olivier, I just tried to use new wagon with Maven 3.0.3 to mvn clean install an already previously built project and I get tons of message in logs similar to: Downloading: http://nexus.mycompany.fr/content/groups/public-releases/org/apache/commons/commons-exec/1.0.1/commons-exec-1.0.1.pom

Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
...@apache.org À : Maven Developers List dev@maven.apache.org; Julien HENRY henr...@yahoo.fr Cc : Envoyé le : Lundi 26 Septembre 2011 16h47 Objet : Re: [VOTE] Release Apache Maven Wagon 2.0 is the artifact correctly downloaded ? 2011/9/26 Julien HENRY henr...@yahoo.fr: Hi Olivier, I just tried

Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
It was a configuration issue of my MRM, so the log was in fact good to detect the problem. Thanks for the tip about ProxyPassReverseCookiePath De : Olivier Lamy ol...@apache.org À : Maven Developers List dev@maven.apache.org; Julien HENRY henr...@yahoo.fr

Re: [DISCUSS] Project local setting.xml

2011-08-01 Thread Julien HENRY
What is the point of putting a settings.xml in your SCM next to your pom.xml? In this case just add the repos in the root pom. ++ Julien - Mail original - De : Milos Kleint mkle...@gmail.com À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Lundi 1 Août 2011 21h02

Re: Do we want to push a Maven Release Plugin 2.2.1 to include MRELEASE-697?

2011-07-28 Thread Julien HENRY
+1 for a 2.2.1 Thanks - Mail original - De : Stephen Connolly stephen.alan.conno...@gmail.com À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Jeudi 28 Juillet 2011 16h28 Objet : Re: Do we want to push a Maven Release Plugin 2.2.1 to include MRELEASE-697? well

Encoding support with m-assembly-p filtering

2011-07-25 Thread Julien HENRY
Hi, We are facing an issue with projects using resource filtering with m-assembly-p (filtering=true in a fileset). m-assembly-p always use default platform encoding to do filtering. It seems this plugin was forgotten during introduction of project.build.sourceEncoding property [1]. I have

No continuous integration of maven-assembly-plugin?

2011-07-22 Thread Julien HENRY
Hi, I was not able to found a job on [1] building maven-assembly-plugin and associated ITs. Why maven-assembly-plugin is not in http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml ? Regards, Julien [1] https://builds.apache.org

Re: No continuous integration of maven-assembly-plugin?

2011-07-22 Thread Julien HENRY
Thanks Lukas. Now I can try to figure out why some ITs are not working on my box (French Linux). ;) - Mail original - De : Lukas Theussl ltheu...@apache.org À : Maven Developers List dev@maven.apache.org Cc : Envoyé le : Vendredi 22 Juillet 2011 14h45 Objet : Re: No continuous

Maven API to partially edit pom.xml

2011-04-13 Thread Julien HENRY
Hi, I would like to know if there is a standard Maven API to edit parts of a pom.xml. I managed to parse a pom to a Model using ModelBuilder. Then I can do some modifications and write Model to file using ModelWriter. But of course it will completly rewrite the pom (loosing comments, writing

Re: Maven API to partially edit pom.xml

2011-04-13 Thread Julien HENRY
to partially edit pom.xml On 04/13/2011 07:56 AM, Julien HENRY wrote: I would like to know if there is a standard Maven API to edit parts of a pom.xml. I managed to parse a pom to a Model using ModelBuilder. Then I can do some modifications and write Model to file using ModelWriter

Re : [VOTE] Release Maven Site Plugin 3.0-beta-3 for maven 3

2010-10-18 Thread Julien HENRY
+1 Fix for MSITE-512 works fine. Thanks, Julien - Message d'origine De : Olivier Lamy ol...@apache.org À : Maven Developers List dev@maven.apache.org Envoyé le : Lun 18 octobre 2010, 11h 31min 28s Objet : Re: [VOTE] Release Maven Site Plugin 3.0-beta-3 for maven 3 Oups Sorry

Re : [VOTE] Release Apache Maven 3.0

2010-10-05 Thread Julien HENRY
After trying to migrate JWebUnit build to Maven 3 (especially site section) I think I found a regression: http://jira.codehaus.org/browse/MNG-4852 It seems configuration defined in reportSet section is no more taken into account. Regards, Julien - Message d'origine De : Benjamin

Re : [VOTE] Release Apache Maven 3.0

2010-10-04 Thread Julien HENRY
+1 (non-binding) I use it everyday on my dev computer. Missing functionalities are Hudson, Sonar and m2eclipse (simple) integration but I feel it will be quickly done once Maven 3 is officially released. Thanks for the good work! Julien - Message d'origine De : Benjamin Bentmann

Re : Why is Julia Antonova/Tumlare subscribed

2010-07-10 Thread Julien HENRY
Don't take in consideration messages from Martin Gainty. As Julia is a great vacationer, Martin is some sort of bot that answers randomly (in the time) to a question with a totally random answer. Not totally random I think. Sometimes there is a connection between the previous post and

Re : Moving to TestNG JUnit4?

2010-06-09 Thread Julien HENRY
JUnit 4 apparently runs JUnit 3 tests out of the box I can confirm that (starting from JUnit 4.7 if I remember correctly). I usually upgrade all my projects to JUnit 4. This way I can write new tests using JUnit 4 style and keep old tests with JUnit 3 style. My 2 cts ++ Julien -

Re : [VOTE] Release some Maven Archetypes

2010-04-28 Thread Julien HENRY
Hi, Now that latest m-compiler-p version set Java 1.5 as default, I suggest to update archetype quickstart to be Java 1.5 compliant: - JUnit 4 by default - use latest m-compiler-p or keep the default one but set source/target to 1.5 Each time I use quickstart archetype this is the things I

Re : Re : [VOTE] Release Apache Maven 3.0-beta-1

2010-04-26 Thread Julien HENRY
Raphael On Fri, Apr 23, 2010 at 12:04, Julien HENRY href=mailto:henr...@yahoo.fr;henr...@yahoo.fr wrote: Hi, This profile will only works in your projet pom (or better in your corporate super pom). Profiles in settings.xml are not allowed to have a build section. Regards, Julien

Re : [ANN] Apache Maven 3.0-beta-1 Released

2010-04-26 Thread Julien HENRY
Hi, I have the following error using Maven 3.0-beta-1. Before trying to reproduce on a smaller project, could you please have a look and tell me if this is a known issue. The only similar issue I have found is: MENFORCER-55 $ mvn versions:display-plugin-updates -X [...] [DEBUG] final aggregate

Re : [VOTE] Release Apache Maven 3.0-beta-1

2010-04-23 Thread Julien HENRY
Hi, This profile will only works in your projet pom (or better in your corporate super pom). Profiles in settings.xml are not allowed to have a build section. Regards, Julien - Message d'origine De : Raphael Ackermann raphael.ackerm...@gmail.com À : Maven Developers List

Re : MNG-4483

2010-04-22 Thread Julien HENRY
+1 - Message d'origine De : Paul Benedict pbened...@apache.org À : Maven Developers List dev@maven.apache.org Envoyé le : Jeu 22 avril 2010, 17 h 14 min 15 s Objet : MNG-4483 3.0-beta-1 being a beta release, it's getting close to GA. I was wondering can MNG-4483 be addressed?

Re : Re : MNG-4483

2010-04-22 Thread Julien HENRY
1) check if .mvn exists 2) if .mvn doesn't exist then check if .m2 exists 3) if .m2 doesn't exist then create .mvn and use it ++ Julien - Message d'origine De : Wendy Smoak wsm...@gmail.com À : Maven Developers List dev@maven.apache.org Envoyé le : Jeu 22 avril 2010, 18 h 16 min

Re : [VOTE] Release Maven EJB Plugin 2.2.1

2010-03-18 Thread Julien HENRY
+1 Julien - Message d'origine De : Tamás Cservenák ta...@cservenak.net À : Maven Developers List dev@maven.apache.org Envoyé le : Mer 17 mars 2010, 23 h 50 min 59 s Objet : Re: [VOTE] Release Maven EJB Plugin 2.2.1 +1 On Wed, Mar 17, 2010 at 10:28 PM, Olivier Lamy

Re : [VOTE] Release Apache Maven 3.0-alpha-7

2010-03-10 Thread Julien HENRY
+1 And +1 to change alpha to something less frightening for corporate projects. rc, preview, or milestone would be fine. Thanks Julien - Message d'origine De : nicolas de loof nicolas.del...@gmail.com À : Maven Developers List dev@maven.apache.org Envoyé le : Mer 10 Mars 2010, 9

Maven 3 alpha status

2010-01-29 Thread Julien HENRY
Hi, Yesterday I spend 2 hours fixing a nasty bug with EAR plugin and dependency with type xml.zip. This dependency was declared in another module of the reactor, and was a dependency of a plugin (maven-andromda-plugin). So there is no reason that the ear plugin see this dependency. As I read

Re : Maven 3 alpha status

2010-01-29 Thread Julien HENRY
Janvier 2010, 15 h 14 min 59 s Objet : Re: Maven 3 alpha status Which bug are your talking about? Have you filled something in Jira? S. On Fri, Jan 29, 2010 at 12:08 PM, Julien HENRY wrote: Hi, Yesterday I spend 2 hours fixing a nasty bug with EAR plugin and dependency with type

Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-12 Thread Julien HENRY
? - Message d'origine De : Julien HENRY henr...@yahoo.fr À : Maven Developers List dev@maven.apache.org Envoyé le : Mar 10 Novembre 2009, 15 h 56 min 15 s Objet : Re : [VOTE] Release Apache Maven 3.0-alpha-3 Hi, I don't know if it is related to Maven 3, but I'm not able to update

Re : Re : Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-12 Thread Julien HENRY
. You have to add it in your pom. -- Olivier 2009/11/12 Julien HENRY : Another issue I have with Maven 3: trying to deploy an artifact with release:perform, I get the following error: [INFO] [ERROR] Error deploying artifact: Unsupported Protocol: 'dav': Cannot find wagon which

Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Julien HENRY
Hi, I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version. What's wrong? mvn compile -U -X

Re : What's blocking releasing maven-compiler-plugin?

2009-11-02 Thread Julien HENRY
De : Stephen Connolly stephen.alan.conno...@gmail.com À : Maven Developers List dev@maven.apache.org Envoyé le : Lun 2 Novembre 2009, 8 h 49 min 47 s Objet : Re: What's blocking releasing maven-compiler-plugin? 2009/11/1 Jason van Zyl : I think it's akin to the surefire plugin. Where

Regression with maven-javadoc-plugin 2.6.1 and release:perform

2009-10-30 Thread Julien HENRY
Hi, I have a multimodule project and it fails during release:perform with new javadoc plugin. I'm working on a simple project to open an issue, but let me explain the issue in case someone can tell me if there is something wrong in my configuration. Say my project is composed of: Parent -

Re : Re : non-xml poms in 3.x

2009-09-05 Thread Julien HENRY
In the very specific case of groupId/artifactId/version pattern which is currently very verbose I would tend to agree to allow shorter syntax using attributes instead of elements. dependency groupId= artifactId= version= classifier= scope=/ plugin groupId= artifactId= version=

Re : non-xml poms in 3.x

2009-09-04 Thread Julien HENRY
Hi, De : Jason van Zyl jvan...@sonatype.com [...] Personally, I don't see a different XML format being any great usability gain. With editors and IDEs it's not that bad and you also have to consider what people are already accustom to. I honestly think another XML format would just

Re : New release of release plugin

2009-08-26 Thread Julien HENRY
to release sources formats issue as we have solved this, we can certainly made more releases now. I can take this point and start this (but I can give an exact date it depends on my spare time :-) ). Thanks, -- Olivier 2009/8/25 Julien HENRY henr...@yahoo.fr: Hi, In my company we have pre-commit hook

New release of release plugin

2009-08-25 Thread Julien HENRY
Hi, In my company we have pre-commit hook that expect a special comment for commit and tag. Because of MRELEASE-442 I can't use latest version of release plugin. Is it planned to do a new release as the current one was done in March? Regards, Julien

Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-04-08 Thread Julien HENRY
Same problem for me. - Message d'origine De : Barrie Treloar baerr...@gmail.com À : Maven Developers List dev@maven.apache.org Envoyé le : Mardi, 24 Mars 2009, 3h13mn 30s Objet : Re: [VOTE] Release Maven eclipse plugin version 2.6 Does anyone else use xmlbeans in their projects?

Re : Re : Maven eclipse plugin 2.6 regression with xmlbeans (was: [VOTE] Release Maven eclipse plugin version 2.6)

2009-04-08 Thread Julien HENRY
Sorry for the spam, but finally it seems it is an xmlbeans bug that I only discover now. So this is not a regression. http://jira.codehaus.org/browse/MXMLBEANS-54 Regards, Julien - Message d'origine De : Julien HENRY henr...@yahoo.fr À : Maven Developers List dev@maven.apache.org

Re : Maven eclipse plugin 2.6 regression with xmlbeans (was: [VOTE] Release Maven eclipse plugin version 2.6)

2009-04-08 Thread Julien HENRY
I've submitted a bug: MECLIPSE-549 - Message d'origine De : Julien HENRY henr...@yahoo.fr À : Maven Developers List dev@maven.apache.org Envoyé le : Mercredi, 8 Avril 2009, 10h37mn 07s Objet : Re : [VOTE] Release Maven eclipse plugin version 2.6 Same problem for me. - Message

Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-03-24 Thread Julien HENRY
I got the following error: mvn clean install eclipse:eclipse -Pstaged -cpu ... [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin

Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-03-24 Thread Julien HENRY
Hi, It seems I can't manage to download the plugin pom.xml. Only the JAR is downloaded in my local repo: mvn -Pstaged-releases clean install eclipse:eclipse -cpu -X + Error stacktraces are turned on. Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100) Java version: 1.6.0_12 Java home:

Re : Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-03-24 Thread Julien HENRY
. 2009/3/24 Julien HENRY henr...@yahoo.fr I got the following error: mvn clean install eclipse:eclipse -Pstaged -cpu ... [INFO] [ERROR] BUILD ERROR [INFO

Re : Re : [VOTE] Release Maven eclipse plugin version 2.6

2009-03-24 Thread Julien HENRY
to download the pom ? 2009/3/24 Julien HENRY henr...@yahoo.fr Hi, It seems I can't manage to download the plugin pom.xml. Only the JAR is downloaded in my local repo: mvn -Pstaged-releases clean install eclipse:eclipse -cpu -X + Error stacktraces are turned on. Apache Maven 2.1.0 (r755702; 2009-03

Re : [PLEASE TEST] Maven 2.1.0-RC3

2009-03-17 Thread Julien HENRY
Works fine for me. Good job! - Message d'origine De : John Casey jdca...@commonjava.org À : Maven Developers List dev@maven.apache.org Envoyé le : Lundi, 16 Mars 2009, 17h51mn 16s Objet : [PLEASE TEST] Maven 2.1.0-RC3 Okay, It looks like the last known bugs are resolved for 2.1.0.

Re : [PLEASE TEST] Maven 2.1.0-RC1

2009-03-10 Thread Julien HENRY
Works fine and quickly, but here is a small question. In case of error, is it possible to avoid duplication of the error message? Example: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure Failure executing javac,

Please release new version of Javadoc plugin

2008-12-10 Thread Julien HENRY
Hi Maven team! JWebUnit project is bitten by http://jira.codehaus.org/browse/MJAVADOC-181 I would like to know if someone could apply the provided patch and push a new SNAPSHOT (and even better release a new version to avoid a SNAPSHOT dependency). Thank you very much Julien

Re : [PLEASE TEST] Maven 2.0.10-RC2

2008-07-24 Thread Julien HENRY
During my build, Maven try to download artifacts from http://cvs.apache.org/maven-snapshot-repository I don't know where this repository come from (it's not in my pom.xml nor in my settings.xml). Is it a bug? Regards - Message d'origine De : Brett Porter [EMAIL PROTECTED] À : Maven

Re : Re : [PLEASE TEST] Maven 2.0.10-RC2

2008-07-24 Thread Julien HENRY
: Re: Re : [PLEASE TEST] Maven 2.0.10-RC2 I have seen this in 2.0.9 but not able to produce it. -D On Thu, Jul 24, 2008 at 12:31 AM, Julien HENRY [EMAIL PROTECTED] wrote: During my build, Maven try to download artifacts from http://cvs.apache.org/maven-snapshot-repository I don't know where

Re : [PLEASE TEST] Maven 2.0.10-RC1

2008-07-18 Thread Julien HENRY
Hi John, I can't manage to build JWebUnit anymore with 2.0.10-RC1. One of my module is depending on the other one using this syntax: dependency groupIdnet.sourceforge.jwebunit/groupId

Re : Re : [PLEASE TEST] Maven 2.0.10-RC1

2008-07-18 Thread Julien HENRY
the attached test POM into an integration test before closing this issue. -john John Casey wrote: I'll give it a try today and see if I can reproduce the problem. Then, we should file a JIRA ticket so it shows up on the release notes, and I'll fix it. Thanks for testing! -john Julien

RE : [VOTE] Release Maven 2.0.7 (take 2)

2007-06-18 Thread Julien HENRY
Hi, Was something done concerning my problem with error not stopping build during release? ++ Julien --- Jason van Zyl [EMAIL PROTECTED] a écrit : Hi, The release notes are here: http://jira.codehaus.org/secure/ReleaseNote.jspa? projectId=10500styleName=Htmlversion=13138 The tag

Re: [VOTE] Release Maven 2.0.7

2007-06-14 Thread Julien HENRY
, Julien HENRY wrote: (non-binding) -1 I just tried to prepare a release in a multi-module project. Usually, the release:prepare failed (because Maven does not find released dependent artifact). An easy fix was to run mvn install and then mvn release:prepare again

Re: [VOTE] Release Maven 2.0.7

2007-06-13 Thread Julien HENRY
(non-binding) -1 I just tried to prepare a release in a multi-module project. Usually, the release:prepare failed (because Maven does not find released dependent artifact). An easy fix was to run mvn install and then mvn release:prepare again. The problem I have with maven-2.0.7 is release

Invalid link on Maven site

2007-02-12 Thread Julien HENRY
Hi, On this page : http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html The link : Check out the Guide to Configuring Maven if necessary. is invalid. ++ Julien

Re : portlet archetype broken

2007-01-24 Thread Julien HENRY
problem in my connection ). Cheers, Franz [1] http://jira.codehaus.org/browse/ARCHETYPE-40 On 1/23/07, Julien HENRY [EMAIL PROTECTED] wrote: Hi again, I was trying the portlet archetype, but the latest release is totally broken, and it is not fixed on SVN. I don't know what happend

Jira down ?

2007-01-23 Thread Julien HENRY
Hi everyone, I can't access Jira anymore (http://jira.codehaus.org/), nor ibiblio (http://ibiblio.org/maven2). Do you know if something is broken? Thanks Julien ___ Découvrez une

portlet archetype broken

2007-01-23 Thread Julien HENRY
Hi again, I was trying the portlet archetype, but the latest release is totally broken, and it is not fixed on SVN. I don't know what happend, but in each file, the content is duplicated multiple time. ie :

Re : Jira down ?

2007-01-23 Thread Julien HENRY
Subject: Re: Jira down ? JIRA works fine for me, even if it's a bit slow... As for the repository, you can use the following URL: http://repo1.maven.org/maven2/ Fabrice. On 1/23/07, Julien HENRY [EMAIL PROTECTED] wrote: Hi everyone, I can't access Jira anymore (http://jira.codehaus.org

Re: [VOTE] Release Maven-SCM 1.0-beta-4

2006-12-05 Thread Julien Henry
-- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l’Arénas – Entrée B | 455 Promenade des Anglais | 06200 Nice **Join the Collaborative Business Experience

Re : [vote] releasing archetype bundles

2006-11-28 Thread Julien HENRY
Hi, Perhaps could you update archetypes to put junit-3.8.2 instead of junit-3.8.1 in the generated pom? ++ Julien - Message d'origine De : Jason van Zyl [EMAIL PROTECTED] À : Maven Developers List dev@maven.apache.org Envoyé le : Mardi, 28 Novembre 2006, 15h29mn 10s Objet : [vote]

Re: How to use VSS in Maven 2 together with Continuum?

2006-10-03 Thread Julien Henry
the same problem. Is there particular thing I need to do to register the new scm provider? Could anybody help? Thanks a lot, Bill -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com

Re: checkout, edit and synergy

2006-09-27 Thread Julien Henry
change working dir), but I don't know what is the amount of work for Continuum. Any suggestion ? ++ Julien Julien Henry a écrit : Hi, I have another problem with Synergy scm plugin. Here is what is already done: working dir $ mvn scm:checkout -DconnectionUrl=scm:synergy:myProjet~1.0 run

Continuum and SVN error

2006-09-19 Thread Julien Henry
-type=text%2Fplain -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l’Arénas – Entrée B | 455 Promenade des Anglais | 06200 Nice **Join the Collaborative Business

Add command

2006-09-19 Thread Julien Henry
Hi, I would like to know what plugin use add command in scm API? AFAIK, scm plugin do not provide a target to add a new file to the scm. How can I do such a thing? Thanks -- _ Julien HENRY | **Capgemini Sud **| Nice

How to set path environement variable ?

2006-09-15 Thread Julien Henry
-- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l’Arénas – Entrée B | 455 Promenade des Anglais | 06200 Nice **Join the Collaborative Business Experience

Re: How to set path environement variable ?

2006-09-15 Thread Julien Henry
Oups sorry, I was playing with too many terminals... and using the only one that was not closed since I set PATH variable. Julien Henry a écrit : Hi, I try to run a simple command from the provider : mvn scm:checkout -DconnectionUrl=scm:synergy:BGZBFZH~1 -X ... [DEBUG] Configuring mojo

How to add a new provider ?

2006-09-14 Thread Julien Henry
to make maven-scm-plugin aware of the presence of the synergy provider ? Thanks. -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l’Arénas – Entrée B | 455 Promenade

Synergy tasks

2006-09-13 Thread Julien Henry
! -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l’Arénas – Entrée B | 455 Promenade des Anglais | 06200 Nice **Join the Collaborative Business Experience

Synergy provider

2006-09-01 Thread Julien Henry
, -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l’Arénas – Entrée B | 455 Promenade des Anglais | 06200 Nice **Join the Collaborative Business Experience

Writing CM Synergy plugin for Maven

2006-08-14 Thread Julien HENRY
Hi,My next job (on september) will be to write a plugin for CM Synergy. I'm already an advanced user of Maven 2, and I have already used several scm (CVS, SVN and VSS). Could you give me some tips that will help me writing such a plugin?ThanksJulien