Re: Maven Indexer questions

2017-03-30 Thread Hervé BOUTEMY
Le mercredi 29 mars 2017, 16:31:10 CEST Laird Nelson a écrit : > I am working with the maven-indexer componentry for the first time; please > forgive my ignorance. > > I normally wouldn't ask these questions here, but there is no documentation. did you have a look at:

Re: Maven Indexer questions

2017-03-30 Thread Hervé BOUTEMY
there is the documentation for component reference documentation publication: http://maven.apache.org/developers/website/deploy-component-reference-documentation.html but nothing for end-users: the developer doc is not easy to understand, but I managed to write one. For end-users, I don't know

Re: Maven Indexer questions

2017-03-30 Thread Laird Nelson
On Thu, Mar 30, 2017 at 9:44 AM Hervé BOUTEMY wrote: > Le mercredi 29 mars 2017, 16:31:10 CEST Laird Nelson a écrit : > > I normally wouldn't ask these questions here, but there is no > documentation. > did you have a look at: >

Re: Getting maven to create a bundle manifest incrementally in eclipse

2017-03-30 Thread Bill Mair
Hi, @Curtis Yes, I had runOnIncremental enabled, but it didn't appear to do anything. I also added rebuildBundle to no avail. @Karl Heinz I wanted away from the MF first approach due to the added complexity that comes with it in tracking everything (although I must admit I didn't really have a

buildnumber plugin - last revision vs revision

2017-03-30 Thread Jan Tosovsky
Dear All, I'd like to implement versioning of my builds based on actual SVN revisions. However, when using buildnumber plugin, it returns the revision of top level folder (repository root), not my subfolder. When running the following command in console, which seems to be executed via plugin

Re: Maven Indexer questions

2017-03-30 Thread Tamás Cservenák
Hi Laird, sadly, not possible right now: https://issues.apache.org/jira/browse/MINDEXER-81 Lucene does handle "dynamically added" fields, but MI as it currently stands does not. On Wed, Mar 29, 2017 at 6:31 PM Laird Nelson wrote: > I am working with the maven-indexer

Re: buildnumber plugin - last revision vs revision

2017-03-30 Thread Karl Heinz Marbaise
Hi Jan, On 30/03/17 22:01, Jan Tosovsky wrote: Dear All, I'd like to implement versioning of my builds based on actual SVN revisions. However, when using buildnumber plugin, it returns the revision of top level folder (repository root), not my subfolder. When running the following command in

Re: Maven Indexer questions

2017-03-30 Thread Laird Nelson
On Thu, Mar 30, 2017 at 2:34 PM Tamás Cservenák wrote: > sadly, not possible right now: > https://issues.apache.org/jira/browse/MINDEXER-81 Thank you; I've voted for the bug, watched it and added a comment:

RE: buildnumber plugin - last revision vs revision

2017-03-30 Thread Jan Tosovsky
On 2017-03-30 Karl Heinz Marbaise wrote: > On 30/03/17 22:01, Jan Tosovsky wrote: > > > > I'd like to implement versioning of my builds based on actual SVN > > revisions. > > > > However, when using buildnumber plugin, it returns the revision of > > top level folder (repository root), not my

Re: buildnumber plugin - last revision vs revision

2017-03-30 Thread Karl Heinz Marbaise
Hi Jan, On 31/03/17 00:18, Jan Tosovsky wrote: On 2017-03-30 Karl Heinz Marbaise wrote: On 30/03/17 22:01, Jan Tosovsky wrote: I'd like to implement versioning of my builds based on actual SVN revisions. However, when using buildnumber plugin, it returns the revision of top level folder

RE: buildnumber plugin - last revision vs revision

2017-03-30 Thread Jan Tosovsky
Hi Karl Heinz, On 2017-03-31 Karl Heinz Marbaise wrote: > On 31/03/17 00:18, Jan Tosovsky wrote: > > On 2017-03-30 Karl Heinz Marbaise wrote: > >> On 30/03/17 22:01, Jan Tosovsky wrote: > >>> > >>> I'd like to implement versioning of my builds based on actual SVN > >>> revisions. > >>> > >>>