Did you define in your build section something like :
      <resources>
        <resource>
          <directory>src/main/resources/someresources</directory>
          <includes>
            <include>**/*.xml</include>
          </includes>
        </resource>
      </resources>
and your xml are in 
src/main/resources/someresources/com/mtk/support/logging

Nicolas





jeff mutonho <[EMAIL PROTECTED]>
08/09/2004 15:19
Veuillez r�pondre � "Maven Users List"

 
        Pour :  Maven Users List <[EMAIL PROTECTED]>
        cc : 
        Objet : Copying some resources to the same directory of compiled classes


Hi
 
I've got some resources(xml files)  that I wish to be copied to the 
destination directory where my compiled classes are placed eg if the 
classes are in 
    /target/classes/com/mtk/support/logging , 
then the xml files must also be copied to the same directory(.ie logging ) 
and not 
/target/classes
 
I've tried specifying  <destinationDirectory> in the <resources> element , 
but that doesn't seem to work.
 
 
jeff mutonho

 
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.



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

Reply via email to