Merge pull request #183 from stianst/master
Removed unused assembly.xml file
This commit is contained in:
commit
2a6f2664ef
3 changed files with 4 additions and 18 deletions
|
@ -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>
|
||||
|
|
14
assembly.xml
14
assembly.xml
|
@ -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>
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue