Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit a9788c6

Browse files
authored
Fix external Javadoc. (#132)
* Update pom.xml * Update pom.xml
1 parent 05500fe commit a9788c6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
<groupId>com.kttdevelopment</groupId>
6666
<artifactId>simplehttpserver</artifactId>
67-
<version>4.4.1</version>
67+
<version>4.4.2</version>
6868

6969
<name>simplehttpserver</name>
7070
<description>📕 SimpleHttpServer :: Simplified implementation of the sun http server :: Simplified handlers to execute complex operations</description>
@@ -149,9 +149,6 @@
149149
</goals>
150150
</execution>
151151
</executions>
152-
<configuration>
153-
<additionalJOption>--no-module-directories</additionalJOption>
154-
</configuration>
155152
</plugin>
156153

157154
<!-- tests -->
@@ -184,4 +181,4 @@
184181
</dependency>
185182
</dependencies>
186183

187-
</project>
184+
</project>

0 commit comments

Comments
 (0)