File tree 1 file changed +19
-4
lines changed
1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 141
141
</goals >
142
142
<configuration >
143
143
<sources >
144
- <source >
145
- src/main/java</source >
144
+ <source >src/main/java</source >
146
145
</sources >
147
146
</configuration >
148
147
</execution >
154
153
</goals >
155
154
<configuration >
156
155
<sources >
157
- <source >
158
- src/test/java</source >
156
+ <source >src/test/java</source >
159
157
</sources >
160
158
</configuration >
161
159
</execution >
173
171
</goals >
174
172
</execution >
175
173
</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 >
176
191
</plugin >
177
192
<plugin >
178
193
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments