You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Karl Richter (JIRA)" <ji...@apache.org> on 2017/09/20 16:59:00 UTC

[jira] [Commented] (NUTCH-2292) Mavenize the build for nutch-core and nutch-plugins

    [ https://issues.apache.org/jira/browse/NUTCH-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16173495#comment-16173495 ] 

Karl Richter commented on NUTCH-2292:
-------------------------------------

I started a `.gitlab-ci.yml` for GitLab CI based on the NUTCH-2292 branch which is available at https://gitlab.com/krichter/nutch/merge_requests/2. Maybe it's useful for testing the Maven migration (I suggested mirroring to gitlab.com at https://issues.apache.org/jira/browse/NUTCH-2424).

> Mavenize the build for nutch-core and nutch-plugins
> ---------------------------------------------------
>
>                 Key: NUTCH-2292
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2292
>             Project: Nutch
>          Issue Type: Improvement
>          Components: build
>            Reporter: Thamme Gowda
>            Assignee: Thamme Gowda
>             Fix For: 1.14
>
>
> Convert the build system of  nutch-core as well as plugins to Apache Maven.
> *Plan :*
> Create multi-module maven project with the following structure
> {code}
> nutch-parent
>   |-- pom.xml (POM)
>   |-- nutch-core
>   |       |-- pom.xml (JAR)
>   |       |--src    : sources
>   |-- nutch-plugins
>           |-- pom.xml (POM)
>           |-- plugin1
>           |    |-- pom.xml (JAR)
>           | .....
>           |-- pluginN
>                |-- pom.xml (JAR)
> {code}
> NOTE: watch out for cyclic dependencies bwteen nutch-core and plugins, introduce another POM to break the cycle if required.
>          



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)