On 21/08/13 15:59, Dave Reynolds wrote:
On 21/08/13 13:48, Andy Seaborne wrote:
On 21/08/13 12:29, Dave Reynolds wrote:
I recently switched a number of projects from depending on Jena 2.10.1
to depending on Jena 2.10.2.SNAPSHOT [0].
Now all of these projects have the jena sources and javadoc artifacts
included in their Maven dependency tree [1]. If I package a war file
then I get all the Jena sources and javadocs included in the war file
which makes for a big war to upload.
Does anyone else see this? [2]
Any workarounds?
Dave
[0] Relevant pom.xml entry is:
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena</artifactId>
Try apache-jena-libs
Argh, thanks, failed to spot that. That works.
I've used -libs on most projects but cut/paste this one from
http://jena.apache.org/download/index.html
Now fixed (in staging). The wonders of ASF-CMS.
though I see the more detailed page it links to:
http://jena.apache.org/download/maven.html
does use -libs
Dave