Merge pull request #183 from stianst/master

Removed unused assembly.xml file
This commit is contained in:
Stian Thorgersen 2017-09-01 06:00:11 +02:00 committed by GitHub
commit 2a6f2664ef
3 changed files with 4 additions and 18 deletions

View file

@ -202,10 +202,10 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<echo>OUTPUT (no-frames): file://${project.build.outputDirectory}/index.html</echo>
<echo>OUTPUT (frames): file://${project.build.outputDirectory}/frames.html</echo>
</tasks>
</target>
</configuration>
</execution>
</executions>

View file

@ -1,14 +0,0 @@
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>asciidoc-html-zip</id>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<directory>${project.build.directory}/generated-docs</directory>
<outputDirectory></outputDirectory>
</fileSet>
</fileSets>
</assembly>

View file

@ -61,9 +61,9 @@
<goal>run</goal>
</goals>
<configuration>
<tasks>
<target>
<echo>OUTPUT: file://${project.build.directory}/generated-docs/${masterFile}.html</echo>
</tasks>
</target>
</configuration>
</execution>
</executions>