Thank for your answer, I want to clarify my motivation: I want that all my pom.xml files (and there are many) have the properties and values in a property file that resides on my repository. I only need to load them into the pom.xml so that it could see them, Is there a way to do so? Thanks again! Zvi.
-----Original Message----- From: franz see [mailto:[EMAIL PROTECTED] Sent: Sunday, February 04, 2007 5:35 PM To: [email protected] Subject: Re: Properties for pom.xml Good day, Pardon, my answer was incomplete :-) You may want to use [1] to get the resource, and use [2] to declare that file as a filter file ( a file containing properties ). Cheers, Franz [1] http://maven.apache.org/plugins/maven-remote-resources-plugin/ [2] http://maven.apache.org/plugins/maven-resources-plugin/examples/filter.h tml franz see wrote: > > Good day to you, Rahamin, > > You may want to take a look at [1]. > > Cheers, > Franz > > [1] http://maven.apache.org/plugins/maven-remote-resources-plugin/ > > > Rahamim, Zvi (Zvi) wrote: >> >> Hi, >> Is there a way to tell my pom.xml to load properties from a property >> file that resides in a remote repository? >> Example for such property file is com/myapp/myprop/A.properties. >> Thanks! >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- View this message in context: http://www.nabble.com/POM-Inheritance-tf3164691s177.html#a8793783 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]
