Re: pom, parent and inheritance

2008-08-28 Thread MedElb
Hi in the frwpom.xml (the son) just delete the line where u have dependencyManagement and also /dependencyManagement normaly that will be work 2008/8/28 Jo Support [EMAIL PROTECTED] Hi everybody, Problem: how to inherit dependecies version from a parent Scenario: superpom.xml

Hibernate3 plugin : problem with mapping generatting

2008-08-26 Thread MedElb
Hi all i'm using Hibernate3 plugin for generation mapping classes and HBM for an oracle schema the probleme that the goal mvn hibernate3:hbm2cfgxml or the the other vlable goal checks also system table and the exceution take many time, at the and i get that trace error : 16:05:50,780 DEBUG

Hibernate3 plugin : problem with mapping

2008-08-26 Thread MedElb
i relance my request :) i'm using Hibernate3 plugin for generation mapping classes and HBM for an oracle schema the probleme that the goal mvn hibernate3:hbm2cfgxml or the the other available goals checks also system table and the exceution take many time, at the and i get that trace error :

associate a nt task to the end of a phase

2008-08-12 Thread MedElb
Hi all, i'm using the antrun plugin to put a simple message or copying file at the end of the assembly plugin, te problem is that the message is not displayed after the assembly is done neither the files are moved my conf is build plugin

Re: associate a nt task to the end of a phase

2008-08-12 Thread MedElb
. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Tue, Aug 12, 2008 at 2:56 PM, MedElb [EMAIL PROTECTED] wrote: Hi all, i'm using the antrun plugin to put a simple message or copying file at the end of the assembly plugin, te problem is that the message is not displayed after

mail plugin

2008-08-11 Thread MedElb
Hi all, there is an plugin that can be used to send email when executting task thanks in advance

Assembly plugin : how to customize the name of the generated file

2008-08-08 Thread MedElb
Hi I'm using the maven assembly plugin to generate the install pachage that contain others sub package each one has his own assembly discriptor, and my projetc is mutli modules!! my probleme now is that zip files generated gets names with ${architypeName}-${version}-${assemblyId} how i can

Re: Assembly plugin : how to customize the name of the generated file

2008-08-08 Thread MedElb
artifact) in the configuration reference. http://maven.apache.org/plugins/maven-assembly-plugin/assembly-mojo.html Cheers, Brett 2008/8/8 MedElb [EMAIL PROTECTED]: Hi I'm using the maven assembly plugin to generate the install pachage that contain others sub package each one has his own

Re: use a multiple assembly descriptor

2008-08-07 Thread MedElb
: descriptors descriptor Path to descriptor 1 /descriptor descriptor Path to descriptor 2 /descriptor /descriptors -Original Message- From: MedElb [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 10:13 AM

personalize the generated assembly file name

2008-08-07 Thread MedElb
Hi All, i'm using the assempbly pluging i have multiple assembly discriptors the sub geerated file have by default a pattern name under the format ${artifactId}-${parent.version}${assemblyId} i want to but my own pattern, in otherwise i like to get just the ${assemblyId} like a file name for each

use a multiple assembly descriptor

2008-08-06 Thread MedElb
Hi all how can i define more than one assembly discriptor (*.xml), my need is to get a zip file (distribution version) under a zip format and that contain another zip file generated also by the assembly plugin thanks in advance

zip files/jars with maven2

2008-07-25 Thread MedElb
Hi all, i have a maven projet (multimodules) with parent pom, and all sub projects are jar's packaging with dependencies with them, now i need a way to get a zip file witch i'll get all jars thanks in advance best regards M.E

Re: zip files/jars with maven2

2008-07-25 Thread MedElb
On Fri, Jul 25, 2008 at 8:33 AM, MedElb [EMAIL PROTECTED] wrote: Hi all, i have a maven projet (multimodules) with parent pom, and all sub projects are jar's packaging with dependencies with them, now i need a way to get a zip file witch i'll get all jars thanks in advance best

StrutsTestCase with Maven

2008-06-03 Thread MedElb
Hi all, any one has already test struts actions classes with maven (MockStrutsTestCase or CastusStrutsTestCase), in otherwise there's a plugin for that need and how i can precede thank you in advance