Ear application.xml

2009-02-27 Thread JC Walmetz
Hi, I use Maven ear plugin to generate an ear. This ear is used in jboss5. My EAR application is huge and contains a lot of jars. Application.xml file is difficult to maintain. I have an EJB module that has a lot of transitive dependencies. I'd like to list all that transitive dependencies in

How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread JC Walmetz
I have a module with a packaging pom. Purpose of this module is to produce a zip assembly and to deploy in the local repo (with mvn install) or in one of my archiva repo (mvn deploy). zip is produced during the package phase. Unfortunately, in the install phase zip is not copied into the local

Re: How to deploy a zip produce with the assempbly plugin ?

2007-11-27 Thread JC Walmetz
So simple. I missed that in the doc. Thanks Antonio Petrelli-3 wrote: 2007/11/27, Wendy Smoak [EMAIL PROTECTED]: On Nov 27, 2007 7:18 AM, JC Walmetz [EMAIL PROTECTED] wrote: Is it possible to configure the assembly plugin in order that the zip produced will be deployed in repo during

Properties pom.xml

2007-08-24 Thread JC Walmetz
My project uses a lot of properties. I use those properties both for filtering resources and inside the pom.xml as argument for plugin. Problem is that I have to duplicate my props definition. I have tried several solution, none of them works. 1- Use filters: build filters

Patch plugin and filter

2007-08-23 Thread JC Walmetz
It would be great to be able to filter patches before applying patch with the patch plugin (plugin such as resources manages this filter). It looks like it is not supported yet. I'd like to filter the patches dir before applying patches (I need to replace some version in patches). Is it possible

copy-dependecies sources

2007-04-18 Thread JC Walmetz
I use the copy dependency plugin to copy dependencies of my project to a directory. I'd like to copy jars and sources. By default the dependency plugin just copy jars. I found a solution to copy sources: mvn install -Dclassifier=sources -DexcludeArtifactIds Unfortunately I have several jars

Re: How to run unit-test with different JRE

2007-03-22 Thread JC Walmetz
I had the same problem. I have use the dependency:unpack plugin. http://www.nabble.com/Compile-with-one-JDK-and-tests-with-several-tf3235157s177.html#a9040309 I develop with jdk 1.5 and to execute tests with jdk 1.6 I unpack jar of tests Sean Qiu wrote: Thanks. But it only tell the plugin

Re: [m2] PVCS SCM

2007-03-13 Thread JC Walmetz
I have added the plugin in JIRA. If you try it, just keep me inform. Gregory Kick-2 wrote: That would be very great. I think the bug you're talking about is at http://jira.codehaus.org/browse/SCM-34 On 3/7/07, JC Walmetz [EMAIL PROTECTED] wrote: I'm afraid the donation of a plugin

Re: [m2] How to get project version in an xdoc

2007-03-06 Thread JC Walmetz
I have found a solution in a previous thread: http://www.nabble.com/-M2--Insert-variables-in-xdoc-apt-files-tf1956665s177.html#a5371135 That fix my problem JC Walmetz wrote: Im writting a XDoc document that will be used by the site plugin. In this document I need to write the version

Re: [m2] PVCS SCM

2007-03-06 Thread JC Walmetz
I'm afraid the donation of a plugin by serena is in a bad way. Few month ago we ask to Serena if it was planned. Their answer was NO. It looks it somewhere in a wish list. Maybe if you are a Serena Customer you can contact their support. In JIRA there is a startup for a PVCS plugin (just the

How to add jar to test classpath in a plugin ?

2007-03-01 Thread JC Walmetz
With sthe system scope it is possible to specify a jar in the dependencies. I try to write a plugin that adds all the jars contains in a directory to the test classpath. (I can not add jars in the pom dependencies because those jars are installed by another plugin). How can I add dependencies to

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread JC Walmetz
utilize various configurations in multiple profiles to achieve your goals without a lot of trouble. Wayne On 2/15/07, JC Walmetz [EMAIL PROTECTED] wrote: I need to compile and deploy my sources in JDK1.4. Tests are executed with JDK 1.4. Now I'd like to run all the tests without

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread JC Walmetz
integration build server with various JRE to run tests. 2007/2/19, JC Walmetz [EMAIL PROTECTED]: What I'd like to do is to execute tests in 1.5 and 1.6. Changing the rt.jar is not enough. By the past we had trouble with bugs in JDK. Just changing the rt.jar is not enough. We really need

Re: [m2] Compile with one JDK and tests with several

2007-02-19 Thread JC Walmetz
: You should only run tests, not compile the jar, by packaging your tests as test-jar and runing them in a portability-test project you can deploy on a ci-server with various JRE. Nico. 2007/2/19, JC Walmetz [EMAIL PROTECTED]: Problem of using multiple server is that you rebuild the jar

Re: jmeter maven plugin

2007-01-05 Thread JC Walmetz
Hi, Did you find some more information about the JMeter plugin ? J-C Ed Young wrote: I found a jmeter maven plugin that has been developed and I am having some difficulty installing it. I found the wiki here: http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin Are there any more

Eclipse EMF/SDO and maven

2006-11-24 Thread JC Walmetz
Hi, My app uses eclipse SDO. SDO objects are genrated using eclipse. Is there some plugins to generare SDO objects in a maven project ? Suggestions are welcome ? -- View this message in context: http://www.nabble.com/Eclipse-EMF-SDO-and-maven-tf2700730s177.html#a7530942 Sent from the Maven -

EAR and eclipse plugin

2006-11-23 Thread JC Walmetz
My project contains an packageear/package module, when I generate my eclipse projects using the eclipse plugin, the ear module is created in eclipse as a java project and is marked on error. Any idea on how to generate a project without error in eclipse for an ear module ? -- View this message

Re: Exclude modules from site

2006-11-22 Thread JC Walmetz
Maybe I can open an issue in JIRA ? It looks like a bug ! JC Walmetz wrote: Hi, I've tried several configuration artifactIdmaven-site-plugin/artifactId configuration moduleExcludesmoduleExcludetransferobject.sdo.test/moduleExclude/moduleExcludes /configuration This one

Re: Surefire and ClassLoading with URLS SystemClassLoader

2006-11-21 Thread JC Walmetz
Maybe you should try to play with the forkMode. See http://maven.apache.org/plugins/maven-surefire-plugin/test-mojo.html#forkMode. By default it is once, so a classloader is created for tests. Maybe with never it would works. I have not tried that one. Robert Harper-2 wrote: I've noticed a

Changes plugin and TestTrack pro

2006-11-21 Thread JC Walmetz
It looks like changes plugin is able to get information from JIRA. I'd like to include the same kind of features for TTPro in my site. Did someone try to connect a kind of changes report plugins with TestTrack pro ? -- View this message in context:

Re: Exclude modules from site

2006-11-13 Thread JC Walmetz
-mojo.html#moduleExcludes. Hope this helps. Dawn JC Walmetz wrote: I have a pom with several modules. I'd like to exclude some of the modules from the site. I have tried the excludeModules optin as mentionned in the doc. It seems not to works. Modules are still in the generated

Exclude modules from site

2006-11-10 Thread JC Walmetz
I have a pom with several modules. I'd like to exclude some of the modules from the site. I have tried the excludeModules optin as mentionned in the doc. It seems not to works. Modules are still in the generated site. build plugins plugin

Re: Ant-based Mojo and Classpath

2006-11-08 Thread JC Walmetz
Hi, I have the same problem. Did someone find a solution ? Wilfred Springer wrote: Hi all, I'm trying to implement a plugin based on the mechanism described here (http://maven.apache.org/guides/plugin/guide-ant-plugin-development.html) and I can't figure out how to add a libraries to