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.
jute and server should be priority first. docs is handled in a different jira, as it is also being migrated. Recipes and contrib will remain for last.
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-3022 Step 1.1 - Create docs and it maven structure
- Closed
- is cloned by
-
ZOOKEEPER-3171 Create pom.xml for recipes and contrib
- Closed
-
ZOOKEEPER-3223 Configure Spotbugs
- Closed
-
ZOOKEEPER-3224 CI integration with maven
- Closed
-
ZOOKEEPER-3225 Create code coverage analysis with maven build
- Closed
-
ZOOKEEPER-3122 Verify build after maven migration and the end artifact
- Closed
- is depended upon by
-
ZOOKEEPER-3028 Create assembly in pom.xml
- Closed
- links to