Hi devs,
I have been working on creating a maven2 build for sandesha2 & have almost
completed it.

In order to support maven2 build, I would like to propose following project
structure change. I have changed my local maven1 build to support this new
structure. So both maven1 & maven2 builds are working!!!!.


Proposed project structure.

|-- LICENSE.txt
|-- README.txt
|-- config
|-- maven.xml
|-- modules
|   |-- client
|   |   |-- pom.xml
|   |-- core
|   |   |-- pom.xml
|   |   |-- src
|   |   |   `-- main
|   |   |       |-- java
|   |   |       `-- resources
|   |-- interop
|   |   |-- pom.xml
|   |   |-- src
|   |   |   |-- main
|   |   |   |   `-- java
|   |   |   `-- resources
|   |   |       `-- conf
|   |-- mar
|   |   |-- module.xml
|   |   |-- pom.xml
|   |-- policy
|   |   |-- pom.xml
|   |   |-- src
|   |   |   `-- main
|   |   |       `-- resources
|   |-- samples
|   `-- tests
|-- pom.xml
|-- project.properties
|-- project.xml
|-- release-notes.html
`-- xdocs



/sumedha

Reply via email to