Skip to content

Commit 38c1b71

Browse files
authored
Update pom.xml
1 parent 55c7c7c commit 38c1b71

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

pom.xml

+19-4
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@
141141
</goals>
142142
<configuration>
143143
<sources>
144-
<source>
145-
src/main/java</source>
144+
<source>src/main/java</source>
146145
</sources>
147146
</configuration>
148147
</execution>
@@ -154,8 +153,7 @@
154153
</goals>
155154
<configuration>
156155
<sources>
157-
<source>
158-
src/test/java</source>
156+
<source>src/test/java</source>
159157
</sources>
160158
</configuration>
161159
</execution>
@@ -173,6 +171,23 @@
173171
</goals>
174172
</execution>
175173
</executions>
174+
</plugin>
175+
<plugin>
176+
<groupId>org.apache.maven.plugins</groupId>
177+
<artifactId>maven-javadoc-plugin</artifactId>
178+
<version>3.2.0</version>
179+
<configuration>
180+
<source>8</source>
181+
<failOnError>false</failOnError>
182+
</configuration>
183+
<executions>
184+
<execution>
185+
<id>attach-javadocs</id>
186+
<goals>
187+
<goal>jar</goal>
188+
</goals>
189+
</execution>
190+
</executions>
176191
</plugin>
177192
<plugin>
178193
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)