Re: How do I add generated resources to target jar?

2008-08-30 Thread Simone Tripodi
Hi Stephen, Dan, thank you very much for your help. Best regards, Simone 2008/8/30 Dan Tran <[EMAIL PROTECTED]>: > no, build helper only adds additional source path, not resource since > the pom it self can do that. > > On Sat, Aug 30, 2008 at 1:29 AM, Simone Tripodi > <[EMAIL PROTECTED]> wrote: >

Re: How do I add generated resources to target jar?

2008-08-30 Thread Dan Tran
no, build helper only adds additional source path, not resource since the pom it self can do that. On Sat, Aug 30, 2008 at 1:29 AM, Simone Tripodi <[EMAIL PROTECTED]> wrote: > Hi Jan, > I just met a similar problem, as Stephen Connolly suggested me, you > should be able adding generated sources us

Re: site:deploy / hibernate3:hbm2doc

2008-08-30 Thread Karl Heinz Marbaise
Hi, i can now answer my question my self... > i have a working configuration and creation of and hbm2doc which > produces javadoc for Hibernate-mappings... > > but how can i integrated the generated javadoc (Hibernate) into the > site:deploy process or does exist a way to integrated the generate

Re: How do I add generated resources to target jar?

2008-08-30 Thread Stephen Connolly
actually this sounds like a use case for adding addionsl resources. the saddional source paths will only be scanned for .java files, not copied into the jar Sent from my iPod On 30 Aug 2008, at 09:29, "Simone Tripodi" <[EMAIL PROTECTED]> wrote: Hi Jan, I just met a similar problem, as S

Re: How do I add generated resources to target jar?

2008-08-30 Thread Simone Tripodi
Hi Jan, I just met a similar problem, as Stephen Connolly suggested me, you should be able adding generated sources using build-helper plugin in generate-sources phase. Hope this helps, best regards, Simone 2008/8/29 Jan van Mansum <[EMAIL PROTECTED]>: > Hello group, > > I am using the antlr3 mave