You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by Claude Warren <cl...@xenei.com> on 2014/07/30 18:08:03 UTC

packaging

I just realized that the jena-security jar is in the apache-jena-libs
package but not the apache-jena-<version>.zip|tgz

I must have misconfigured something way back when.  If someone can point me
to the proper options I'll make the fix.

thx,
Claude

-- 
I like: Like Like - The likeliest place on the web
<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Re: packaging

Posted by Andy Seaborne <an...@apache.org>.
On 30/07/14 17:08, Claude Warren wrote:
> I just realized that the jena-security jar is in the apache-jena-libs
> package but not the apache-jena-<version>.zip|tgz
>
> I must have misconfigured something way back when.  If someone can point me
> to the proper options I'll make the fix.
>
> thx,
> Claude
>

apache-jena-VER is built with an assembly in the apache-jena module.

You need to add jena-security to the dependencies (3 times for no 
classifier, sources and javadoc) in the POM and change the assembly 
based on the repeating pattern for the other modules.

	Andy