You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastien ARBOGAST <se...@gmail.com> on 2008/04/30 22:33:37 UTC

project.build.directory is not resolved correctly anymore

I have at least one of my project which was defining a resource like:

<resources>
    <resource>
        <directory>${project.build.directory}/generated-resources</directory>
    </resource>
</resources>

And the files inside target/generated-resources could not be found by
Maven plugin.

Is it a known bug?

-- 
Sébastien Arbogast

http://sebastien-arbogast.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org