maven default timeout

2012-03-12 Thread guillaume . boucherie
the default timeout and how to do ? Thanks Guillaume Boucherie This message and any attachments (the message) is intended solely for the intended addressees and is confidential. If you receive this message in error,or are not the intended recipient(s), please delete it and any copies from your

Re: RAD 7 + EJB Stubs generation + Maven 2

2008-12-12 Thread Guillaume Boucherie
Hi, Maybe you can try to use this plugin. was6-maven-plugin http://mojo.codehaus.org/was6-maven-plugin/ CletteBou On Thu, Dec 11, 2008 at 6:23 PM, Wayne Fay wayne...@gmail.com wrote: Embedded error: Unable to parse setupCmdLine: null\bin\setupCmdLine.bat (The system cannot find the

Re: Super POM PlugIn Configuration / Multimodule Setup

2008-09-17 Thread Guillaume Boucherie
needed by your plugin configuration. And some plugin could check the classpath to retrieve resources. Guillaume Boucherie 2008/9/17 Karl Heinz Marbaise [EMAIL PROTECTED] Hi, i have a multimodule setup... Now i have the following question: I use a plugin (maven-license-plugin) in my

Re: Problems building EAR with HAR

2008-09-09 Thread Guillaume Boucherie
/ /artifactTypeMappings /configuration /plugin Guillaume Boucherie 2008/9/8 hal arres [EMAIL PROTECTED] Hi, maybe you recognize from this morning :) After my first problem building a JAR with a dependeny on a HAR artifact I am trying to build the EAR which contains both

Re: Dependencies on a HAR-File

2008-09-08 Thread Guillaume Boucherie
bindings. -- extensionstrue/extensions ... /plugin Guillaume Boucherie 2008/9/8 hal arres [EMAIL PROTECTED] Hi, my name is Hal and I am starting with maven, but I have a little problem. I want to build an EAR-File with dependencies on an har and a jar file. I build

custom packaging problem

2008-07-02 Thread Guillaume Boucherie
? Thanks Guillaume Boucherie

Re: custom packaging problem

2008-07-02 Thread Guillaume Boucherie
Hi, I found a workaround. I use the version 2.2 of plexus-archiver instead of version 2.3. Guillaume Boucherie 2008/7/2 Guillaume Boucherie [EMAIL PROTECTED]: Hi all, I'm trying to make my own packaging type for my skin project. So I create a plugin with a components.xml that define my

Re: Eclipse Plugin and WTP Facets problem

2008-05-22 Thread Guillaume Boucherie
Hello, I'm think the m2eclipse goal is to be used with the eclipse plugin coled m2eclipse (http://m2eclipse.codehaus.org/). This plugin add support for maven2 directly in your eclipse and managed dependencies in special way so you have to used m2eclipse goal. Guillaume Boucherie 2008/5/21

[maven-surefire-plugin] problem with my tests

2008-05-16 Thread Guillaume Boucherie
Hi all, I have a strange behavior with my junit tests. I have a project with multi-modules. When I run the tests individually for module (mvn test) everything is ok. But when I run the tests from the parent pom (mvn test) I have always an error when my program try to parse an xml file. See the

maven2 was plugin

2008-05-05 Thread Guillaume Boucherie
Hi all, I'm trying to find a maven2 plugin for was. I'm want to be able to deploy an ear on a remote websphere. I'm trying the was6 maven plugin from codehaus http://mojo.codehaus.org/was6-maven-plugin/index.html But with this plugin I must run maven on the same machine where websphere is

Re: maven2 was plugin

2008-05-05 Thread Guillaume Boucherie
Hum, Ok thank you, I will try it. Guillaume Boucherie 2008/5/5, [EMAIL PROTECTED] [EMAIL PROTECTED]: You must use the plugin on a machine where Websphere is installed, but you can deploy TO any machine running websphere by setting the configuration parameters of host, port,username

question about changes plugin

2008-04-11 Thread Guillaume Boucherie
Hi, It's possible to generate maven site report for changelog and roadmap from jira ? Thanks Guillaume B.

maven plugin question

2008-03-28 Thread Guillaume Boucherie
Hi all, I want to make a maven2 plugin for selenium-grid. This selenium tools try to read a file named grid_configuration.yml at the root of the classpath with ClassLoader.getResources(). In my plugin I create a grid_configuration.yml file but how can I had it to the classpath ? Thanks Guillaume

maven plugin question

2008-03-26 Thread Guillaume Boucherie
Hi all, I'm trying to make a custom plugin and I have a question about maven API. In my plugin I want to have two goal. First will run some thing via ssh and second must stop them. Is there a way in maven API to store (share, cache ?) custom object between two different goals ? Thanks Guillaume

Re: [site plugin] problem for deploying site

2008-03-20 Thread Guillaume Boucherie
. 2008/3/20, cody zhang [EMAIL PROTECTED]: what exception? print list: ... 2008/3/20, Guillaume Boucherie [EMAIL PROTECTED]: Hi all, I have a strange behavior when I try to deploy my site. I have a multi module project something like that : project |-- module1

[site plugin] problem for deploying site

2008-03-19 Thread Guillaume Boucherie
Hi all, I have a strange behavior when I try to deploy my site. I have a multi module project something like that : project |-- module1 '-- module2 In my parent pom.xml I defined the site distributionManagement like that : distributionManagement site idmy_id/id namemy

[surefire] problem with xml

2008-03-18 Thread Guillaume Boucherie
) at java.lang.reflect.Method.invoke(Method.java:324) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess( SurefireBooter.java:289) I have the problem with surefire 2.4.2 but it works for 2.3.1 !! Any help are welcome. Thanks Guillaume Boucherie

Re: [surefire] problem with xml

2008-03-18 Thread Guillaume Boucherie
I try with version 2.0.7 and 2.0.8. I have the same error. I'm on windows with jdk1.6.0. My project is compiled with a jdk1.4.2 and my test is run with the same jdk. Guillaume Boucherie 2008/3/18, Martin Höller [EMAIL PROTECTED]: On Tuesday 18 March 2008 Guillaume Boucherie wrote: I have

Re: [surefire] problem with xml

2008-03-18 Thread Guillaume Boucherie
Boucherie 2008/3/18, Guillaume Boucherie [EMAIL PROTECTED]: I try with version 2.0.7 and 2.0.8. I have the same error. I'm on windows with jdk1.6.0. My project is compiled with a jdk1.4.2 and my test is run with the same jdk. Guillaume Boucherie 2008/3/18, Martin Höller [EMAIL PROTECTED

[maven-javadoc-plugin]

2007-10-10 Thread Guillaume Boucherie
Hi, I have a project with modules and I configure the javadoc report plugin in the top level pom. Is there a way to skip the javadoc report for some projects ? Thanks -- CletteBou clettebou.miniville.fr

[maven-site-plugin] skip subprojects

2007-10-10 Thread Guillaume Boucherie
Hi, Is there a way to skip subprojects in site generation. Let see an example: project |-- subproject1 | `-- pom.xml |-- subproject2 | |-- subproject21 | | `-- pom.xml | |-- subproject22 | | `-- pom.xml | `--pom.xml `-- pom.xml How can I disable site

Re: [maven2 antrun plugin] problem with classpath

2007-10-04 Thread Guillaume Boucherie
/configuration /execution /executions /plugin -Tim [1] http://mojo.codehaus.org/xdoclet-maven-plugin/ Guillaume Boucherie schrieb: Hi all, I'm trying to use xdoclet for my project via the antrun plugin, but I'm encounter problem with classpath. I configure antrun

plugin classpath question

2007-10-04 Thread Guillaume Boucherie
Hi all, I have questions about he classpath of maven2 plugin: 1. How the classpath of a plugin is constructed ? 2. Is it possible to change it ? 3. Is it possible to have the generated classes of a project in the classpath of a plugin ? Thanks -- CletteBou clettebou.miniville.fr

[maven2 plugin development] classpath management

2007-10-02 Thread Guillaume Boucherie
Hi all, Is it possible to access and modify the classpath of a maven2 plugin at runtime ? In fact I'm trying to develop a plugin and I need to have the class files, generated in the compile phase, in the classpath for my plugin to work correctly. How can I do that ? Thanks in advance. --

[maven2 antrun plugin] problem with classpath

2007-10-02 Thread Guillaume Boucherie
Hi all, I'm trying to use xdoclet for my project via the antrun plugin, but I'm encounter problem with classpath. I configure antrun like this: project [...] build plugins plugin artifactIdmaven-antrun-plugin/artifactId executions execution

Re: maven-jar-plugin - manifest customization

2007-09-26 Thread Guillaume Boucherie
/configuration /plugin -Tim Guillaume Boucherie schrieb: My problem is not on jdk version. I just want to test maven. And when you use the fork mode in compiler the jdk's manifest entry is not correct. So I want to know how to get the correct value in manifest. Thanks

maven-surefire-plugin

2007-09-26 Thread Guillaume Boucherie
Hi, In the maven1 test plugin it's possible to add jar's in the classpath with the properties maven.test.classpath Does maven2 surefire plugin provide a way do to the same ? Thanks -- CletteBou clettebou.miniville.fr

Re: maven-surefire-plugin

2007-09-26 Thread Guillaume Boucherie
[1] http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Guillaume Boucherie schrieb: Hi, In the maven1 test plugin it's possible to add jar's in the classpath with the properties maven.test.classpath Does maven2 surefire plugin provide a way do

Re: maven-surefire-plugin

2007-09-26 Thread Guillaume Boucherie
://${basedir}/src/test/testjars/url /repository and then declare the jars as normal test-scoped dependencies. -Tim Guillaume Boucherie schrieb: Oh I'm sorry I'm not clear. In my project I have a functionality that search xml files with the same name in the classpath and merge it before read

maven-jar-plugin - manifest customization

2007-09-25 Thread Guillaume Boucherie
Hi, On my system I have two java installed : JAVA_HOME that point to a jdk1.5 JAVA_1_4_HOME that point to a jdk1.4 So when I run maven it use jdk1.5 and in my project I configure maven-compiler-plugin to use my jdk1.4. But when maven create the manifest for my project he use jdk1.5 for the

Re: maven-jar-plugin - manifest customization

2007-09-25 Thread Guillaume Boucherie
you just need to compile to 1.4 or do you actually need to use a different jdk (sun vs ibm)? If you just need 1.4, this might help: http://maven.apache.org/plugins/maven-compiler-plugin/examples/set-compiler-source-and-target.html Jim On 9/25/07, Guillaume Boucherie [EMAIL PROTECTED

maven2 blacklist

2007-08-03 Thread Guillaume Boucherie
Hi all, I'm trying to use archiva and unfortunately maven2 blacklist one of my repository because of bad configuration. How can I turn off the blacklisted repository ? Thanks CletteBou

Re: ${project.version} is not being resolved

2007-06-26 Thread Guillaume Boucherie
try ${pom.version} instead of ${project.version} CletteBou 2007/6/26, Stefan Reinhold [EMAIL PROTECTED]: Hi there, I'm trying to use ${project.version} in resolving a parent project. But it does not resolve the property. If I try using an environment variable, e.g . ${env.VERSION} it fails

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Guillaume Boucherie
The maven's download page, still reference maven-2.0.6, is it correct ? CletteBou 2007/6/21, Jason van Zyl [EMAIL PROTECTED]: The Apache Maven team would like to announce the availability of Maven 2.0.7. You can find the binaries here: http://maven.apache.org/download.html You can find

Re: [ANN] Maven 2.0.7 Released

2007-06-21 Thread Guillaume Boucherie
stupid cache, it ok thanks Clettebou 2007/6/21, Antonio Petrelli [EMAIL PROTECTED]: 2007/6/21, Guillaume Boucherie [EMAIL PROTECTED]: The maven's download page, still reference maven-2.0.6, is it correct ? Strange, I see 2.0.7, maybe you need to clear your cache. Antonio

Re: How can the checkstyle plugin be configured to fail the build?

2007-06-21 Thread Guillaume Boucherie
try something like this. build plugins plugin groupIdorg.apache.maven.pluginsgroupId artifactIdmaven-checkstyle-plugin/artifactId executions execution goals goalcheck/goal /goals /execution /executions /plugin /plugins /build

checkstyle plugin

2007-06-18 Thread Guillaume Boucherie
I find in the documentation that the goal checkstyle:check is linked to the phase verify, but when I lanch the phase verify the goal checkstyle:check is never launch. There is something special to configure ? Thanks Guillaume Boucherie