We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2487680 commit ff82e04Copy full SHA for ff82e04
pom.xml
@@ -7,7 +7,7 @@
7
<groupId>com.browserstack</groupId>
8
<artifactId>automate-client-java</artifactId>
9
<name>automate-client</name>
10
- <version>0.2-SNAPSHOT</version>
+ <version>0.3-SNAPSHOT</version>
11
<packaging>jar</packaging>
12
13
<licenses>
@@ -69,6 +69,9 @@
69
<groupId>org.apache.maven.plugins</groupId>
70
<artifactId>maven-javadoc-plugin</artifactId>
71
<version>2.10.3</version>
72
+ <configuration>
73
+ <additionalparam>-Xdoclint:none</additionalparam>
74
+ </configuration>
75
<executions>
76
<execution>
77
<id>attach-javadocs</id>
0 commit comments