Skip to content

Commit 6d9aa68

Browse files
committed
Update pom
1 parent 036bbbc commit 6d9aa68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<properties>
5252
<maven.compiler.source>21</maven.compiler.source>
5353
<maven.compiler.target>21</maven.compiler.target>
54+
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
5455
</properties>
5556

5657
<!-- Testing Dependencies -->
@@ -98,6 +99,10 @@
9899
<version>3.14.0</version>
99100
<configuration>
100101
<useModulePath>false</useModulePath>
102+
<!--
103+
Ideally these would be in testCompilerArgument since this only applies to 'testCompile' goal.
104+
I have not been able to get it to work. I hate poms.
105+
-->
101106
<compilerArgs>
102107
<arg>--add-exports</arg>
103108
<arg>java.base/sun.security.x509=ALL-UNNAMED</arg>
@@ -140,6 +145,9 @@
140145
<groupId>org.apache.maven.plugins</groupId>
141146
<artifactId>maven-javadoc-plugin</artifactId>
142147
<version>3.11.2</version>
148+
<configuration>
149+
<doclint>none</doclint>
150+
</configuration>
143151
<executions>
144152
<execution>
145153
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)