RE: Properties for pom.xml

2007-02-05 Thread franz see
des 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: u

RE: Properties for pom.xml

2007-02-04 Thread Rahamim, Zvi \(Zvi\)
! Zvi. -Original Message- From: franz see [mailto:[EMAIL PROTECTED] Sent: Sunday, February 04, 2007 5:35 PM To: users@maven.apache.org 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

Re: Properties for pom.xml

2007-02-04 Thread franz see
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/m

Re: Properties for pom.xml

2007-02-04 Thread franz see
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?