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...

Thanks,
Kees de Kooter

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to