We have a project with eclipse standard layout, where dependencies are under WEB-INF/lib. java source files are directly under moduleweb/Javasource. and test files under moduelweb/test. It is not actually so different from maven structrure directory. We decided to use maven to manage build cycle. I had to modify as maven way our dependency, and use maven eclipse plugin to regenerate eclipse files
I use sourcedirectory and testsourcedirectory tags to tell to maven where are sources. It works fine. Tom. 2006/3/22, raja bangaru <[EMAIL PROTECTED]>: > But i've found that we should not try to change the maven directory > structure > > So i was asking the people's suggestion before changing the directory > structure > > Have u used it in any project? > > On 3/22/06, Tom Joad <[EMAIL PROTECTED]> wrote: > > > > Hello, > > You can specify java source files an java test files with > > tags > > eg. > > <sourceDirectory>myproject/JavaSource</sourceDirectory> > > <testSourceDirectory/>myproject/test</testSourceDirectory> > > > > Tom > > 2006/3/22, raja bangaru <[EMAIL PROTECTED]>: > > > My project which is build in ant does'nt use maven standard directory > > > structure > > > > > > src/main/java-------- java source files > > > src/test/java --------- java test files > > > > > > Now i want to migrate to maven > > > > > > Which way of directory structure is bettter????? > > > > > > moving my files to the above directory structure? > > > OR > > > change my POM ? > > > > > > Help me pls > > > > > > > > > > --------------------------------------------------------------------- > > 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]
