We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db05d11 commit 9f0bee2Copy full SHA for 9f0bee2
pom.xml
@@ -502,8 +502,6 @@
502
<target>${maven.compile.targetLevel}</target>
503
<compilerArgument>-g</compilerArgument>
504
<encoding>${project.build.sourceEncoding}</encoding>
505
- <charset>${project.build.sourceEncoding}</charset>
506
- <showDeprecations>true</showDeprecations>
507
</configuration>
508
</plugin>
509
<plugin>
@@ -550,7 +548,7 @@
550
548
<keywords>true</keywords>
551
549
<linksource>true</linksource>
552
<!-- overview>${basedir}/overview.html</overview -->
553
- <source>${project.build.sourceCompilerLevel}</source>
+ <source>${maven.compile.sourceLevel}</source>
554
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
555
<verbose>true</verbose>
556
0 commit comments