On Thu, 2005-10-13 at 12:06 +0200, Kees de Kooter wrote:
> Here is a snippet of my pom:
>
> <filters>
> <filter>src/filters/internet-server.properties</filter>
> </filters>
>
> <outputDirectory>${project.build.directory}/${project.build.finalName}</outputDirectory>
> <resources>
> <resource>
> <directory>src/main/webapp</directory>
> <filtering>true</filtering>
> </resource>
> </resources>
>
> ${project.build.directory} is not available when running resources:resources?
> If I put "target" in the pom instead everything is ok, if not I get
> "Error copying resources"
>
> This must be due to a lack of understanding of maven on my side...
No, I think that might be a bug in the RegexModelInterpolator. David
Jackman has found a couple other issues and they are in JIRA.
> Thanks,
> Kees de Kooter
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--
jvz.
Jason van Zyl
jason at maven.org
http://maven.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]