src/main/resources and src/test/resources respectively. The Hibernate config files are resource files.
/Anders On Mon, Sep 26, 2011 at 07:34, arka.sharma <[email protected]> wrote: > > Hi, > > I have a hibernate project.My source files are located inside the package > com.sdp.So I have kept the hiberbnate.cfg.xml file in the same level where > com folder is located.Now I have created a maven quickstart artifact.Inside > "src > main > java" I have copied my com folder.Now where to keep hibernate > config files ? > Along with that I have copied my junit test sources in side "src > main > > test".Where to keep hibernate config files for test directory ? > > Thanks, > Arka > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Copynig-hibernate-config-files-in-maven-project-tp4840255p4840255.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > 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]
