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/10/15 10:44:00 UTC

[jira] [Updated] (ZOOKEEPER-3171) Create pom.xml for recipes and contrib

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norbert Kalmar updated ZOOKEEPER-3171:
--------------------------------------
    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:
{noformat}
zookeeper-[something]
| -src
|    | -main
|    |    | -java
|    |    |     \org...
|    |    \resources
|    | -test (unit tests only)
|    |    | -java
|    |    |   \org...
|    |    \ resources
|    | - it (integration tests)
|    \pom.xml
{noformat}

  was:
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, server, client and common 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:
{noformat}
zookeeper-[something]
| -src
|    | -main
|    |    | -java
|    |    |     \org...
|    |    \resources
|    | -test (unit tests only)
|    |    | -java
|    |    |   \org...
|    |    \ resources
|    | - it (integration tests)
|    \pom.xml
{noformat}


> Create pom.xml for recipes and contrib
> --------------------------------------
>
>                 Key: ZOOKEEPER-3171
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3171
>             Project: ZooKeeper
>          Issue Type: Sub-task
>          Components: build, scripts
>    Affects Versions: 3.6.0
>            Reporter: Norbert Kalmar
>            Assignee: Norbert Kalmar
>            Priority: Major
>
> 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:
> {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)