Re: Read plugin configuration from another plugin

2016-04-28 Thread Julien HENRY
h 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 > wrote: > > > Hi guys, > > > > The Sonar

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 configu

Re: Aether migration => add Sonar mojo on wiki

2013-06-14 Thread Julien HENRY
Thanks. > De : Robert Scholte > >Done, thanks for reporting! > >Robert > >Op Fri, 14 Jun 2013 16:02:04 +0200 schreef Julien HENRY : > >> Hi, >> >> May someone add Sonar mojo in the list of mojo needing an update for  >> Maven 3.1 [1]. >> &g

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] https://cwiki.apache.org/confluence/display/MAVEN

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 > À : Maven Developers List > Cc : > Envoyé le : Dimanche 11 Décembre 2011 20h45 > Objet : pom.xml parser > > Hi all guys,

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 > À : Maven Developers List > Cc : > Envoyé le : Mardi 29 Novembre 2011 18h02 > Objet : [VOTE] release maven-assembly-plugin version 2.2.2 > > Hi, > > We solved N issues: > https://jira.codehaus.org/secure/ReleaseNote.jspa?p

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 J

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 >À : Maven Developers List ; Julien HENRY > >Envoyé le : Lundi 26 Septembre 20

Re: [VOTE] Release Apache Maven Wagon 2.0

2011-09-26 Thread Julien HENRY
Maven Developers List ; Julien HENRY > > 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 : >> Hi Olivier, >> >> I just trie

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: [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 > À : Maven Developers List > Cc : > Envoyé le : Lundi 1 Août 2011 21h02 > Objet : Re: [DISCUSS] Project lo

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 > À : Maven Developers List > 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 it was my typo in the first place, so yeah

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 writ

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

2011-07-22 Thread Julien HENRY
ere are failures from other plugins though...). > > Cheers, > -Lukas > > > On 07/22/2011 12:46 PM, Barrie Treloar wrote: >> On Fri, Jul 22, 2011 at 6:03 PM, Julien HENRY  > wrote: >>> Hi, >>> >>> I was not able to found a job on [1] building maven-ass

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: 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

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 un

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 > À : Maven Developers List > 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 for typo. > Read : > The site d

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 M

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 - Mess

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 h

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 : Re : [VOTE] Release Apache Maven 3.0-beta-1

2010-04-26 Thread Julien HENRY
--- [INFO] > [ERROR] BUILD ERROR 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 >

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 section. Regards, Julien - Message d'origine > De : Raphael Ackermann > À : Maven Developers List > Envoyé le : Ven 23 avril 2010, 11 h

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 > À : Maven Developers List > Envoyé le : Jeu 22 avril 2010, 18 h 16 min 46 s > Objet : Re: Re : MNG-4483 >

Re : MNG-4483

2010-04-22 Thread Julien HENRY
+1 - Message d'origine > De : Paul Benedict > À : Maven Developers List > 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? I don't think Maven can keep the .

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 > À : Maven Developers List > 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 < > ymailto="mailto:ol...@apache.org"; > href

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 > À : Maven Developers List > Envoyé le : Mer 10 Mars 2010, 9 h 15 min 17 s > Objet : Re: [VOTE]

Re : Maven 3 alpha status

2010-01-29 Thread Julien HENRY
ve 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 "xml.zip". This dependency was declared in

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 rea

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

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

2009-11-12 Thread Julien HENRY
a known issue? - Message d'origine ---- > De : Julien HENRY > À : Maven Developers List > 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

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 Ap

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

2009-11-02 Thread Julien HENRY
> De : Stephen Connolly > À : Maven Developers List > 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 it's been so long that if we > > release this a

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 - m

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. ... This is not what I consider a "big" change for endusers. Still my 2 cents. Regards, Jul

Re : non-xml poms in 3.x

2009-09-04 Thread Julien HENRY
Hi, > De : Jason van Zyl > [...] > 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 > be confusing

Re : New release of release plugin

2009-08-26 Thread Julien HENRY
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 : > Hi, > > In my company we have pre-commit hook that expect a special comment for >

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 : 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 À : Maven Developers List Envoyé le : Mercredi, 8 Avril

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 À : Maven Developers List Envoyé le : Mercredi, 8 Avril 2009, 10h37mn 07s Objet : Re : [VOTE] Release Maven eclipse plugin version 2.6 Same problem for me. - Message d'origine De :

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 À : Maven Developers List 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? Could they check that generated sources get

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

2009-03-24 Thread Julien HENRY
yes - Message d'origine De : Arnaud HERITIER À : Maven Developers List Envoyé le : Mardi, 24 Mars 2009, 14h35mn 20s Objet : Re: Re : [VOTE] Release Maven eclipse plugin version 2.6 did you try to remove your 2.6 copy locally to retry to download the pom ? 2009/3/24 Julien

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

2009-03-24 Thread Julien HENRY
Done: http://jira.codehaus.org/browse/MECLIPSE-536 - Message d'origine De : Arnaud HERITIER À : Maven Developers List Envoyé le : Mardi, 24 Mars 2009, 10h23mn 10s Objet : Re: Re : [VOTE] Release Maven eclipse plugin version 2.6 yes please. 2009/3/24 Julien HENRY > >

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: C:\Pr

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 m

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 À : Maven Developers List 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. So, let's take another look things with RC

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

2009-03-10 Thread Julien HENRY
d you file that in JIRA, and I'll take a look? If possible, please include the -e option so I can try to figure out where the different traces are being produced...it *might* be difficult to trace. -john Julien HENRY wrote: > Works fine and quickly, but here is a small question. In ca

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, but

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 : 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 d

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-RC1

2008-07-18 Thread Julien HENRY
ttached 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 te

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: net.sourceforge.jwebunit jwebunit-webtestcase-generator ${pom.version}

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=10500&styleName=Html&version=13138 >

RE : Re: [VOTE] Release Maven 2.0.7

2007-06-14 Thread Julien HENRY
I tried with 2.0-beta-4 and 2.0-beta-6. Same issue. --- Jason van Zyl <[EMAIL PROTECTED]> a écrit : > > On 14 Jun 07, at 12:48 AM 14 Jun 07, Julien HENRY > wrote: > > > IMHO it should be fixed before 2.0.7. If not, the > > release process will be broken (the scm

Re: [VOTE] Release Maven 2.0.7

2007-06-14 Thread Julien HENRY
lder version of > > the release plugin? > > > > On 13 Jun 07, at 8:01 AM 13 Jun 07, Julien HENRY > wrote: > > > >> (non-binding) -1 > >> > >> I just tried to prepare a release in a > multi-module > >> project. Usually, the release:

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 p

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
svn repoproblem 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.

Re : Jira down ?

2007-01-23 Thread Julien HENRY
ist 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

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 : https://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype-bundles/maven-arc

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 no

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

2006-12-05 Thread Julien Henry
anuel -- _____ 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

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 Envoyé le : Mardi, 28 Novembre 2006, 15h29mn 10s Objet : [vote] releasing archetype b

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

2006-10-02 Thread Julien Henry
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/> Porte de l’Arénas – Entrée B | 455

Re: checkout, edit and synergy

2006-09-27 Thread Julien Henry
and. For scm plugin, it will not be difficult (only 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&quo

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

Continuum and SVN error

2006-09-19 Thread Julien Henry
revision=559&content-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 **J

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 set path environement variable ?

2006-09-15 Thread Julien Henry
ATH*% but I get tons of errors, concerning my JDK. Thanks -- _________ 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 | 0

How to add a new provider ?

2006-09-14 Thread Julien Henry
uot;Cannot run update command". Now, how 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.capgemin

Synergy tasks

2006-09-13 Thread Julien Henry
mation on how works CM Synergy : http://confluence.public.thoughtworks.org/display/CC/CMSynergyConcepts Thanks for any suggestion ! -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com <http://www

Synergy provider

2006-09-01 Thread Julien Henry
another Licence? Thanks, -- _________ 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 Co

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