See the bottom of this page: http://maven.apache.org/maven-1.x/using/resources.html

HTH,
-Lukas

emerson cargnin wrote:
actually it was for not having the <include/> node insde the
<includes/> :) and maven 1.0.2 didn't complain of this...

now i got another challenge. I had the following:
 <build>
               <sourceDirectory>src/main/java</sourceDirectory>

               <filters>
                       <filter>src/main/filters/local.properties</filter>
               </filters>

but now maven doesn't recognise the <filters> tag.
In this page:
http://maven.apache.org/maven-1.x/reference/project-descriptor.html#class_Build
it just shows a <filtering> tag, which is only a boolean. How i get
the same behaviour of the other one?



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

Reply via email to