Skip to content

Commit

Permalink
fix spec name (#51)
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Aug 27, 2020
1 parent e4c307a commit af420e7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<relativePath/>
</parent>
<artifactId>activation-spec</artifactId>
Expand All @@ -36,6 +36,7 @@
<asciidoctorj.version>1.6.2</asciidoctorj.version>
<asciidoctorj.pdf.version>1.5.0-alpha.16</asciidoctorj.pdf.version>
<jruby.version>9.2.6.0</jruby.version>
<spec.name>jakarta-${project.artifactId}-${project.version}</spec.name>
<!-- status: DRAFT, BETA, etc., or blank for final -->
<status></status>
<maven.build.timestamp.format>MMMM dd, yyyy</maven.build.timestamp.format>
Expand Down Expand Up @@ -96,7 +97,7 @@
</goals>
<configuration>
<backend>html5</backend>
<outputFile>${project.build.directory}/generated-docs/activation-spec-${project.version}.html</outputFile>
<outputFile>${project.build.directory}/generated-docs/${spec.name}.html</outputFile>
<attributes>
<doctype>book</doctype>
<status>${status}</status>
Expand All @@ -119,7 +120,7 @@
</goals>
<configuration>
<backend>pdf</backend>
<outputFile>${project.build.directory}/generated-docs/activation-spec-${project.version}.pdf</outputFile>
<outputFile>${project.build.directory}/generated-docs/${spec.name}.pdf</outputFile>
<attributes>
<pdf-stylesdir>${project.basedir}/src/theme</pdf-stylesdir>
<pdf-style>jakartaee</pdf-style>
Expand Down

0 comments on commit af420e7

Please sign in to comment.