mvn add test folders

2008-05-08 Thread krishnan.1000
Hi, I have a project that uses a set of sample data for unittesting on the project. Since there are many other developer on the project, this would help them simulate the same working environment. The test folders are in the project root- src/test/testdata/abc.doc and so on... This has been a

Re: mvn add test folders

2008-05-08 Thread krishnan.1000
resources to src/test/resources so that it automatically gets copied in target/test-classes but you mentioned changing the structure is not an option for you.. HTH, Deng On Thu, May 8, 2008 at 2:24 PM, krishnan.1000 [EMAIL PROTECTED] wrote: Hi, I have a project that uses a set of sample

Tutorial for assembly configuation

2008-04-18 Thread krishnan.1000
Hi, I am using maven but I am trying to use maven assembly for the following use case Parent Module -- | A |B Depends On A |C Depends On B

Re: Maven Assembly for MultiModule project

2008-03-07 Thread krishnan.1000
and assemblies just to make it work. Wayne On 3/7/08, krishnan.1000 [EMAIL PROTECTED] wrote: build plugins plugin artifactIdmaven-compiler-plugin/artifactId version2.1-20080129.223043-7/version configuration source1.5/source target1.5/target

Maven Assembly for MultiModule project

2008-03-06 Thread krishnan.1000
Hi, I am a Maven newbie and I hope this is not a stupid question. I am trying to create two Maven assembly jars for modules Foo and Bar. My project -- | |--- Bar |--- Foo |Foo-A |--- Foo-B This is my project structure. In this

Re: Maven Assembly for MultiModule project

2008-03-06 Thread krishnan.1000
clear about what you've got vs what you want etc. Wayne On 3/6/08, krishnan.1000 [EMAIL PROTECTED] wrote: Hi, I am a Maven newbie and I hope this is not a stupid question. I am trying to create two Maven assembly jars for modules Foo and Bar. My project

Re: Maven Assembly for MultiModule project

2008-03-06 Thread krishnan.1000
/groupId artifactIdfoo-b/artifactId version${project.version}/version scopecompile/scope /dependency /dependencies In addition, I have to add dependencies in all the pom.xml even if they have been specified in the parent pom.xml. Thanks, Karthik Krishnan krishnan.1000 wrote

Newbie Question. Handling the module dependencies

2008-03-05 Thread krishnan.1000
Hi, I am working on a project which has two modules on the same hierarchy level foo-utils and foo-core. The foo-core has a dependency on foo-util. If I try to change something in foo-util, I have to build foo-util before I build foo-core. I would like to avoid that by having foo-util built

Re: Newbie Question. Handling the module dependencies

2008-03-05 Thread krishnan.1000
from the parent (which in your case seems to be foo). foo --foo-utils --foo-core There is no other option. Wayne On 3/5/08, krishnan.1000 [EMAIL PROTECTED] wrote: Hi, I am working on a project which has two modules on the same hierarchy level foo-utils and foo-core. The foo-core

Re: Create one jar including all dependencies

2008-02-29 Thread krishnan.1000
Hi, Thanks for all your help. I used maven assembly plugin for my needs. I wanted to know if there is a way to add time stamp to the package that is generated. Thanks, Karthik Krishnan krishnan.1000 wrote: Thanks for the help. We used the maven assembly plugin to create a executable jar

Re: Create one jar including all dependencies

2008-02-27 Thread krishnan.1000
Thanks for the help. We used the maven assembly plugin to create a executable jar. Is it possible to create two executable jars for the same package. I could have have another plugin node for maven assembly krishnan.1000 wrote: Hi, I am a Maven newbie. So please forgive my ignorance. I am

Maven does not compile:org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT

2008-02-12 Thread krishnan.1000
Hi , I am a rookie using Maven. I have got this error. I have created this pom and I dont know what is causing this error. I looked at the forum but I did not understand what was being discussed%-O Please help me. Thanks, Karthik 1) org.codehaus.plexus:plexus-compiler-javac:jar:1.6-SNAPSHOT