You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brian Demers <bd...@apache.org> on 2011/01/17 17:01:19 UTC

[ANN] Maven Indexer version 4.0.0 Released

The Maven team is pleased to announce the release of the Maven Indexer,
version 4.0.0

This project creates portable indexes from maven repositories, which can be
used to search for artifacts.

You should specify the version in your project's dependency configuration:

<dependency>
    <groupId>org.apache.maven.indexer</groupId>
    <artifactId>indexer-core</artifactId>
    <version>4.0.0</version>
</dependency>

Release Notes - Maven Indexer 4.0.0

** Improvement
    * [MINDEXER-4] - Upgrade to Lucene 3.0.3
    * [MINDEXER-7] - Make IndexingContext be able to receive remote updates
and index local content simultaneously
** New Feature
    * [MINDEXER-1] - Introduce MergedIndexingContext, an IndexingContext
implementation that gives RO view on multiple IndexingContexts presented
logically as one
    * [MINDEXER-2] - Make Indexer threadsafe
** Task
    * [MINDEXER-5] - Upgrade to Maven 3.0 models
    * [MINDEXER-6] - Use Aether version implementation

Enjoy,

-The Maven team

Re: [ANN] Maven Indexer version 4.0.0 Released

Posted by Tamás Cservenák <ta...@cservenak.net>.
Hi,

until then (site + doc'd), here is a "showcase" created for a user
asking for examples on this same mailinglist (somewhere in december,
but he was interested in "using it with plexus" too):

https://github.com/cstamas/maven-indexer-examples

I plan to add more examples here, so if anyone has an idea, shoot!
Initially, I did this as a quick response to user's mail, but we could
move this code into ASF SVN next to indexer sources....


Thanks,
~t~

On Wed, Jan 19, 2011 at 4:24 PM, Karl Heinz Marbaise <kh...@gmx.de> wrote:
> Hello,
>>
>> The site is on the todo list.
>>
>> Other then the default reports.  Is there anything specific anyone wants
>> to see?
>>
>> CLI help page
>> basic api example for crawling
>>
> The above would be a good starting point to get at least an impression how
> to use this and what is able to do...
>
>
> Kind regards
> Karl Heinz Marbaise
> --
> SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
> Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
> Hauptstrasse 177                         USt.IdNr: DE191347579
> 52146 Würselen                           http://www.soebes.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven Indexer version 4.0.0 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hello,
> The site is on the todo list.
>
> Other then the default reports.  Is there anything specific anyone wants to see?
>
> CLI help page
> basic api example for crawling
>
The above would be a good starting point to get at least an impression 
how to use this and what is able to do...


Kind regards
Karl Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven Indexer version 4.0.0 Released

Posted by Brian Demers <br...@gmail.com>.
The site is on the todo list.

Other then the default reports.  Is there anything specific anyone wants to see?

CLI help page
basic api example for crawling

what else ?



On Tue, Jan 18, 2011 at 2:43 PM, Anders Hammar <an...@hammar.net> wrote:
> JIRA [1] says http://maven.apache.org/indexer/, but that gives you a page
> not found...
>
> /Anders
>
> [1] http://jira.codehaus.org/browse/MINDEXER
>
> On Tue, Jan 18, 2011 at 20:29, Karl Heinz Marbaise <kh...@gmx.de>wrote:
>
>> Hi,
>>
>> i've got a question about the Maven Indexer.
>>
>> I can't find a web site for that ? Does exist a web site about that where
>> are some informations are summarized etc. ?
>>
>> Kind regards
>> Karl Heinz Marbaise
>> --
>> SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
>> Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
>> Hauptstrasse 177                         USt.IdNr: DE191347579
>> 52146 Würselen                           http://www.soebes.de
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>> For additional commands, e-mail: dev-help@maven.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [ANN] Maven Indexer version 4.0.0 Released

Posted by Anders Hammar <an...@hammar.net>.
JIRA [1] says http://maven.apache.org/indexer/, but that gives you a page
not found...

/Anders

[1] http://jira.codehaus.org/browse/MINDEXER

On Tue, Jan 18, 2011 at 20:29, Karl Heinz Marbaise <kh...@gmx.de>wrote:

> Hi,
>
> i've got a question about the Maven Indexer.
>
> I can't find a web site for that ? Does exist a web site about that where
> are some informations are summarized etc. ?
>
> Kind regards
> Karl Heinz Marbaise
> --
> SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
> Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
> Hauptstrasse 177                         USt.IdNr: DE191347579
> 52146 Würselen                           http://www.soebes.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

Re: [ANN] Maven Indexer version 4.0.0 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi,

i've got a question about the Maven Indexer.

I can't find a web site for that ? Does exist a web site about that 
where are some informations are summarized etc. ?

Kind regards
Karl Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org