Remove commented section - use <outputFileNameMapping> instead
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/eb9400df Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/eb9400df Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/eb9400df Branch: refs/heads/hadoop-rdf Commit: eb9400df7daeda740099f466587cf2c0474a6714 Parents: 9daed3a Author: Andy Seaborne <[email protected]> Authored: Wed Jan 7 15:49:45 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Wed Jan 7 15:49:45 2015 +0000 ---------------------------------------------------------------------- jena-fuseki2/jena-fuseki-dist/assembly-dist.xml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/eb9400df/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 d1c22b5..3c6c66e 100644 --- a/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml +++ b/jena-fuseki2/jena-fuseki-dist/assembly-dist.xml @@ -17,8 +17,8 @@ --> <!-- -The distribution. -Assumes jar made and onejar has been assembled. + The distribution. + Assumes jar made and onejar has been assembled. --> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" @@ -57,18 +57,6 @@ Assumes jar made and onejar has been assembled. <files> - <!-- - <file> - <source>${project.build.directory}/${server.jar.name}.jar</source> - <outputDirectory></outputDirectory> - <destName>fuseki-server.jar</destName> - </file> - <file> - <source>${project.build.directory}/${project.build.finalName}.war</source> - <outputDirectory></outputDirectory> - <destName>fuseki-server.war</destName> - </file> - --> <file> <source>dist/LICENSE</source> <destName>LICENSE</destName>
