Deploying XML schemas

2008-04-10 Thread Brandon Enochs
I have a bunch of schemas that I would like to upload to a web server and would like to known if there any best practices for doing so using maven. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

assembly plugin (multiple files with the same name)

2007-11-09 Thread Brandon Enochs
Is there anyway to force the assembly plugin to add multiple files of the same name to a jar file instead of justing choosing the last one that was unpacked with the jar-with-dependencies descriptor? I have numerous META-INF/... files with the same name and they all need to be included in the

maven 2.0.7 assembly plugin

2007-11-05 Thread Brandon Enochs
I'm trying to assemble a multi-module project with a single jar file for all of the modules in my project and a lib directory with all of jar files for my dependencies. Does anyone know how to do this with the assembly plugin? --

compilerArguments

2007-10-31 Thread Brandon Enochs
Does anybody know how to pass more than 1 argument to javac via the compilerArgument element? It seems to only support the first argument even though the examples indicates otherwise. I can't use the compilerArguments element because I need to pass arguments contains characters that reserved

Abstract Test Case

2007-10-30 Thread Brandon Enochs
Where should abstract test case or utility classes that are only used by test case be placed? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Generating Test Sources

2007-10-25 Thread Brandon Enochs
Lee Meador wrote: I would use src/test/generated-source. But as Tomasz mentioned you have to add that folder to compileSourceRoot. (The antrun plugin will let you do that.) You can only add one folder to compileSourceRoot as I remember. On 10/25/07, Brandon Enochs <[EMAIL PROTECTED]>

Re: Generating Test Sources

2007-10-25 Thread Brandon Enochs
Michael McCallum wrote: why are you generating tests? On Friday 26 October 2007 08:52, Brandon Enochs wrote: Where should plugins place generated test sources? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Generating Test Sources

2007-10-25 Thread Brandon Enochs
Where should plugins place generated test sources? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jgoodies

2007-10-24 Thread Brandon Enochs
Does anybody know if the latest version of forms (1.1.0) and looks (2.1.4) are part of the maven repository? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]