RE: copying configs from dependencies

2006-10-24 Thread Chen, Anning
bject: Re: copying configs from dependencies How is your definition for module? 2006/10/24, Chen, Anning <[EMAIL PROTECTED]>: > If I have 2 modules A and B, and A depends on B, but B has a file > config.properties in its conf/ dir. How can I build/package A so that > config.properti

copying configs from dependencies

2006-10-24 Thread Chen, Anning
If I have 2 modules A and B, and A depends on B, but B has a file config.properties in its conf/ dir. How can I build/package A so that config.properties will be in A also? How can I do it using maven-assembly-plugin? Thanks -

mvn scm examples

2006-10-23 Thread Chen, Anning
Can somebody show me an example of scm with CVS??? Maven has very limited examples, and I'm confused as to what the differences are btw connection and developerConnection and what the url is used for? If I just provide the proper connection, mvn complains about the invalid url... scm:

scm exaples

2006-10-23 Thread Chen, Anning
Does anyone have any examples of scm for CVS? I can't find anything online that would allow me to embed scm cvs properties in pom.xml. I would appreciate it if someone showed me how to do a diff and checkout a module from cvs using the pom and not on command line. ---

how to package and install dependecy jars in repository and local target

2006-10-19 Thread Chen, Anning
Is there a way to package or install jars from your dependencies in your repository or target dirs? I want to include all jars used for compilation in the module that I'm building instead of just the module jar. That way, I can install the entire package in the repository and users can get it and

maven2 cvs checkout

2006-10-18 Thread Chen, Anning
Does anyone know how to checkout files from CVS in maven? I want to incorporate this feature in a Maven create project script. Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: dependency question

2006-10-18 Thread Chen, Anning
Thx. This worked. -Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 18, 2006 1:41 PM To: Maven Users List Subject: Re: dependency question On 10/18/06, Chen, Anning <[EMAIL PROTECTED]> wrote: > thirdparty.sun.servlet.2.3 is a thirdparty

dependency question

2006-10-18 Thread Chen, Anning
Hi, I'm a newbie to Maven2 and have a simple question: My pom.xml file for this package is here: 4.0.0 com.gs.fw.web.utils.uuid util.uuidgenerator.servlet jar 1.0-SNAPSHOT UUID Generator Servlet http://maven.apache.org

Multiproject help

2005-11-04 Thread Chen, Anning
Hi, I'm using Maven 1.x and I'm also new at Maven... I have a simple multi-project that has 2 sub-projects: A and B, A is dependent on B. I was able to run multiproject:install on the project successfully by providing dependencies in A's project.xml. But when I ran multiproject:site the