You should add this in build tag in your project.xml :

    <resources>
      <resource>
        <directory>src/conf</directory>
        <includes>
          <include>*.*</include>
        </includes>
      </resource>
    </resources>

and put your conf files in <projet_home>/src/conf

Emmanuel

----- Original Message ----- 
From: "Ebersole, Steven" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, January 20, 2004 4:13 PM
Subject: including resources into target/classes


I am trying to build a hibernate-backed app using maven, but noticed that
the hibernate mapping files are not pulled over into the target/classes
directory.  How is this typically acheived using maven?

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



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

Reply via email to