Hi Kenneth, What version of Maven are you trying to build this with? It's building fine for me with Maven 3.2.1.
Kind regards, Martin On Thu, Aug 28, 2014 at 6:24 PM, Talley, Kenneth <[email protected]> wrote: > Hey all, > > I'm new to plexus and sisu so forgive me if this is a little newbish. > Basically, I'm trying to learn how to use maven indexer and just running > the BasicUsageExamplerTest throws: > > org.codehaus.plexus.component.repository.exception.ComponentLookupException: > java.util.NoSuchElementException > role: org.apache.maven.index.Indexer > roleHint: > at org.eclipse.sisu.inject.LocatedBeans$Itr.next(LocatedBeans.java:141) > at org.eclipse.sisu.inject.LocatedBeans$Itr.next(LocatedBeans.java:1) > at > org.eclipse.sisu.plexus.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:76) > at > org.eclipse.sisu.plexus.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:1) > at > org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:262) > at > org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:254) > at > org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:248) > at > org.apache.maven.indexer.examples.BasicUsageExample.<init>(BasicUsageExample.java:107) > at > org.apache.maven.indexer.examples.BasicUsageExample.main(BasicUsageExample.java:80) > at > org.apache.maven.indexer.examples.BasicUsageExampleTest.testApp(BasicUsageExampleTest.java:30) > > > Anyone else see this or am I missing something? > > > kwt >
