Skip to content

Commit

Permalink
make doc generation more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Apr 20, 2012
1 parent 4c1f8d0 commit 2c9ce7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions symmetric/symmetric-assemble/pom.xml
Expand Up @@ -200,6 +200,12 @@
</goals>
<configuration>
<preProcess>
<delete
file="${basedir}/torque/report.symmetric-assemble.doc.generation" />
<delete
file="${basedir}/target/torque/sqldbmap.properties" />
<delete
file="${basedir}/target/torque/context.doc.properties" />
<copy todir="${docbook.build}">
<fileset dir="${docbook.source}">
</fileset>
Expand Down Expand Up @@ -297,12 +303,6 @@
<include name="**/images/*" />
</fileset>
</copy>
<delete
file="${basedir}/torque/report.symmetric-assemble.doc.generation" />
<delete
file="${basedir}/target/torque/sqldbmap.properties" />
<delete
file="${basedir}/target/torque/context.doc.properties" />
</postProcess>
</configuration>
</execution>
Expand Down

0 comments on commit 2c9ce7a

Please sign in to comment.