Skip to content

Commit f59a503

Browse files
Update POM to exclude lowlevel from Javadoc.
1 parent 9ee6cb7 commit f59a503

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,14 @@
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

@@ -175,7 +183,10 @@
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>

0 commit comments

Comments
 (0)