I've discovered by experimentation that the basic artifact built by mvn package
for the GeoNames indexer is the ready-to-use executable. It seems like the
README is a bit out of date, since it still recommends mvn assembly:single when
that isn't needed any longer. Should I file an issue on this, or skip that and
just offer a pull request with a change to the README, or am I misunderstanding
something here. {grin}
---
A. Soroka
The University of Virginia Library
On Jun 19, 2013, at 11:05 AM, A. Soroka wrote:
> Hi, Stanbol folks!
>
> I'm building Stanbol from trunk, and I want to build the GeoNames indexer
> component. The Maven "install" phase goes swimmingly, but when I try "mvn
> assembly:single" in the GeoNames indexer module, I get a failure with:
>
> "Error reading assemblies: No assembly descriptors found"
>
> which appears to be perfectly true-- there are no assembly descriptors in
> that module. I'm using Maven 3.0.5 for this build. Has there been a change in
> procedure here? Is the README out of date? Or am I missing something obvious
> (not unlikely)?
>
> Thanks for any pointers!
>
> ---
> A. Soroka
> The University of Virginia Library