Re: pom.xml property issue.

2010-06-16 Thread Minhaj
Thanks Anders, actually i wanted to access the version information of module into parent POM, but now I've put the version info for modules into Parent POM and accessing version info into module from parent POM. Thanks again for your reply. -Minhaj On Wed, Jun 16, 2010 at 2:54 PM, A

pom.xml property issue.

2010-06-16 Thread Minhaj
Hi, Can anyone tell me how to access the property of module's pom.xml into parent project pom.xml ?? Regards - -Minhaj

create war and jar files at same time.

2009-01-27 Thread Minhaj
Hi, i am working on maven;s multi module project i have three modules with three pom.xml files all of them generating war files successfully and i want to generate a jar file as well for one of the module. i am confuse that how can we define two times the tag in same pom.xml file. it can be don