Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of symmetric-build-3.0.0-…
Browse files Browse the repository at this point in the history
…alpha.3
  • Loading branch information
chenson42 committed Apr 25, 2012
1 parent 6f05fcb commit 5853763
Showing 1 changed file with 26 additions and 12 deletions.
38 changes: 26 additions & 12 deletions symmetric/symmetric-assemble/pom.xml
@@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jumpmind.symmetric</groupId>
<artifactId>symmetric-assemble</artifactId>
Expand Down Expand Up @@ -199,9 +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" />
<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 All @@ -217,7 +221,8 @@
<foCustomization>${docbook.build}/resources/xsl/docbook-fopdf.xsl
</foCustomization>
<postProcess>
<delete file="${docbook.target}/pdf/user-guide.fo" />
<delete
file="${docbook.target}/pdf/user-guide.fo" />
</postProcess>
</configuration>
</execution>
Expand All @@ -239,17 +244,22 @@
</htmlCustomization>
<chunkedOutput>false</chunkedOutput>
<postProcess>
<copy todir="${docbook.target}/html-single">
<fileset dir="${docbook.build}/resources">
<copy
todir="${docbook.target}/html-single">
<fileset
dir="${docbook.build}/resources">
<include name="images/*.png" />
<include name="images/*.gif" />
<include name="images/*.jpg" />
</fileset>
<fileset dir="${docbook.build}/resources">
<fileset
dir="${docbook.build}/resources">
<include name="css/*.css" />
</fileset>
</copy>
<copy todir="${docbook.target}/html-single/images" flatten="true">
<copy
todir="${docbook.target}/html-single/images"
flatten="true">
<fileset dir="${docbook.build}">
<include name="**/images/*" />
</fileset>
Expand All @@ -275,16 +285,20 @@
<chunkedOutput>true</chunkedOutput>
<postProcess>
<copy todir="${docbook.target}/html">
<fileset dir="${docbook.build}/resources">
<fileset
dir="${docbook.build}/resources">
<include name="images/*.png" />
<include name="images/*.gif" />
<include name="images/*.jpg" />
</fileset>
<fileset dir="${docbook.build}/resources">
<fileset
dir="${docbook.build}/resources">
<include name="css/*.css" />
</fileset>
</copy>
<copy todir="${docbook.target}/html/images" flatten="true">
<copy
todir="${docbook.target}/html/images"
flatten="true">
<fileset dir="${docbook.build}">
<include name="**/images/*" />
</fileset>
Expand Down

0 comments on commit 5853763

Please sign in to comment.