This is an automated email from the ASF dual-hosted git repository. alexoree pushed a commit to branch feature/JUDDI-978 in repository https://gitbox.apache.org/repos/asf/juddi.git
commit fde14da9bde8d85aa59b1a0deb2cfc1114289ab2 Author: Alex O'Ree <[email protected]> AuthorDate: Sun May 15 11:09:46 2022 -0400 [JUDDI-978] [JUDDI-1020] --- pom.xml | 128 ++++++++++++++++++------------------------------ src/site/pdf-client.xml | 4 +- src/site/pdf-server.xml | 4 +- 3 files changed, 52 insertions(+), 84 deletions(-) diff --git a/pom.xml b/pom.xml index cf1f60ce8..957781134 100644 --- a/pom.xml +++ b/pom.xml @@ -472,11 +472,11 @@ under the License. <plugin> <groupId>com.github.spyhunter99</groupId> <artifactId>maven-pdf-plugin</artifactId> - <version>1.5.0.5</version> + <version>1.5.0.8</version> <executions> <execution> <id>pdf-user</id> - <phase>site</phase> + <phase>compile</phase> <goals> <goal>pdf</goal> </goals> @@ -509,7 +509,7 @@ under the License. </execution> <execution> <id>pdf-server</id> - <phase>site</phase> + <phase>compile</phase> <goals> <goal>pdf</goal> </goals> @@ -528,7 +528,7 @@ under the License. <distributionStatement>DISTRIBUTION STATEMENT: Feel free to give this document to anyone you will take it.</distributionStatement> --> <!-- optional, these header/footer definitions are used on all pages exception the title page --> - <pdfFooter>Apache jUDDI + <pdfFooter>Apache jUDDI - https://juddi.apache.org Version ${project.version} ${timestamp}</pdfFooter> <pdfHeader>Apache jUDDI @@ -985,85 +985,53 @@ under the License. </modules> <build> <plugins> - - <plugin> - <groupId>com.github.spyhunter99</groupId> - <artifactId>maven-pdf-plugin</artifactId> - <version>1.5.0.8</version> - <inherited>false</inherited> - <executions> - <execution> - <id>pdf-client</id> - <phase>prepare-package</phase> - <goals> - <goal>pdf</goal> - </goals> - <configuration> - <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> - <includeReports>false</includeReports> - <docDescriptor>src/site/pdf-client.xml</docDescriptor> - - <!-- optional, the title of a doc defined in pdf-user that is rendered before the TOC - <executiveSummaryName>EXSUM</executiveSummaryName>--> - <!-- optional, a header only on the title page - <titleHeader>A custom header only on the title pages</titleHeader>--> - - <!-- optional, the distribution statement is printed on the title page towards the bottom, common use case: - confidentiality statements, limited distribution, legalese and other mumbo jumbo. - <distributionStatement>DISTRIBUTION STATEMENT: Feel free to give this document to anyone you will take it.</distributionStatement>--> + + <plugin> + <groupId>com.github.spyhunter99</groupId> + <artifactId>maven-pdf-plugin</artifactId> + <version>1.5.0.8</version> + <inherited>false</inherited> + <executions> + <execution> + <id>pdf-client</id> + <phase>prepare-package</phase> + <goals> + <goal>pdf</goal> + </goals> + <configuration> + <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> + <includeReports>false</includeReports> + <docDescriptor>src/site/pdf-client.xml</docDescriptor> - <!-- optional, these header/footer definitions are used on all pages exception the title page --> - <pdfFooter>Version ${project.version} - ${timestamp}</pdfFooter> - <pdfHeader>jUDDI Client Guide</pdfHeader> - <!-- optional, the cover page can have a pom defined date too - <pdfCoverDate>1970-1-1</pdfCoverDate>--> - - <!-- optional, the max depth of the TOC --> - <tocMaxDepthToPrint>4</tocMaxDepthToPrint> - <!-- optional, you can override any of the colors, fonts, padding etc with your own file here - <foStylesOverride>src/main/resources/fo-styles_1.xslt</foStylesOverride>--> - </configuration> - </execution> - - <execution> - <id>pdf-server</id> - <phase>prepare-package</phase> - <goals> - <goal>pdf</goal> - </goals> - <configuration> - <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> - <includeReports>false</includeReports> - <docDescriptor>src/site/pdf-server.xml</docDescriptor> - - <!-- optional, the title of a doc defined in pdf-user that is rendered before the TOC - <executiveSummaryName>EXSUM</executiveSummaryName>--> - <!-- optional, a header only on the title page - <titleHeader>A custom header only on the title pages</titleHeader>--> + <pdfFooter>Version ${project.version} + ${timestamp}</pdfFooter> + <pdfHeader>jUDDI Client Guide</pdfHeader> + + </configuration> + </execution> - <!-- optional, the distribution statement is printed on the title page towards the bottom, common use case: - confidentiality statements, limited distribution, legalese and other mumbo jumbo. - <distributionStatement>DISTRIBUTION STATEMENT: Feel free to give this document to anyone you will take it.</distributionStatement>--> + <execution> + <id>pdf-server</id> + <phase>prepare-package</phase> + <goals> + <goal>pdf</goal> + </goals> + <configuration> + <outputDirectory>${project.reporting.outputDirectory}</outputDirectory> + <includeReports>false</includeReports> + <docDescriptor>src/site/pdf-server.xml</docDescriptor> - <!-- optional, these header/footer definitions are used on all pages exception the title page --> - <pdfFooter>Version ${project.version} - ${timestamp}</pdfFooter> - <pdfHeader>jUDDI Server Guide</pdfHeader> + <pdfFooter>Version ${project.version} + ${timestamp}</pdfFooter> + <pdfHeader>jUDDI Server Guide</pdfHeader> + - <!-- optional, the cover page can have a pom defined date too - <pdfCoverDate>1970-1-1</pdfCoverDate>--> - - <!-- optional, the max depth of the TOC --> - <tocMaxDepthToPrint>4</tocMaxDepthToPrint> - <!-- optional, you can override any of the colors, fonts, padding etc with your own file here - <foStylesOverride>src/main/resources/fo-styles_1.xslt</foStylesOverride>--> - </configuration> - </execution> - - </executions> - </plugin> + </configuration> + </execution> + + </executions> + </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -1082,7 +1050,7 @@ under the License. </execution> </executions> </plugin> - + <!-- <plugin> <groupId>com.coderplus.maven.plugins</groupId> <artifactId>copy-rename-maven-plugin</artifactId> @@ -1124,7 +1092,7 @@ under the License. </execution> </executions> </plugin> - + --> <!-- Create a source-release artifact that contains the fully buildable diff --git a/src/site/pdf-client.xml b/src/site/pdf-client.xml index 8138f33c5..1e90fd21d 100644 --- a/src/site/pdf-client.xml +++ b/src/site/pdf-client.xml @@ -21,7 +21,7 @@ under the License. outputName="juddi-client-guide" xmlns="http://maven.apache.org/DOCUMENT/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <meta> <title>Apache jUDDI Client Guide</title> -<author>Alex O'Ree</author> +<author>Apache Software Foundation</author> </meta> <!-- depth of the TOC can be controlled by adding a depth attribute--> <toc name="Table of Contents"> @@ -49,7 +49,7 @@ outputName="juddi-client-guide" xmlns="http://maven.apache.org/DOCUMENT/1.0.1" x <projectLogo>images\logo.png</projectLogo> <companyName>The Apache Software Foundation</companyName> <companyLogo>http://www.apache.org/images/asf_logo_wide.png</companyLogo> -<author>Alex O'Ree, [email protected]</author> +<author>Apache jUDDI Team</author> </cover> </document> diff --git a/src/site/pdf-server.xml b/src/site/pdf-server.xml index c919e9d82..3bd98c2a2 100644 --- a/src/site/pdf-server.xml +++ b/src/site/pdf-server.xml @@ -21,7 +21,7 @@ under the License. outputName="juddi-server-guide" xmlns="http://maven.apache.org/DOCUMENT/1.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <meta> <title>Apache jUDDI Server Guide</title> -<author>Alex O'Ree</author> +<author>Apache Software Foundation</author> </meta> <!-- depth of the TOC can be controlled by adding a depth attribute--> <toc name="Table of Contents"> @@ -51,7 +51,7 @@ outputName="juddi-server-guide" xmlns="http://maven.apache.org/DOCUMENT/1.0.1" x <projectLogo>images\logo.png</projectLogo> <companyName>The Apache Software Foundation</companyName> <companyLogo>http://www.apache.org/images/asf_logo_wide.png</companyLogo> -<author>Alex O'Ree, [email protected]</author> +<author>Apache jUDDI Team</author> </cover> </document> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
