File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change 9898 </archive >
9999 </configuration >
100100 </plugin >
101+ <plugin >
102+ <groupId >org.apache.maven.plugins</groupId >
103+ <artifactId >maven-source-plugin</artifactId >
104+ <version >3.2.1</version >
105+ <executions >
106+ <execution >
107+ <id >attach-sources</id >
108+ <goals >
109+ <goal >jar-no-fork</goal >
110+ </goals >
111+ </execution >
112+ </executions >
113+ </plugin >
114+ <plugin >
115+ <groupId >org.apache.maven.plugins</groupId >
116+ <artifactId >maven-javadoc-plugin</artifactId >
117+ <version >3.11.2</version >
118+ <executions >
119+ <execution >
120+ <id >attach-javadocs</id >
121+ <goals >
122+ <goal >jar</goal >
123+ </goals >
124+ <phase >package</phase >
125+ </execution >
126+ </executions >
127+ <configuration >
128+ <source >1.8</source >
129+ <doclint >none</doclint >
130+ <detectJavaApiLink >false</detectJavaApiLink >
131+ <failOnWarnings >false</failOnWarnings >
132+ <quiet >true</quiet >
133+ <additionalOptions >
134+ <additionalOption >-Xdoclint:none</additionalOption >
135+ <additionalOption >--ignore-source-errors</additionalOption >
136+ </additionalOptions >
137+ </configuration >
138+ </plugin >
101139 </plugins >
102140 </build >
103141 <profiles >
You can’t perform that action at this time.
0 commit comments