|
139 | 139 | </roles> |
140 | 140 | </developer> |
141 | 141 | <developer> |
142 | | - <id>-</id> |
| 142 | + <id>simasch</id> |
143 | 143 | <name>Simon Martinelli</name> |
144 | 144 | <roles> |
145 | 145 | <role>Expert Group Member</role> |
|
174 | 174 | </roles> |
175 | 175 | </developer> |
176 | 176 | <developer> |
177 | | - <id>-</id> |
| 177 | + <id>otaviojava</id> |
178 | 178 | <name>Otavio Santana</name> |
179 | 179 | <roles> |
180 | 180 | <role>Expert Group Member</role> |
|
361 | 361 | </excludes> |
362 | 362 | </configuration> |
363 | 363 | </plugin> |
364 | | - <!-- TODO enable this only for major upgrades (ensure to copy LICENSE.txt |
365 | | - to LICENSE.bak first) --> |
366 | 364 | </plugins> |
367 | 365 | </pluginManagement> |
368 | 366 | <plugins> |
|
716 | 714 | <baseDir>src/main/asciidoc/</baseDir> |
717 | 715 | </configuration> |
718 | 716 | </execution> |
719 | | - <!-- execution> |
720 | | - <id>output-pdf</id> |
721 | | - <phase>prepare-package</phase> |
722 | | - <goals> |
723 | | - <goal>process-asciidoc</goal> |
724 | | - </goals> |
725 | | - <configuration> |
726 | | - <backend>pdf</backend> |
727 | | - <doctype>book</doctype> |
728 | | - <embedAssets>true</embedAssets> |
729 | | - <outputDirectory>target/generated-docs</outputDirectory> |
730 | | - <imagesDir>src/main/asciidoc/images/</imagesDir> |
731 | | - <baseDir>src/main/asciidoc/</baseDir> |
732 | | - </configuration> |
733 | | - </execution --> |
734 | 717 | </executions> |
735 | 718 | </plugin> |
736 | | - <!--plugin> |
737 | | - <groupId>com.agilejava.docbkx</groupId> |
738 | | - <artifactId>docbkx-maven-plugin</artifactId> |
739 | | - <version>2.0.15</version> |
740 | | - <executions> |
741 | | - <execution> |
742 | | - <id>doc</id> |
743 | | - <goals> |
744 | | - <goal>generate-pdf</goal> |
745 | | - </goals> |
746 | | - <phase>prepare-package</phase> |
747 | | - </execution> |
748 | | - </executions> |
749 | | - <dependencies> |
750 | | - <dependency> |
751 | | - <groupId>net.sf.docbook</groupId> |
752 | | - <artifactId>docbook-xml</artifactId> |
753 | | - <version>5.0-all</version> |
754 | | - <classifier>resources</classifier> |
755 | | - <type>zip</type> |
756 | | - <scope>runtime</scope> |
757 | | - </dependency> |
758 | | - <dependency> |
759 | | - <groupId>net.sf.xslthl</groupId> |
760 | | - <artifactId>xslthl</artifactId> |
761 | | - <version>2.0.1</version> |
762 | | - <scope>runtime</scope> |
763 | | - </dependency> |
764 | | - <dependency> |
765 | | - <groupId>net.sf.offo</groupId> |
766 | | - <artifactId>fop-hyph</artifactId> |
767 | | - <version>1.2</version> |
768 | | - <scope>runtime</scope> |
769 | | - </dependency> |
770 | | - </dependencies> |
771 | | - <configuration> |
772 | | - <imgSrcPath>../../</imgSrcPath> |
773 | | - <admonGraphics>1</admonGraphics> |
774 | | - <graphicExtensions>1</graphicExtensions> |
775 | | - <showXslMessages>true</showXslMessages> |
776 | | - <collectXrefTargets>1</collectXrefTargets> |
777 | | - <highlightSource>1</highlightSource> |
778 | | - <hyphenate>true</hyphenate> |
779 | | - <hyphenateVerbatim>true</hyphenateVerbatim> |
780 | | - <includes>JavaMoneySpecification.xml</includes> |
781 | | - <sourceDirectory>target/generated-docs</sourceDirectory> |
782 | | - <targetDirectory>target/docs</targetDirectory> |
783 | | - <generateToc>1</generateToc> |
784 | | - <paperType>A4</paperType> |
785 | | - <admonGraphicsPath>src/main/asciidoc/images/icons/</admonGraphicsPath> |
786 | | - <calloutGraphicsPath>src/main/asciidoc/images/icons/callouts/</calloutGraphicsPath> |
787 | | - <showComments>true</showComments> |
788 | | - <xincludeSupported>true</xincludeSupported> |
789 | | - <fop1Extensions>1</fop1Extensions> |
790 | | - </configuration> |
791 | | - </plugin--> |
792 | 719 | </plugins> |
793 | 720 | </build> |
794 | 721 |
|
|
0 commit comments