You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/01/07 16:33:08 UTC

jena git commit: Name server and war files without version

Repository: jena
Updated Branches:
  refs/heads/master 51eb5768d -> 9daed3a9e


Name server and war files without version


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9daed3a9
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9daed3a9
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9daed3a9

Branch: refs/heads/master
Commit: 9daed3a9e0c3ab292c4adc6a7c70eb8c52ffdc48
Parents: 51eb576
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Jan 7 15:32:54 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Jan 7 15:32:54 2015 +0000

----------------------------------------------------------------------
 jena-fuseki2/jena-fuseki-dist/assembly-dist.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9daed3a9/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml
----------------------------------------------------------------------
diff --git a/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml b/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml
index e7ae2d5..d1c22b5 100644
--- a/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml
+++ b/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml
@@ -35,12 +35,23 @@ Assumes jar made and onejar has been assembled.
   <baseDirectory>${project.artifactId}-${project.version}</baseDirectory>
 
   <dependencySets>
+    <!-- Standalone JAR -->
     <dependencySet>
       <useProjectArtifact>false</useProjectArtifact>
       <includes>
 	<include>org.apache.jena:jena-fuseki-server:jar</include>
+      </includes>
+      <outputFileNameMapping>fuseki-server.jar</outputFileNameMapping>
+
+    </dependencySet>
+    <!-- WAR file -->
+    <dependencySet>
+      <useProjectArtifact>false</useProjectArtifact>
+      <includes>
 	<include>org.apache.jena:jena-fuseki-war:war</include>
       </includes>
+      <outputFileNameMapping>fuseki.war</outputFileNameMapping>
+
     </dependencySet>
   </dependencySets>