Technically, no. You can configure Maven (and it's plugins) to use a different source path. However, I strongly discourage this as you could run into issues with badly written plugins. Also, the Maven standard path has became a best-practice in the industry (if you ask me) and is what most devs are used to today.
/Anders On Thu, Mar 10, 2011 at 08:29, arvindv6 < [email protected]> wrote: > Hi > When building a java project do we always have to have the project in this > src/main/java structure ???? > > Thank you > V. Arvind > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Do-we-have-to-have-src-main-java-project-structure-tp3422876p3422876.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] > >
