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]
