diff --git a/pdf/plugin.jelly b/pdf/plugin.jelly index 2261b533..488be454 100644 --- a/pdf/plugin.jelly +++ b/pdf/plugin.jelly @@ -20,6 +20,7 @@ + @@ -79,7 +80,7 @@ - Generating ${docsPdf}/project.pdf ... + Generating ${docsPdf}/${pdfName} ... Config file: ${docsPdf}/userconfig.xml @@ -97,9 +98,9 @@ - + - + diff --git a/pdf/plugin.properties b/pdf/plugin.properties index a320806d..be510b22 100644 --- a/pdf/plugin.properties +++ b/pdf/plugin.properties @@ -11,6 +11,7 @@ maven.pdf.copyrightYear=${pom.inceptionYear} maven.pdf.imageDpi=150 maven.pdf.debug=false maven.pdf.navigationFile=navigation.xml +maven.pdf.pdfName=${pom.artifactId}.pdf # Reserved for future use... maven.pdf.cover.projectCompany=${pom.organization.name} maven.pdf.cover.projectName=${pom.name} diff --git a/pdf/xdocs/properties.xml b/pdf/xdocs/properties.xml index c2f8076c..e75eb352 100644 --- a/pdf/xdocs/properties.xml +++ b/pdf/xdocs/properties.xml @@ -33,6 +33,11 @@ Yes The directory for generated xdocs. Defaults to ${maven.build.dir}/generated-xdocs/. + + maven.pdf.pdfName + Yes + The name of pdf file. Defaults to ${pom.artifactId}.pdf. + maven.pdf.confidential Yes