Skip to content

Commit 17ef2e3

Browse files
committed
Added developers/ids to pom.
1 parent ebb6631 commit 17ef2e3

File tree

1 file changed

+2
-75
lines changed

1 file changed

+2
-75
lines changed

pom.xml

Lines changed: 2 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
</roles>
140140
</developer>
141141
<developer>
142-
<id>-</id>
142+
<id>simasch</id>
143143
<name>Simon Martinelli</name>
144144
<roles>
145145
<role>Expert Group Member</role>
@@ -174,7 +174,7 @@
174174
</roles>
175175
</developer>
176176
<developer>
177-
<id>-</id>
177+
<id>otaviojava</id>
178178
<name>Otavio Santana</name>
179179
<roles>
180180
<role>Expert Group Member</role>
@@ -361,8 +361,6 @@
361361
</excludes>
362362
</configuration>
363363
</plugin>
364-
<!-- TODO enable this only for major upgrades (ensure to copy LICENSE.txt
365-
to LICENSE.bak first) -->
366364
</plugins>
367365
</pluginManagement>
368366
<plugins>
@@ -716,79 +714,8 @@
716714
<baseDir>src/main/asciidoc/</baseDir>
717715
</configuration>
718716
</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 -->
734717
</executions>
735718
</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-->
792719
</plugins>
793720
</build>
794721

0 commit comments

Comments
 (0)