File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565
6666 <issueManagement >
6767 <system >GitHub Issues</system >
68- <url >https://github.com/PhonePe/magzine /issues</url >
68+ <url >https://github.com/PhonePe/Magazine /issues</url >
6969 </issueManagement >
7070
7171 <ciManagement >
244244 <version >${maven.javadoc.plugin.version} </version >
245245 <configuration >
246246 <source >${jdk.source.version} </source >
247- <sourcepath >${project.basedir} /delombok</sourcepath >
248- <skip >false</skip >
249- <doclint >none</doclint >
247+ <sourcepath >${project.build.directory} /delomboked</sourcepath >
250248 </configuration >
251249 <executions >
252250 <execution >
253251 <id >attach-javadocs</id >
254252 <goals >
255253 <goal >jar</goal >
256254 </goals >
255+ <phase >package</phase >
257256 </execution >
258257 </executions >
259258 </plugin >
334333 <goals >
335334 <goal >delombok</goal >
336335 </goals >
337- <configuration >
338- <addOutputDirectory >false</addOutputDirectory >
339- <sourceDirectory >src/main/java</sourceDirectory >
340- <encoding >${project.build.sourceEncoding} </encoding >
341- </configuration >
342336 </execution >
343337 </executions >
338+ <configuration >
339+ <addOutputDirectory >false</addOutputDirectory >
340+ <sourceDirectory >${project.basedir} /src/main/java</sourceDirectory >
341+ <outputDirectory >${project.build.directory} /delomboked</outputDirectory >
342+ </configuration >
344343 </plugin >
345344 </plugins >
346345 </build >
You can’t perform that action at this time.
0 commit comments