> -----Original Message-----
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: 18 June 2003 05:54
> To: Maven Users List
> Subject: RE: Removing ${pom.X} usage in properties files.
> 
> On Tue, 2003-06-17 at 12:59, Vincent Massol wrote:
> > We're using it in a few places on the project I'm working on. We
have
> > the following for example, in our project.properties:
> >
> > "
> > maven.xdoc.version = ${pom.name}-${pom.currentVersion}
> 
> Yah, this is a standard one.
> 
> > # Override default installation directory for ejb jars in order to
put
> > the
> > # ejbs in the jar artfiact repository directory.
> >
maven.ejb.install.dir=${maven.repo.local}/${pom.artifactDirectory}/jars
> > "
> >
> > The second is obviously due to a problem in a plugin. But that
should be
> > a typical use cases. There are lots of small problems in the
existing
> > plugins where this makes sense.
> 
> Is there anyway around this? How about a property defined in the POM?
> I'm just trying to narrow the interpolation behavior a little to make
> things simpler (and easier internally).

Yeah, the way around is to fix the plugin. I'll do that hopefully today.

However, I liked the interpolation feature.

Thanks
-Vincent

> 
> 
> > -Vincent
> >
> >
> > > -----Original Message-----
> > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> > > Sent: 17 June 2003 17:37
> > > To: Maven Users List
> > > Subject: Removing ${pom.X} usage in properties files.
> > >
> > > Hi,
> > >
> > > I wanted to check with users about the frequency of using ${pom.X}
> > > notation in properties files. I would like to remove this feature
as
> > it
> > > is causing some grief internally and the only place I see it being
> > used
> > > internally is driver.properties which isn't visible to most users.
> > >
> > > I don't believe this 'feature' is being used but I wanted to check
> > > because I believe I made an error in judgement letting this usage
into
> > > existence.
> > >
> > > So for example in driver.properties we have:
> > >
> > > maven.final.name = ${pom.artifactId}-${pom.currentVersion}
> > >
> > > This is the type of usage I want to remove.
> > >
> > > --
> > > jvz.
> > >
> > > Jason van Zyl
> > > [EMAIL PROTECTED]
> > > http://tambora.zenplex.org
> > >
> > > In short, man creates for himself a new religion of a rational
> > > and technical order to justify his work and to be justified in it.
> > >
> > >   -- Jacques Ellul, The Technological Society
> > >
> > >
> > >
---------------------------------------------------------------------
> > > 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]
> --
> jvz.
> 
> Jason van Zyl
> [EMAIL PROTECTED]
> http://tambora.zenplex.org
> 
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
> 
>   -- Jacques Ellul, The Technological Society
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to