Re: Maven-Indexer 6.0 Release

2017-11-24 Thread Olivier Lamy
sounds good! Thanks! Olivier On 24 November 2017 at 02:14, Tamás Cservenák wrote: > Hi there, > > I think with this PR 6.0 should be ready to go: > https://github.com/apache/maven-indexer/pull/21 > > Then, we can "jump" to 7 :) > - make it java8 > - consume the lucene

RE: Maven-Indexer 6.0 Release

2017-11-24 Thread Eric Barboni
Hi, Sounds like a plan for me. -Message d'origine- De : Tamás Cservenák [mailto:ta...@cservenak.net] Envoyé : jeudi 23 novembre 2017 16:14 À : Maven Users List Objet : Re: Maven-Indexer 6.0 Release Hi there, I think with this PR 6.0 should be ready to go:

Re: Maven-Indexer 6.0 Release

2017-11-24 Thread Manfred Moser
+1 .. imho before the release .. Manfred Tamás Cservenák wrote on 2017-11-24 06:54: > Hi, > > All merged, but there is one more thing: > > I'd like to fully reformat indexer codebase to maven codestyle before > release: > https://github.com/apache/maven-indexer/pull/23 > (not much to see,

Maven Assembly Plugin renaming jar

2017-11-24 Thread Wilson, Sam
Hey! Hopefully you can help me out. Maven assembly plugin seems to be renaming a jar file without being told to, and it’s messing up my MANIFEST.MF classpath. You notice in the snippet of mvn -X below the assembly plugin seems to be getting version 8.0.2, but it renames it to 8.0.0. Thanks,

Re: Maven-Indexer 6.0 Release

2017-11-24 Thread Tamás Cservenák
Hi, All merged, but there is one more thing: I'd like to fully reformat indexer codebase to maven codestyle before release: https://github.com/apache/maven-indexer/pull/23 (not much to see, but someone eyeball please) Main reason is not only annoying checkstyle errors (this PR gets rid of most

Re: Maven Assembly Plugin renaming jar

2017-11-24 Thread Sam Wilson
Oh, I should mention that I've tried this with maven-assembly-plugin 2.4 and 3.1.0. Sam On 11/24/2017 11:07 AM, Wilson, Sam wrote: > Hey! > > Hopefully you can help me out. Maven assembly plugin seems to be renaming a > jar file without being told to, and it’s messing up my MANIFEST.MF