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

Julien Nioche commented on NUTCH-995:
-------------------------------------

@Gabriele : the error you are getting probably means that the jar file 
containing the maven tasks is not available on the classpath. use 'ant -lib' 
and point to the directory containing this jar. Note that this issue is 
slightly different : we want to generate the pom.xml first (then get the maven 
task to work). 

We should probably separate the generation of the pom.xml from the 'deploy' 
task so that people can get it without doing the release on Apache (for which 
they don't have the creds anyway)

I gather you did not get the issue Chris had with the wrong version of the ivy 
jar being used? 

> Generate POM file using the Ivy makepom task 
> ---------------------------------------------
>
>                 Key: NUTCH-995
>                 URL: https://issues.apache.org/jira/browse/NUTCH-995
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Julien Nioche
>            Assignee: Chris A. Mattmann
>             Fix For: 1.3
>
>         Attachments: NUTCH-955-1.3.patch
>
>
> We currently have a pom.xml file in the SVN repository and use it for 
> publishing our artefacts. The trouble with this is that we need to keep its 
> content in sync with our ivy file. Instead we could use the makepom task 
> (http://ant.apache.org/ivy/history/2.2.0/use/makepom.html) to generate the 
> pom.xml automatically.
> The existing pom.xml for 1.3 needs fixing anyway as it declares dependencies 
> to GORA and has the wrong versions for some dependencies.

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

Reply via email to