Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.github.spyhunter99:maven-pdf-plugin
Advanced tools
Generates a PDF document from the project site. This fork adds more header/footer options.
Primary deltas
This repo contains the source for several doxia modules and for the original maven-pdf-plugin
ASF 2.0 licensed
<properties>
....
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
....
</properties>
<build>
<plugins>
<plugin>
<groupId>com.github.spyhunter99</groupId>
<artifactId>maven-pdf-plugin</artifactId>
<version>1.5.0.7</version>
<executions>
<execution>
<id>pdf-user</id>
<phase>site</phase>
<goals>
<goal>pdf</goal>
</goals>
<configuration>
<outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
<includeReports>false</includeReports>
<docDescriptor>src/site/pdf-user.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>
<!-- optional, these header/footer definitions are used on all pages exception the title page -->
<pdfFooter>Some contet
Second line content
Third line content
Version ${project.version}
${timestamp}</pdfFooter>
<pdfHeader>Some contet
Second line content
Third line content
Version ${project.version}
${timestamp}</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>
</plugins>
</build>
FAQs
Generates a PDF document from the project site. This fork adds more header/footer options.
We found that com.github.spyhunter99:maven-pdf-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.