[Announce] Release of SonarQube Maven Plugin 2.5

2015-01-09 Thread Julien HENRY
-104] - Avoid nested source folders ** Task * [MSONAR-93] - Provide project dependencies for SonarQube 5.0 * [MSONAR-103] - Use new Java specific properties to specify classpath Enjoy, The Mojo team. Julien HENRY

[Announce] Release of SonarQube Maven Plugin 2.4

2014-07-15 Thread Julien HENRY
of sonar.sources     * [MSONAR-83] - Populate sonar.libraries Enjoy, The Mojo team. Julien HENRY - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

[ANN] SonarQube Maven Plugin 2.3.1 Released

2014-06-05 Thread Julien HENRY
plugin configuration: plugin     groupIdorg.codehaus.mojo/groupId     artifactIdsonar-maven-plugin/artifactId     version2.3.1/version /plugin Release Notes     * [MSONAR-77] - Unable to analyze deep multi-module projects on SonarQube 4.3+ Enjoy, The Mojo team. Julien HENRY

[ANN] SonarQube Maven Plugin 2.3 Released

2014-05-27 Thread Julien HENRY
Maven encryption mechanism for SonarQube passwords     * [MSONAR-60] - Embed sonar-runner Enjoy, The Mojo team. Julien HENRY - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h

Deploying to dav repo behind a proxy

2012-02-02 Thread Julien HENRY
Hi, Does someone have a working configuration for deploying artifacts to a dav repository from behind a proxy with Maven 2.2.1 AND Maven 3.0.x? Currently I only managed to have something working with Maven 3.0.x but I still have the polluting message: SLF4J: Failed to load class

Re: How to generate dependency diagram like on http://maven.apache.org/ref/3.0.3/

2011-12-28 Thread Julien HENRY
Hi, It is manually done with OpenOffice/LibreOffice: http://svn.apache.org/viewvc/maven/maven-3/trunk/src/site/xdoc/maven-deps.odg Regards, Julien - Mail original - De : Ansgar Konermann ansgar.konerm...@googlemail.com À : Maven Users List users@maven.apache.org Cc : Envoyé le :

Checksum issue with webdav deploy

2011-12-07 Thread Julien HENRY
Hi, I was bitten by bug OutOfMemory when deploying big files (http://jira.codehaus.org/browse/WAGON-272) so I decided to switch to dav protocol. In my pom I have added dav: in front of URL in distributionManagement section, and also added webdav wagon this way: build   pluginManagement    

Re: How to run a plugin across all modules during release:perform

2011-12-07 Thread Julien HENRY
Hi, Maybe it is related to @aggregator on the goal of the plugin? http://maven.apache.org/developers/mojo-api-specification.html Regards, Julien - Mail original - De : Ben Tatham bentat...@nanometrics.ca À : users@maven.apache.org Cc : Envoyé le : Mercredi 7 Décembre 2011 15h41

Invalid pom in a range = unable to build

2011-11-09 Thread Julien HENRY
Hi, I have a project using a range as version for a dependency. From Maven 3 release notes I can see that: Last but not least, Maven 3 inspects the POMs of all matching versions when processing version ranges to enable sophisticated conflict resolution. My concern is that among all versions

Re: Reactor doesn't build parent poms first?

2011-08-23 Thread Julien HENRY
Same use case for me. Most of the time users work on single module. But we also create artificially (using svn:externals) big multimodule builds with an aggregator pom. This is to allow a full clean build on CI platform. relativePath is set to empty in order to avoid maven complains when

Re: Reactor doesn't build parent poms first?

2011-08-22 Thread Julien HENRY
According to my own tests, with Maven 3 the parent pom is resolved according to the following algorithm: IF relativePath != THEN   IF pom is found at relativePath location and GAV match   THEN use this pom as parent   ELSE log a warning and useRepo=true   ENDIF ELSE   useRepo=true ENDIF

Re: release plugin tagging with -SNAPSHOT

2011-07-28 Thread Julien HENRY
Hi, We are facing the same issue. This is a regression since last release of m-release-p. The proposed tag name contains a -SNAPSHOT. http://jira.codehaus.org/browse/MRELEASE-697 Regards, Julien - Mail original - De : Barrie Treloar baerr...@gmail.com À : Maven Users List

Maven API: how to get reactor order

2011-07-22 Thread Julien HENRY
Hi, Background: I'm trying to develop a release helper tool for my company. We can't use the maven-release-plugin for several reasons. We have a notion that is like a release train were several projects must be released at the same time. These projects can be Maven multi-module projects. These

Re: Maven API: how to get reactor order

2011-07-22 Thread Julien HENRY
@maven.apache.org Cc : Envoyé le : Vendredi 22 Juillet 2011 13h07 Objet : Re: Maven API: how to get reactor order On 22/07/2011 4:08 AM, Julien HENRY wrote: Hi, Background: I'm trying to develop a release helper tool for my company. We can't use the maven-release-plugin for several

Re: Maven API: how to get reactor order

2011-07-22 Thread Julien HENRY
on myproject.version of each other. Then, when you changed the value of myproject.version, the build would break at that instant and you could fix it. Screwing with Maven and writing plug-ins to fix this, is the hard way to solve a simple problem. Ron On 22/07/2011 8:28 AM, Julien HENRY wrote

Synchro issue between codehaus and central?

2011-07-21 Thread Julien HENRY
Hi, I have a problem using org.codehaus.sonar-plugins.pdf-report:maven-pdfreport-plugin:1.2. Nexus refuses to download the pom because md5 checksum doesn't match. I did some tests, and here are my results: Central [1] :     - md5sum computed on downloaded pom =

Re: breaking backwards compatibility

2011-04-13 Thread Julien HENRY
Hi, This problem is not specific to Maven, but this is a Java issue. Running javac on P with -classpath=A.jar, B.jar, X-2.0.jar, X-1.0.jar will not work nor -classpath=A.jar, B.jar, X-1.0.jar, X-2.0.jar If you want to be able to use two versions of the same class side by side... you have to

Re: read password protected zip

2011-04-13 Thread Julien HENRY
I don't think so, Stackoverflow question is self explaining: http://stackoverflow.com/questions/166340/write-a-password-protected-zip-file-in-java a Have you seen the answer talking about zip4j? I haven't tested it but it seems it is 100% Java and Apache 2.0 license. It is probably not on

Re: [M3] CheckStyle configuration file

2011-03-17 Thread Julien HENRY
Hi, Where is located checkstyle configuration? In reporting section or plugins[Management] section? Regards, Julien - Message d'origine De : cattox andresi...@pol.pt À : users@maven.apache.org Envoyé le : Jeu 17 mars 2011, 11h 04min 20s Objet : [M3] CheckStyle configuration

Re: [M3] CheckStyle configuration file

2011-03-17 Thread Julien HENRY
FYI it is a change in Maven 3. Here are a few informations I found: In [1]: Configuration in the reporting section also applies if plugin goals are invoked individually. The converse is not true-- if you configure the plugin inside build, that configuration will NOT apply to reporting.

Re : Unable to get the mvn release:prepare work

2011-02-08 Thread Julien HENRY
Hi, Can you run svn status in your project folder (I asume you are using SVN). Regards, Julien - Message d'origine De : ravi_atluri raviteja.atl...@gmail.com À : users@maven.apache.org Envoyé le : Lun 7 février 2011, 21h 39min 11s Objet : Re: Unable to get the mvn

Re : how to patch releases

2011-01-13 Thread Julien HENRY
Hi, I guess one has to create a branch from the tagged version. Then the version in the poms have to be set to 1.1.1-SNAPSHOT and then development starts. Also don't forget to update the scm section of your pom. Your description of the process is good, but I don't know if there is a fully

Re : How to write a plugin that generates source files based on the source in the project?

2011-01-13 Thread Julien HENRY
Hi, You should try to use new JDK 1.6 annotation processor utilities. The only constraint I see is that each class you want to parse must be annotated. Regards, Julien - Message d'origine De : Lewis, Eric eric.le...@ipi.ch À : users@maven.apache.org users@maven.apache.org Envoyé

Re : Issue with Maven WAR plugin and overlay when using war:inplace

2010-07-22 Thread Julien HENRY
. On Wednesday, July 21, 2010, Julien HENRY henr...@yahoo.fr wrote: Hi all, I have a web application that depends on another WAR (overlay). According to m-war-p documentation [1], the current application is priority #1 and then come dependent war. My understanding is that when

Issue with Maven WAR plugin and overlay when using war:inplace

2010-07-21 Thread Julien HENRY
Hi all, I have a web application that depends on another WAR (overlay). According to m-war-p documentation [1], the current application is priority #1 and then come dependent war. My understanding is that when there are two files with same path in both current application and dependent war,

Re : Issue with Maven WAR plugin and overlay when using war:inplace

2010-07-21 Thread Julien HENRY
I have created an issue in JIRA with an attached it: http://jira.codehaus.org/browse/MWAR-229 Regards, Julien - Message d'origine De : Julien HENRY henr...@yahoo.fr À : users@maven.apache.org Envoyé le : Mer 21 juillet 2010, 12h 17min 00s Objet : Issue with Maven WAR plugin

Re : Running antrun plugin twice in same phase with another plugin in between?

2010-07-13 Thread Julien HENRY
Hi, Have you tried the following configuration? build plugins plugin artifactIdmaven-antrun-plugin/artifactId executions execution idtask1/id phaseyourphase/phase configuration tasks !-- Some

Re : m2Eclipse

2010-06-03 Thread Julien HENRY
Hi, You should install subclipse using this update site: http://subclipse.tigris.org/update_1.6.x Regards, Julien - Message d'origine De : Greg Akins angryg...@gmail.com À : Maven Users List users@maven.apache.org Envoyé le : Jeu 3 juin 2010, 15h 36min 09s Objet : m2Eclipse

Re : Organization of interdepending projects and super projects

2010-06-03 Thread Julien HENRY
Hi, Concerning your problem number 1, here is the clean solution: 1) package the tests of your projectCommon in a projectCommon-XX-tests.jar 2) add a dependency in projectSpec_1 and projectSpec_2 with type=test-jar and scope=test Read :

Add an argument to jar plugin

2010-05-31 Thread Julien HENRY
Hi, I would like to add a parameter to the execution of the jar command: -J-Dsun.misc.JarIndex.metaInfFilenames=true (see: http://bugs.sun.com/view_bug.do?bug_id=2183678) Reading the doc of m-jar-p I don't see a way to do that. Do you know if this is possible to give argument to the jar

Re : Add an argument to jar plugin

2010-05-31 Thread Julien HENRY
On 31 May 2010 11:00, Julien HENRY ymailto=mailto:henr...@yahoo.fr; href=mailto:henr...@yahoo.fr;henr...@yahoo.fr wrote: Hi, I would like to add a parameter to the execution of the jar command: -J-Dsun.misc.JarIndex.metaInfFilenames=true (see: target=_blank http://bugs.sun.com

Issue with release plugin and javasvn provider

2010-05-21 Thread Julien HENRY
Hi, I'm trying to use javasvn provider with the release plugin. But it seems there is an issue as scmCommentPrefix is not taken into account during tagging. Can someone check my configuration and then tell me if I did something wrong or if I should report a bug (bug fore release plugin?

Call to anyone using Maven 3 with webstart plugin

2010-05-11 Thread Julien HENRY
Hi all, I think I have spotted a bug with Maven 3 beta 1 and webstart plugin (dependencies are not added in the jnlp file). Before I try to create a test case, does anybody else facing the same issue? Regards, Julien -

AMP packaging type and cobertura

2010-03-17 Thread Julien HENRY
Hi all, I have a project that is using Maven Alfresco integration [1] to produce AMP artifacts. There is a new packaging type amp. Looking at the source code of the plugin the language is java [2]. On cobertura side there is a check [3] to prevent instrumentation in case of non java artifact:

Possible regression with Maven 3 alpha 7 (ejb manifest classpaht)

2010-03-17 Thread Julien HENRY
Hi, One project in my company is using Maven 3 and they have switched from alpha 6 to alpha 7. They told me there is a regression in their EJB modules. The generated manifest is supposed to contain the classpath with all dependencies. It was working fine previously but now it is empty. Are

Re : Possible regression with Maven 3 alpha 7 (ejb manifest classpaht)

2010-03-17 Thread Julien HENRY
don't find a jira filed for alpha-7 for this. Please create a project that reproduces this and file a jira at href=http://jira.codehaus.org/browse/MNG; target=_blank http://jira.codehaus.org/browse/MNG /Anders On Wed, Mar 17, 2010 at 13:36, Julien HENRY href=mailto:henr...@yahoo.fr;henr

Re : Re : Possible regression with Maven 3 alpha 7 (ejb manifest classpaht)

2010-03-17 Thread Julien HENRY
the vote for 2.2.1 of the ejb plugin and possibly your issue is related to the ejb plugin and not maven 3.0-alpha-7 itself: href=http://jira.codehaus.org/browse/MEJB-46; target=_blank http://jira.codehaus.org/browse/MEJB-46 /Anders On Wed, Mar 17, 2010 at 16:43, Julien HENRY href

Re : How to differentiate between pom.xml and ant's build file

2010-03-08 Thread Julien HENRY
Hi, You could try an XML validation using Maven XSD (http://maven.apache.org/maven-v4_0_0.xsd). If the validation is ok = this is a valid POM. If the validation is ko... it can be anything else. Regards, Julien - Message d'origine De : amaresh mourya amaresh.mou...@gmail.com À :

Re : Re : How to differentiate between pom.xml and ant's build file

2010-03-08 Thread Julien HENRY
.xsd).but It fails since the namespace is missing. I think any xml could still be POM if it doesn't have namespace as I have seen many pom.xml without schema. thanks Amaresh On Mon, Mar 8, 2010 at 4:32 PM, Julien HENRY wrote: Hi, You could try an XML validation using Maven XSD

Re : Clean up of pom files

2010-02-24 Thread Julien HENRY
Hi, I have the same need and I have opened a Sonar feature request: http://jira.codehaus.org/browse/SONAR-1399 Read the comments to see the proposals. You can also look at http://maven.apache.org/developers/conventions/code.html#POM_Code_Convention to see Maven POM element ordering

Re : RCP

2010-02-22 Thread Julien HENRY
Hi, You can try Tycho plugins: http://tycho.sonatype.org/ Regards, Julien - Message d'origine De : Michael Hüttermann mich...@huettermann.net À : users@maven.apache.org Envoyé le : Lun 22 Février 2010, 13 h 28 min 11 s Objet : RCP Hello, what is the recent recommended way

Re : Embedded error: Unknown artifact type[xml.zip]

2010-02-17 Thread Julien HENRY
in the plugin configuration if you want, which will avoid that useless message http://maven.apache.org/plugins/maven-ear-plugin/faq.html#har-files S. On Tue, Feb 16, 2010 at 5:02 PM, Julien HENRY wrote: Hi, One project I'm dealing with is bitten by an issue when assembling EAR artifact

Embedded error: Unknown artifact type[xml.zip]

2010-02-16 Thread Julien HENRY
Hi, One project I'm dealing with is bitten by an issue when assembling EAR artifact in a multi-module build. It seems the EAR plugin try to process a dependency that it should not see when building from parent project. The build is ok when building ear module alone. [INFO] Failed to

Re : Embedded error: Unknown artifact type[xml.zip]

2010-02-16 Thread Julien HENRY
- where do you think should I open the JIRA issue? In EAR plugin or Maven core? If you think this is a bug in the EAR plugin, then open it there. In fact I guess it is somewhere in Maven core (something concerning dependency/classpath resolution in reactor build). The fact it works

${user.home} not substituted in settings.xml localRepository

2010-01-14 Thread Julien HENRY
Hi, I'm bitten by the same issue that was already reported last september [1]. I'm using Hudson with Maven 2.2.1 and I wrote: localRepository${user.home}/repositories/${env.JOB_NAME}/repository/localRepository but it doesn't work as ${user.home} is not correctly handled. Is there already a

Re : ${user.home} not substituted in settings.xml localRepository

2010-01-14 Thread Julien HENRY
It seems to be fixed in Maven 3 alpha 6. Just have to wait for Hudson supporting Maven 3... - Message d'origine De : Julien HENRY henr...@yahoo.fr À : users@maven.apache.org Envoyé le : Jeu 14 Janvier 2010, 11 h 08 min 59 s Objet : ${user.home} not substituted in settings.xml

Re : Always active profiles

2010-01-14 Thread Julien HENRY
Hi, I suppose you are talking about profile defined in pom, otherwise you can look at activeProfiles section of settings.xml. Regards Julien - Message d'origine De : Mark Hobson markhob...@gmail.com À : Maven Users List users@maven.apache.org Envoyé le : Jeu 14 Janvier 2010, 12

Re : Transactional Behaviour Maven Modules

2010-01-13 Thread Julien HENRY
Hi, I have recently opened a wish [1] that is related (even if the title of the wish is not generic enough). In my proposal I called it an atomic deploy process for multimodule. But this is only a wish and I don't think such a feature exists (even in Maven 3). As a workaround, see the answer

Re : Re : [ANN] Maven Compiler Plugin 2.1 Released

2010-01-04 Thread Julien HENRY
intend to fix this issue and address it with a new version of all the required plugins, but first priority was getting a release out since the previous release was in 2007 Sent from my [rhymes with tryPod] ;-) On 2 Jan 2010, at 18:58, Julien HENRY wrote: Hi, Is this version

Re : [ANN] Maven Compiler Plugin 2.1 Released

2010-01-02 Thread Julien HENRY
Hi, Is this version toolchains aware? This is not written in release notes and the page about toolchains [1] was not updated. Regards, Julien [1] http://maven.apache.org/guides/mini/guide-using-toolchains.html De : Stephen Connolly steph...@apache.org À :

Re : WTP support and Standard Directory Layout

2009-11-18 Thread Julien HENRY
If your configuration files need to be in the build path, I suggest to move them to src/main/resources. src/main/config is never used AFAIK, so it main be simply a conventional place to put config files that will not be packaged in the artifact (someone can correct me if I am wrong). ++

Updating properties defined in pom from command line

2009-10-22 Thread Julien HENRY
Hi, I'm working on a script that will automatically release many artifacts. For example I have 2 Maven projects (say A and B). B have a dependency on A. The dependency version is expressed using a property (say ${A.version}). In the SVN trunk, in B.pom, A.version=1-SNAPSHOT. A and B are

Re : Updating properties defined in pom from command line

2009-10-22 Thread Julien HENRY
[${magic}]/version ... /property ... /properties ... /configuration /plugin ... /plugins ... /build ... /project then mvn versions:updateProperties -Dmagic=newAVersion 2009/10/22 Julien HENRY henr...@yahoo.fr

Re : Re : Updating properties defined in pom from command line

2009-10-22 Thread Julien HENRY
an integration test and file a JIRA that would be great... I cannot look into this at the moment [swamped at work] 2009/10/22 Julien HENRY Hi Stephen, Have you already tested the solution you propose? I tried and it is not working so I was wondering if there is something wrong in my use

Unit tests instrumented by cobertura are (very) slow

2009-10-22 Thread Julien HENRY
Hi, I have a project with a few CPU intensive tests (mainly computing algorithms). Running mvn clean test takes about 1min30 Running mvn clean cobertura:cobertura takes about 25min!!! Running mvn clean emma:emma takes about 2min Does anybody know what can be the reason why JUnit tests are

Re : Maven Central Repository - Cleanup Efforts

2009-09-28 Thread Julien HENRY
- Message d'origine De : Albert Kurucz albert.kur...@gmail.com À : Maven Users List users@maven.apache.org Envoyé le : Lundi, 28 Septembre 2009, 19h39mn 00s Objet : Re: Maven Central Repository - Cleanup Efforts Tamas, could explain MRMs + grouping + mirrorOf or send a link?

OSGi compatible dependencies

2009-08-19 Thread Julien HENRY
Hi, Foreword: I hadly know anything about OSGi. I recently discovered that Springsource is maintaining a parallel set of common dependencies in their own repository using modified artifactId. For example: dependency groupIdorg.junit/groupId

animal-sniffer on central?

2009-08-14 Thread Julien HENRY
Hi, I'm following the guide: http://maven.apache.org/guides/mini/guide-building-jdk14-on-jdk15.html The issue is I can't find animal-sniffer on the central Maven repository. I think it would be easier for users to have it on central repo. Or at least update the guide to tell that the

animal-sniffer and cobertura issues

2009-08-14 Thread Julien HENRY
Hi, I'm testing animal-sniffer with my build. All was fine until I tried to generate the site. First, it seems that animal-sniffer is executed a lot of times during site generation. And worst is it is failing on Cobertura instrumented classes : [INFO] Checking unresolved references to

Re : Maven collect JAR files into one ZIP

2009-06-04 Thread Julien HENRY
Hi, No need for the dependency plugin. The assembly plugin alone will do the job: in pom.xml plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId version2.2-beta-3/version configuration

Re : WebLogic Plugin Sourcecode

2009-06-03 Thread Julien HENRY
Hi, https://svn.codehaus.org/mojo/branches/weblogic-maven-plugin-2.8.0/ Regards, Julien De : Inman, Peter peterin...@mcpplc.com À : Maven Users List users@maven.apache.org Envoyé le : Mercredi, 3 Juin 2009, 10h57mn 24s Objet : WebLogic Plugin Sourcecode I'm

Re : Determining real GAV for java.servlet:servlet-api

2009-05-25 Thread Julien HENRY
Correct me if I am wrong but I think servlet-api should be set to provided scope so it doesn't really matter if this is not exactly the same JAR as long as the interfaces are the same. Regards, Julien De : Anders Hammar and...@hammar.net À : Maven Users List

Re : M2 and Eclipse

2009-04-23 Thread Julien HENRY
Hi, Do you have declared servlet-api as a dependency in your pom? If yes, which version? Regards, Julien - Message d'origine De : Alexander Vaysberg w...@vaisberg.de À : Maven Users List users@maven.apache.org Envoyé le : Jeudi, 23 Avril 2009, 13h55mn 55s Objet : M2 and Eclipse

Re : Re : M2 and Eclipse

2009-04-23 Thread Julien HENRY
Forgot my previous message. According to [1] it seems it is not based on servlet-api version but on compiler version. [1] : http://docs.codehaus.org/display/M2ECLIPSE/Maven+To+WTP Julien - Message d'origine De : Julien HENRY henr...@yahoo.fr À : Maven Users List users

Re : Re : Re : M2 and Eclipse

2009-04-23 Thread Julien HENRY
Regards - Message d'origine De : Alexander Vaysberg w...@vaisberg.de À : Maven Users List users@maven.apache.org Envoyé le : Jeudi, 23 Avril 2009, 15h10mn 19s Objet : Re: Re : Re : M2 and Eclipse ok, and how I can it's management? Julien HENRY schrieb: Forgot my previous message

Re : Re : Re : Re : M2 and Eclipse

2009-04-23 Thread Julien HENRY
: Maven Users List users@maven.apache.org Envoyé le : Jeudi, 23 Avril 2009, 15h30mn 44s Objet : Re: Re : Re : Re : M2 and Eclipse but, if i have a project with 1.5 jdk and must using the 2.4 web server? Julien HENRY schrieb: It seems that if in maven-compiler-plugin configuration you have source1.5

Re : Build RCP application with Maven

2009-02-14 Thread Julien HENRY
Hi, Thanks for the pointer, I will look at Tycho. What about Maven PDE plugin (http://mojo.codehaus.org/pde-maven-plugin/)? Is this plugin in a stable state? Thanks, Julien - Message d'origine De : Konstantin Domoratskyy kost...@cs.tu-berlin.de À : Maven Users List

Build RCP application with Maven

2009-02-13 Thread Julien HENRY
Hi all, I would like to know if someone already build an Eclipse RCP application with Maven. Thanks for your feedbacks. Julien __ Ne pleurez pas si votre Webmail ferme ! Récupérez votre

Re : Maven 2 / Web-Services (Axis2)

2008-06-16 Thread Julien HENRY
Hi, You may try to create your own plugin or cargo extension to deploy aar to axis2 server. Alternatly you can use a fake web application to package your service as a WAR. It is no more an aar but perhaps it may help: http://wso2.org/library/90 Regards, Julien - Message d'origine

Please release wagon-ftp

2007-10-11 Thread Julien HENRY
Hi, Could you please release a new version of wagon-ftp. I really need WAGONFTP-7 for deploying site. Thanks Julien _ Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail

Re : Maven users in the industry

2007-04-11 Thread Julien HENRY
Hi, Here at Capgemini France, we are using Maven 2 + Continuum for a while. I don't know exactly the amount of people using it in the group, but I think most of the new J2EE projects use Maven. ++ Julien - Message d'origine De : Gilles Scokart [EMAIL PROTECTED] À :

Re : Using alternative JDK

2007-02-27 Thread Julien HENRY
AND if for some other obscure reason use w2k OR have very many source files, the forked compiler command line will blow up and fail. Should be fixed with latest compiler-plugin. FYI : http://jira.codehaus.org/browse/MCOMPILER-22 ++ Julien

War plugin dependencies resolution bug

2007-01-29 Thread Julien HENRY
Hi, I'm using maven-war-plugin-2.0-beta-2, and I don't understand the dependency resolution mechanism: Here is the first example: project modelVersion4.0.0/modelVersion groupIdfoo/groupId artifactIdbar/artifactId version1.0-SNAPSHOT/version packagingwar/packaging dependencies

Re : War plugin dependencies resolution bug

2007-01-29 Thread Julien HENRY
was to exclude avalon-framework dependency from fop, but I think Maven should do it by itself, right ? Thanks Julien - Message d'origine De : Julien HENRY [EMAIL PROTECTED] À : users@maven.apache.org Envoyé le : Lundi, 29 Janvier 2007, 11h28mn 36s Objet : War plugin dependencies

Re : Maven2 and Spring

2007-01-23 Thread Julien HENRY
Hi, The command you used generate a simple project. You should use another archetype for Spring. AFAIK there is no Spring archetype in the maven repository, but you can use the one provided by Webtide: http://www.webtide.com/resources.jsp I don't know if Webtide archetypes are available on a

Re : Assembly and multi-module project

2006-11-29 Thread Julien HENRY
Users List users@maven.apache.org Envoyé le : Mercredi, 29 Novembre 2006, 1h21mn 50s Objet : Re: Assembly and multi-module project On 11/28/06, Julien HENRY [EMAIL PROTECTED] wrote: I think my xml file is well configured, but when I run mvn assembly:assembly, the plugin complains: [INFO] Failed

Re : Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-29 Thread Julien HENRY
: Mercredi, 29 Novembre 2006, 9h00mn 46s Objet : Re: Re : Maven and Sourceforge (Change report and issue tracking) Thank you! I've updated the wiki with your information, I'm sure this will help a lot of people. regards, Wim 2006/11/28, Julien HENRY [EMAIL PROTECTED]: Here is how I configure

Assembly and multi-module project

2006-11-28 Thread Julien HENRY
Hi, I have a multi-module project: pom.xml \_moduleA \_moduleB \_moduleC I want to create a release package with the following content: -- moduleA.jar moduleC.jar lib/moduleAdependency1.jar ... lib/moduleAdependencyN.jar lib/moduleCdependency1.jar ...

Re : Maven and Sourceforge (Change report and issue tracking)

2006-11-28 Thread Julien HENRY
, you can put: action type=fix dev=Julien Henry due-to=Pete Bull issue=1554148 bla bla /action This will generate a link for your issue like this: %URL% = http://sourceforge.net/tracker/?atid=497982amp;group_id=61302 %ISSUE% = 1554148 The only problem I have with this configuration

Re : Maven and Sourceforge (mailing lists and subversion)

2006-11-28 Thread Julien HENRY
Here is how I configure my pom with Sourceforge mailing list and subversion (need to be updated for CVS) : mailingLists mailingList nameJWebUnit Development Mailing list/name subscribe

Running both unit and integration tests in the same module

2006-11-27 Thread Julien HENRY
Hi, I would like to run both unit tests and integration tests in the same project. I don't want to create a separate module for integration tests (unlike Better Builds With Maven book). With only one project (and one pom), I want the following lifecycle: Phase |Action

Re : Running both unit and integration tests in the same module

2006-11-27 Thread Julien HENRY
, Julien HENRY [EMAIL PROTECTED] wrote: I would like to run both unit tests and integration tests in the same project. I don't want to create a separate module for integration tests (unlike Better Builds With Maven book). You can achieve this, but it's not too pretty. See: http://docs.codehaus.org

Re : Starting/Stopping Jetty for integration testing

2006-11-25 Thread Julien HENRY
, Julien HENRY [EMAIL PROTECTED] wrote: I want to execute jetty:run at the pre-integration-test phase and stop it (like Ctrl+C) at the post-integration-test phase. In addition to the plugin that has already been mentioned, Cargo also has a Java API that can be very useful for integration testing

Starting/Stopping Jetty for integration testing

2006-11-24 Thread Julien HENRY
Hi, I want to execute jetty:run at the pre-integration-test phase and stop it (like Ctrl+C) at the post-integration-test phase. The problem is jetty:run wait for being killed undefinitly and integration-test phase is never executed. I don't know exactly how to do this. It may need to develop

Maven eclipse plugin error

2006-11-23 Thread Julien HENRY
Hi, I get this error when I try to generate Eclipse configuration (mvn eclipse:eclipse) : [INFO] Preparing eclipse:eclipse [INFO] artifact org.codehaus.mojo:javacc-maven-plugin: checking for updates from Maven CodeHaus Snapshots [INFO] artifact org.codehaus.mojo:javacc-maven-plugin: checking

Error when generating Dependencies report (SNAPSHOT)

2006-11-21 Thread Julien HENRY
Hi, This morning, I try to generate my project site and it failed. Yesterday it works... Any idea? ++ Julien [INFO] Generate Dependencies report. [INFO] [ERROR] FATAL ERROR [INFO]

Re : Re : Re : Re : Generate source code with a JavaCC parser.

2006-11-21 Thread Julien HENRY
artifactIdjwebunit-webtestcase-generator/artifactId version1.4-SNAPSHOT/version /dependency /dependencies /plugin /plugins /build - Message d'origine De : Julien HENRY [EMAIL PROTECTED] À : Maven Users

Re : Re : Re : Generate source code with a JavaCC parser.

2006-11-21 Thread Julien HENRY
for the exec plugin to include a way to add a source directory. Chris -Original Message- From: Julien HENRY [mailto:[EMAIL PROTECTED] Sent: Friday, 17 November, 2006 07:08 To: Maven Users List Subject: Re : Re : Generate source code with a JavaCC parser. Finally, it works with another

Re : Generate source code with a JavaCC parser.

2006-11-17 Thread Julien HENRY
Message- From: Julien HENRY [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 November, 2006 10:01 To: users@maven.apache.org Subject: Generate source code with a JavaCC parser. Hi all, I want to generate Java code for my project with JavaCC. Actually, it's not JavaCC that generate final

Re : Re : Generate source code with a JavaCC parser.

2006-11-17 Thread Julien HENRY
because I have no way to specify a second source directory in the pom (for example target/generated-sources). Thanks ! - Message d'origine De : Julien HENRY [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org Envoyé le : Vendredi, 17 Novembre 2006, 9h48mn 58s Objet : Re : Generate

Generate source code with a JavaCC parser.

2006-11-16 Thread Julien HENRY
Hi all, I want to generate Java code for my project with JavaCC. Actually, it's not JavaCC that generate final source code, but JavaCC will generate a parser that will parse one of the file of my project and generate the expected file. To be clearer, I have a Java file named WebTester.java and

Cannot start continuum

2006-09-28 Thread Julien Henry
be a configuration problem: please check the logs. wrapper | -- Wrapper Stopped Appuyez sur une touche pour continuer... -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de

Re: Cannot start continuum

2006-09-28 Thread Julien Henry
OK, there were quotes in the %PATH%. It works now. Perhaps an entry in the FAQ could be helpfull. ++ Julien Julien Henry a écrit : Hi, I just download continuum, and I follow getting started instructions. But I get errors, and I don't understand why. Can you give me some help? Here

Re : Problem with conflicting classes in classpath

2006-09-22 Thread Julien HENRY
run something like execute(java -jar $M2_HOME/repository/org/openqa/selenium/server/selenium-server-XX.jar); Do you know if it's possible ? - Message d'origine De : Lee Meador [EMAIL PROTECTED] À : Maven Users List users@maven.apache.org; Julien HENRY [EMAIL PROTECTED] Envoyé le

Problem with conflicting classes in classpath

2006-09-21 Thread Julien HENRY
Hi, I have a conflict with 2 versions of Jetty. The first one is a dependency of Selenium RC Server (Jetty 5x), and I'm using Jetty 6 for my tests. As soon as I add the Selenium Server dependency in my pom, I get strange error. How can I solve this issue ? Thanks Julien

How to deal with modules

2006-09-19 Thread Julien Henry
/dependency /dependencies /plugin /plugins /build /project Thanks -- _ Julien HENRY | **Capgemini Sud **| Nice www.fr.capgemini.com http://www.capgemini.com/ Porte de l'Arénas -- Entrée

Re: How to deal with modules

2006-09-19 Thread Julien Henry
the corporate proxy too). Emmanuel Venisse a écrit : Julien Henry a écrit : Hi, I'm working on a scm plugin for Synergy. I would like to put it on continuum in my company, but I get an error from continuum: Continuum Error * Cannot build maven project from /tmp/continuum/svn/laposte/maven-scm

Re: How to deal with modules

2006-09-19 Thread Julien Henry
(Cannot find parent: org.apache.maven.scm:maven-scm-providers for project: org.apache.maven.scm:maven-scm-provider-synergy:jar:1.0-SNAPSHOT). Emmanuel Venisse a écrit : Where is defined your proxy on continuum machine? Julien Henry a écrit : Nop, there is nothing in Working Directory nor

Re: How to deal with modules

2006-09-19 Thread Julien Henry
structure the parent source... hope that it is helped you. regards, Andre -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: dinsdag 19 september 2006 10:15 To: continuum-users@maven.apache.org Subject: Re: How to deal with modules Julien Henry a écrit : Hi

Re : Maven and Selenium?

2006-08-11 Thread Julien HENRY
Hi, It's true that jWebUnit API is not easier than Selenium-RC API (except some very usefull assertions). But one of it's main advantage is to be compatible with different testing engines. Once your tests are written with jWebUnit, they could be executed thanks to HtmlUnit on your integration

  1   2   >