RE: Pom packaging

2009-01-23 Thread Brian E. Fox
m: SHAILJA [mailto:shalja.ru...@gmail.com] Sent: Friday, January 23, 2009 7:29 AM To: dev@maven.apache.org Subject: Re: Pom packaging h I was serching for packaging type "pom " source code to get the idea how pom packaging type only take modules under it not .java source file..

Re: Pom packaging

2009-01-23 Thread SHAILJA
h I was serching for packaging type "pom " source code to get the idea how pom packaging type only take modules under it not .java source file.. Could you please give me link or some information to find out source code. Thanks SHAILJA wrote: > > Thanks alot > > Next thing i

Re: Pom packaging

2009-01-22 Thread SHAILJA
Thanks alot Next thing is that , I am having a huge directory structure like dempack/room/primitive/*.java demapack/jmx/console/*.java /rfg/pool/bevarage/*.java /rfg/pool/bevarage/test/*Test.java like this with lots of .java,.prejava, .properties, .h

Re: Pom packaging

2009-01-21 Thread Brian E. Fox
This is a user list question. However you can't have source in a pom project as there is nothing bound to compile it. You need to move that source to a child module of type jar. On 1/21/09 1:15 AM, "Kumari, Shailja" wrote: > > Hi, > > I have directory strucute like this > >