[
https://issues.apache.org/jira/browse/LUCENE-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wettin updated LUCENE-622:
-------------------------------
Attachment: lucene-maven.tar.bz2
This is my attempt on Mavifying Lucene:
tar xvfz lucene-maven.tar.gz
cd lucene-maven
find ./ -type d -name \.svn -execdir svn update {} \;
mvn install
A top level POM, and one project per contrib-module. There are two or three
that is commented out due to not finding public repositories for the
dependencies. There are comments in pom.xml:s
Due to some dependency cross references (at least I think so) I ended up with
seperating tests to a project by it self:
lucene-core
lucene-demo, depends on core
lucene-tests, depends on demo and core
Except for that, I think it's all pretty much clear.
I have not spent any time with extensive ant-script convertion. This is for
building, testing and deploying, not running benchmarker from CLI, et c.
> Provide More of Lucene For Maven
> --------------------------------
>
> Key: LUCENE-622
> URL: https://issues.apache.org/jira/browse/LUCENE-622
> Project: Lucene - Java
> Issue Type: Task
> Affects Versions: 2.0.0
> Reporter: Stephen Duncan Jr
> Assignee: Michael Busch
> Fix For: 2.2
>
> Attachments: lucene-622.txt, lucene-core.pom,
> lucene-highlighter-2.0.0.pom, lucene-maven.patch, lucene-maven.tar.bz2
>
>
> Please provide javadoc & source jars for lucene-core. Also, please provide
> the rest of lucene (the jars inside of "contrib" in the download bundle) if
> possible.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]