You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Norbert Kalmar (JIRA)" <ji...@apache.org> on 2018/08/17 10:35:00 UTC

[jira] [Created] (ZOOKEEPER-3122) Verify end artifact

Norbert Kalmar created ZOOKEEPER-3122:
-----------------------------------------

             Summary: Verify end artifact
                 Key: ZOOKEEPER-3122
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3122
             Project: ZooKeeper
          Issue Type: Sub-task
          Components: build, scripts
    Affects Versions: 3.6.0
            Reporter: Norbert Kalmar
            Assignee: Norbert Kalmar


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.

Jenkins jobs and release process should be updated and checked if working.

The different modules will get their maven structure:
{noformat}
zookeeper-[something]
| -src
|    | -main
|    |    | -java
|    |    |     \org...
|    |    \resources
|    | -test (unit tests only)
|    |    | -java
|    |    |   \org...
|    |    \ resources
|    | - it (integration tests)
|    \pom.xml
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)