Details
Description
After the directory structures has been created, it is time to create the pom files for all the modules, and create the build hierarchy.
At first, ant should remain in place until we are sure maven works fine.
After maven build is stable for jute, server, client and common recipes and contrib should be finished as well.
The different modules will get their maven structure:
zookeeper-[something] | -src | | -main | | | -java | | | \org... | | \resources | | -test (unit tests only) | | | -java | | | \org... | | \ resources | | - it (integration tests) | \pom.xml
Attachments
Issue Links
- is a clone of
-
ZOOKEEPER-3029 Create pom files for jute, server and client
- Closed
- is depended upon by
-
ZOOKEEPER-3028 Create assembly in pom.xml
- Closed
- links to