| | |
| | | <fonts-src>${basedir}/src/fonts</fonts-src> |
| | | <fonts-gen>${basedir}/target/fonts</fonts-gen> |
| | | <site-out>${basedir}/target/site</site-out> |
| | | <legalnotice>${basedir}/target/docbkx/html/legalnotice.html</legalnotice> |
| | | <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL> |
| | | <i18nFrameworkVersion>1.4.0</i18nFrameworkVersion> |
| | | </properties> |
| | |
| | | <plugin> |
| | | <groupId>com.agilejava.docbkx</groupId> |
| | | <artifactId>docbkx-fop-support</artifactId> |
| | | <version>2.0.13</version> |
| | | <version>2.0.14</version> |
| | | <inherited>false</inherited> |
| | | <executions> |
| | | <execution> |
| | |
| | | <plugin> |
| | | <groupId>com.agilejava.docbkx</groupId> |
| | | <artifactId>docbkx-maven-plugin</artifactId> |
| | | <version>2.0.13</version> |
| | | <version>2.0.14</version> |
| | | <inherited>false</inherited> |
| | | <configuration> |
| | | <sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory> |
| | |
| | | </preProcess> |
| | | |
| | | <postProcess> |
| | | <copy file="${docbkx-out}/html/admin-guide/OpenDJ-Admin-Guide/target/docbkx/html/legalnotice.html" todir="${docbkx-out}/html/admin-guide/OpenDJ-Admin-Guide" /> |
| | | <copy file="${docbkx-out}/html/dev-guide/OpenDJ-Dev-Guide/target/docbkx/html/legalnotice.html" todir="${docbkx-out}/html/dev-guide/OpenDJ-Dev-Guide" /> |
| | | <copy file="${docbkx-out}/html/install-guide/OpenDJ-Install-Guide/target/docbkx/html/legalnotice.html" todir="${docbkx-out}/html/install-guide/OpenDJ-Install-Guide" /> |
| | | <copy file="${docbkx-out}/html/release-notes/OpenDJ-Release-Notes/target/docbkx/html/legalnotice.html" todir="${docbkx-out}/html/release-notes/OpenDJ-Release-Notes" /> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="target/docbkx/html/legalnotice.html" value="legalnotice.html"> |
| | | <include name="**/**/**/*.html" /> |
| | | </replace> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="</head>"> |
| | | <include name="**/**/**/*.html" /> |
| | | <replacevalue> |
| | |
| | | </preProcess> |
| | | |
| | | <postProcess> |
| | | <copy file="${legalnotice}" todir="${docbkx-out}/html/admin-guide" /> |
| | | <copy file="${legalnotice}" todir="${docbkx-out}/html/dev-guide" /> |
| | | <copy file="${legalnotice}" todir="${docbkx-out}/html/install-guide" /> |
| | | <copy file="${legalnotice}" todir="${docbkx-out}/html/release-notes" /> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="target/docbkx/html/legalnotice.html" value="legalnotice.html"> |
| | | <include name="**/**/*.html" /> |
| | | </replace> |
| | | <replace dir="${basedir}/target/docbkx/html/" token="</head>"> |
| | | <include name="**/**/*.html" /> |
| | | <replacevalue> |