Skip to content

Commit

Permalink
HV-1152 Applying Hibernate L&F to Java 9 stylesheet.css
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta authored and gunnarmorling committed Mar 2, 2017
1 parent 089b3af commit 59703cb
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 103 deletions.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@

<!-- add-opens options required for Arquillian and WildFly -->
<arquillian.javaVmArguments.add-opens></arquillian.javaVmArguments.add-opens>

<!-- JavaDoc stylesheet name -->
<!-- styles for jdk8 and jdk9 are different-->
<javadoc-stylesheet-name>stylesheet.css</javadoc-stylesheet-name>
</properties>

<prerequisites>
Expand Down Expand Up @@ -645,7 +649,7 @@
<configuration>
<docfilessubdirs>true</docfilessubdirs>
<javadocDirectory>${project.basedir}/../src/main/javadoc</javadocDirectory>
<stylesheetfile>stylesheet.css</stylesheetfile>
<stylesheetfile>${javadoc-stylesheet-name}</stylesheetfile>
<bottom>
<![CDATA[Copyright &copy; ${project.inceptionYear}-{currentYear} <a href="http://redhat.com">Red Hat, Inc.</a> All Rights Reserved]]></bottom>
</configuration>
Expand Down Expand Up @@ -996,6 +1000,7 @@
--add-opens=java.management/javax.management.openmbean=ALL-UNNAMED
--add-opens=java.naming/javax.naming=ALL-UNNAMED
</arquillian.javaVmArguments.add-opens>
<javadoc-stylesheet-name>stylesheet-jdk9.css</javadoc-stylesheet-name>
</properties>
<build>
<pluginManagement>
Expand Down
Loading

0 comments on commit 59703cb

Please sign in to comment.