File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 109109 </execution >
110110 </executions >
111111 </plugin >
112+ <plugin >
113+ <groupId >org.apache.maven.plugins</groupId >
114+ <artifactId >maven-javadoc-plugin</artifactId >
115+ <version >2.10.4</version >
116+ <configuration >
117+ <additionalparam >${javadoc.opts} </additionalparam >
118+ </configuration >
119+ <executions >
120+ <execution >
121+ <id >attach-javadocs</id >
122+ <goals >
123+ <goal >jar</goal >
124+ </goals >
125+ </execution >
126+ </executions >
127+ </plugin >
112128 <!--
113129 <plugin>
114130 <groupId>org.codehaus.mojo</groupId>
138154 -->
139155 </plugins >
140156 </build >
157+ <profiles >
158+ <profile >
159+ <id >doclint-java8-disable</id >
160+ <activation >
161+ <jdk >[1.8,)</jdk >
162+ </activation >
163+ <properties >
164+ <javadoc .opts>-Xdoclint:none</javadoc .opts>
165+ </properties >
166+ </profile >
167+ </profiles >
141168</project >
142169
You can’t perform that action at this time.
0 commit comments