hi, presently the project structure my company is using is that of a tomcat
project.
myApplication
|-- CSS(folder)
|-- images
|-- java scripts(folder)
|-- JSP(folder)
|-- WEB_INF(folder)
| |-- classes
| |-- lib
| |-- src
| | |-- com
| | |-- companyName
| | |-- applicationName
| | |-- Java files in their respective folders
| |
| |
| |--struts-config.xml
|
|--build.xm
|--build.properties
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?
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]