Cesar is correct as the build tool (maven/ant) cannot change package names
if you need to generate your own package you *may* want to look at Java Class autogeneration tools such as testsgen http://sourceforge.net/projects/autotest HTH Martin Gainty ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Thu, 1 Jan 2009 12:01:34 +0100 > From: [email protected] > To: [email protected] > Subject: Re: [EAR-Plugin] - Include Resources > > On Tue, Nov 18, 2008 at 9:34 PM, Paulo Cesar Silva Reis <[email protected] > > wrote: > > > Hi folks, > > > > I have a multi-module project with several ejb modules. Also, I have custom > > configurations for each client so I generate like a sql file contains the > > specific properties for each one. It¹s possible to include this file inside > > the .ear? Or it¹s better to generate like a file (.tar.gz) with the > > generated resources and plus the ear file? And if so, how can I do that? > > > Yes but it has nothing to do with the ear IMO. If you ever need to load that > file from the classpath, adding it to the EAR won't help. > > > > > > > Also, I would like to know if its possible to execute the deploy stage for > > an EAR module using a custom name for the file. For example, when I pass > > some parameters for maven, the finalName for the project changes but when I > > execute deploy maven does that: > > > > cp myProject-version-client-ABCX.jar -> myProject-version.jar > > > > It removes my custom finalName. > > > The pattern used for deployed artifacts is standardized and you can't change > it. The repository won't be able to function properly if users have the > ability to customize the name of the file deployed on the repository. > finalName is honored for the package phase. > > S. > > > > > > > > I really appreciate the help, I tried to search the answer in the mail list > > but nothing found. > > > > Thanks guys. > > > > > > -- > Large Systems Suck: This rule is 100% transitive. If you build one, you > suck" -- S.Yegge _________________________________________________________________ It’s the same Hotmail®. If by “same” you mean up to 70% faster. http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_broad1_122008
