Re: Simple Standalone Maven Indexer Example

2013-07-10 Thread VersionEye
et me know if you have questions. -- View this message in context: http://maven.40175.n5.nabble.com/Simple-Standalone-Maven-Indexer-Example-tp3305234p5762553.html Sent from the Maven Developers mailing list archive at Nabbl

Re: Simple Standalone Maven Indexer Example

2010-12-15 Thread Ersin ER
One more question: Is it possible to query latest version of each distinct artifact? (Well, I can imagine how it can be done using SQL statements but not sure about Lucene and Nexus Indexer.) Regards, On Wed, Dec 15, 2010 at 07:54, Ersin ER wrote: > Thank yo very much. It's perfect! > > 2010/1

Re: Simple Standalone Maven Indexer Example

2010-12-14 Thread Ersin ER
Thank yo very much. It's perfect! 2010/12/15 Tamás Cservenák > Hi, > > here is a basic example, covering -- I hope -- all you need: > > > https://github.com/cstamas/maven-indexer-examples/tree/master/indexer-example-01 > > > Thanks, > ~t~ > > On Tue, Dec 14, 2010 at 9:25 PM, Ersin ER wrote: > >

Re: Simple Standalone Maven Indexer Example

2010-12-14 Thread Tamás Cservenák
Hi, here is a basic example, covering -- I hope -- all you need: https://github.com/cstamas/maven-indexer-examples/tree/master/indexer-example-01 Thanks, ~t~ On Tue, Dec 14, 2010 at 9:25 PM, Ersin ER wrote: > Hello, > > I am trying to implement a simple standalone maven indexer tool without

Simple Standalone Maven Indexer Example

2010-12-14 Thread Ersin ER
Hello, I am trying to implement a simple standalone maven indexer tool without any success. I have included the following dependency in my pom.xml: org.apache.maven.indexer indexer-core 3.1.0 Then I tried to do something similar to the explanations here: https://doc