On Tue, Feb 3, 2009 at 11:55 PM, MacMohan <[email protected]> wrote:

> i m using ant 1.6 to make war files. But now my company wants me to use
> Maven to do nightly builds and deployment of project for testing and
> development environment.
>
> My question is: Do i have to re arrange my project structure to standard
> directory layout to use maven?


Not necessarily - Maven's pretty flexible if you want it to be.  You can
redefine the locations as need be for the most part.  That said, if you
stuck with Maven for the long haul, I probably would restructure the project
at some point, either a piece at a time or in one big


>
>
> my-app
> |-- pom.xml
> `-- src
>    |-- main
>    |   `-- java
>    |       `-- com
>    |           `-- mycompany
>    |               `-- app
>    |                   `-- App.java
>    `-- test
>        `-- java
>            `-- com
>                `-- mycompany
>                    `-- app
>                        `-- AppTest.java
>
> if no then how to make maven understand what my project structure is?
>
> an if yes, do you think i need to migrate to maven from ant just for
> nightly
> builds and deployment? Can't i do that some other way?
>
> Please help.
>
> Regards,
> MacMohan.
> --
> View this message in context:
> http://www.nabble.com/project-structure-and-maven.-tp21824471p21824471.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]
>
>


-- 
Geoffrey Wiseman
http://www.geoffreywiseman.ca/

Reply via email to