File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 151151 </excludes >
152152 </configuration >
153153 </plugin >
154+ <plugin >
155+ <groupId >org.apache.maven.plugins</groupId >
156+ <artifactId >maven-javadoc-plugin</artifactId >
157+ <version >2.10.4</version >
158+ <configuration >
159+ <excludePackageNames >org.freedesktop.gstreamer.lowlevel</excludePackageNames >
160+ </configuration >
161+ </plugin >
154162 </plugins >
155163 </build >
156164
175183 <plugin >
176184 <groupId >org.apache.maven.plugins</groupId >
177185 <artifactId >maven-javadoc-plugin</artifactId >
178- <version >2.9.1</version >
186+ <version >2.10.4</version >
187+ <configuration >
188+ <excludePackageNames >org.freedesktop.gstreamer.lowlevel</excludePackageNames >
189+ </configuration >
179190 <executions >
180191 <execution >
181192 <id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments