You must define maven.jarResources.basedir property to

maven.jarResources.basedir=${basedir}/java

Emmanuel

-----Message d'origine-----
De: "IMCaptor" <[EMAIL PROTECTED]>
A: "'Turbine Maven Users List'" <[EMAIL PROTECTED]>
Date: 21/11/02
Objet: How can I copy the resource to the proper directory?

Hello All:
  My path structure is like this

----java------com----gtom----database

---target----classes-----com-----gtom------database

When i build the project i want copy the resource file to the class
path,
and package it.

so i write 

<resources>
      <includes>
        <include>java/**/*.betwixt</include>
      </includes>
 </resources>

in the project.xml

but the effect is

---target----classes-----com-----gtom------database
---target----classes-----java------com-----gtom------database

and the betwixt file and the class file are not in the same place,
so the test can't run success.

Thank u for help!


Best Regards
IMCaptor



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


__________________________________________________
Modem offert : 150,92 euros rembours�s sur le Pack eXtense de Wanadoo ! 
Haut d�bit � partir de 30 euros/mois : http://www.ifrance.com/_reloc/w


__________________________________________________
Modem offert : 150,92 euros rembours�s sur le Pack eXtense de Wanadoo ! 
Haut d�bit � partir de 30 euros/mois : http://www.ifrance.com/_reloc/w


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

Reply via email to