it looks like a bug - it should be in the maven-project component.

- Brett

On 11/10/05, Nitko2 <[EMAIL PROTECTED]> wrote:
> I have pom.xml with following snippet:
>
> <build>
>     <sourceDirectory>src\JavaSource</sourceDirectory>
>     <resources>
>         <resource>
>           <directory>src\JavaSource</directory>
>
>
> and it works.
> If I use property like this
>
> <build>
>     <sourceDirectory>src\JavaSource</sourceDirectory>
>     <resources>
>         <resource>
>           <directory>${project.build.sourceDirectory}</directory>
>
>
> it doesn't work. Is it bug in code or in my head?
>
>
> If it is a code bug where can I report it (meaning in which maven2 component)?
>
> Thanks,
> Filip
>
>
> ---------------------------------------------------------------------
> 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