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/hadoop-rdf Commit: 9daed3a9e0c3ab292c4adc6a7c70eb8c52ffdc48 Parents: 51eb576 Author: Andy Seaborne <[email protected]> Authored: Wed Jan 7 15:32:54 2015 +0000 Committer: Andy Seaborne <[email protected]> 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>
