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

Gabriele Kahlout commented on NUTCH-892:
----------------------------------------

I'm not sure how Ivy was better than Maven for nutch; Unlike Ivy, Maven is at 
least natively supported by most IDEs (NetBeans, IntelliJ,JDeveloper, 
m2eclipse). 
I at least recommend automating the 'mavenization' of Nutch, as is wonderfully 
done in Apache Solr (thanks Sarowe). In Solr dev-tools[1] there is a pom.xml 
template used by ant to mavenize the project. Mavenizing is done simply with 
(!):

ant get-maven-poms
mvn -N -Pbootstrap install

With a fully-fledged NetBeans/IDE project one is able to learn alot about 
Solr/Lucene dynamics through the debugger (contribute patches and spam less the 
mlist) - it levels the playing field for newbies.

I think Sarowe's dev-tools work could be ported to Nutch, but I'm not sure 
about Ivy in the equation; maybe makepom[2] is involved.



[1] http://svn.apache.org/repos/asf/lucene/dev/branches/branch_3x/dev-tools/ 

> nutch maven build support
> -------------------------
>
>                 Key: NUTCH-892
>                 URL: https://issues.apache.org/jira/browse/NUTCH-892
>             Project: Nutch
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 1.1
>            Reporter: Marius Cristian Vulpe
>            Priority: Minor
>   Original Estimate: 120h
>  Remaining Estimate: 120h
>
> I use nutch search mechanism form a standalone java application. I use maven 
> to configure my dependencies and I have seen that nutch doesn't publish any 
> artifacts to the public repositories.
> Please let me know if somebody is working towards this direction.
> If not, I think I can spent some time to "mavenize" the project and I can 
> send you a version of that (I plan to do that for version 1.1).
> I would need feedback on this.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to