Ok, but is it possible to get jar artifact and properties artifact in one dependency decalaration:
For example, I deploy module1 with jar artifact and properties artifact and in a module2, i declare a dependency with module1 Is Maven able to retrieve 2 artifacts (for example with a <classifier>ALL</classifier or something like that) <dependency> <groupid>mygroup</groupid> <artifactid>module1</artifactid> </dependency> Otherwise i must declare 2 dependencies by module, one for binaries files and one for properties files... Wayne Fay wrote: > > You could make another artifact (jar) that consists only of properties > files that are jar'ed together and deploy it into your repo. > > Wayne > > On 10/26/07, Saloucious <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> Acutally, i'm working on a migration from Ant to Maven. >> The old Ant script creates for each project a jar and copy properties >> files in a deploy dir. >> So these properties file are not embeded in jar. >> >> Now i'm on Maven, >> If I excludes files from jar, they will not be in repository >> I don't find the way to be able to not embed properties file from jar and >> install them in repo. >> -- >> View this message in context: >> http://www.nabble.com/Properties-files-exclude-from-jar-artifact-tf4698085s177.html#a13429857 >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Properties-files-exclude-from-jar-artifact-tf4698085s177.html#a13616078 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
