Skip to content

Commit 9f0bee2

Browse files
committed
Fixed some pom issues.
1 parent db05d11 commit 9f0bee2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,6 @@
502502
<target>${maven.compile.targetLevel}</target>
503503
<compilerArgument>-g</compilerArgument>
504504
<encoding>${project.build.sourceEncoding}</encoding>
505-
<charset>${project.build.sourceEncoding}</charset>
506-
<showDeprecations>true</showDeprecations>
507505
</configuration>
508506
</plugin>
509507
<plugin>
@@ -550,7 +548,7 @@
550548
<keywords>true</keywords>
551549
<linksource>true</linksource>
552550
<!-- overview>${basedir}/overview.html</overview -->
553-
<source>${project.build.sourceCompilerLevel}</source>
551+
<source>${maven.compile.sourceLevel}</source>
554552
<!-- stylesheetfile>${basedir}/src/site/css/money-jdoc.css</stylesheetfile -->
555553
<verbose>true</verbose>
556554
</configuration>

0 commit comments

Comments
 (0)