File tree Expand file tree Collapse file tree 1 file changed +30
-1
lines changed
Expand file tree Collapse file tree 1 file changed +30
-1
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >net.lamgc</groupId >
88 <artifactId >java-utils</artifactId >
9- <version >1.2.0_20200517.1-SNAPSHOT </version >
9+ <version >1.2.0 </version >
1010
1111 <packaging >jar</packaging >
1212
127127 <artifactId >maven-project-info-reports-plugin</artifactId >
128128 <version >3.0.0</version >
129129 </plugin >
130+ <plugin >
131+ <groupId >org.apache.maven.plugins</groupId >
132+ <artifactId >maven-source-plugin</artifactId >
133+ <executions >
134+ <execution >
135+ <id >attach-sources</id >
136+ <goals >
137+ <goal >jar-no-fork</goal >
138+ </goals >
139+ </execution >
140+ </executions >
141+ </plugin >
142+ <plugin >
143+ <groupId >org.apache.maven.plugins</groupId >
144+ <artifactId >maven-javadoc-plugin</artifactId >
145+ <executions >
146+ <execution >
147+ <id >attach-javadocs</id >
148+ <goals >
149+ <goal >jar</goal >
150+ </goals >
151+ <configuration >
152+ <additionalOption >
153+ <additionalOption >-Xdoclint:none</additionalOption >
154+ </additionalOption >
155+ </configuration >
156+ </execution >
157+ </executions >
158+ </plugin >
130159 </plugins >
131160 </pluginManagement >
132161 </build >
You can’t perform that action at this time.
0 commit comments