[
https://issues.apache.org/jira/browse/NUTCH-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902527#comment-15902527
]
Lewis John McGibbney commented on NUTCH-2292:
---------------------------------------------
[~thammegowda] I just pushed to the remote branch again, can you pull and test?
One issue is the following property value
https://github.com/apache/nutch/blob/NUTCH-2292/nutch-core/src/test/resources/crawl-tests.xml#L9
Please ensure that this points to your absolute path locations for the time
being
Another thing I need you to explain, why have you introduced
IntegrationTest.java ?
https://github.com/apache/nutch/blob/NUTCH-2292/nutch-core/src/test/java/org/apache/nutch/test/IntegrationTest.java
It doesn't make much sense to me currently.
> 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.13
>
>
> 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.3.15#6346)