Continuum run mvn command line so if it works with mvn, is must work in
Continuum.

Do you use the same mvn from the command line and for the user that run
Continuum?

Why don't you put your resources file under src/main/java/resources ? It is
the standard directory

Emmanuel

On Tue, Jun 24, 2008 at 5:47 PM, bruno waes <[EMAIL PROTECTED]> wrote:

>
> in my pom.xml i have under <build> a node
>
>
>                <resources>
>                        <resource>
>
> <directory>src/main/webapp/WEB-INF/classes/</directory>
>                                <filtering>true</filtering>
>                        </resource>
>                </resources>
>
>
> and i have a file WEB-INF/classes/common.proporties
>
> containing this line
>
> build.version=${pom.version}
>
>
> when i run it locally maven nicely replaces the ${pom.version} by the
> version number but in the war that continuum deploys that file isn't
> filtered ...
>
> is this a bug or am i missing something ?
>
>
> --
> View this message in context:
> http://www.nabble.com/resources-do-not-get-filtered-tp18093907p18093907.html
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>

Reply via email to