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.
2 parents 51ae5fb + 2a8b080 commit 9399aa3Copy full SHA for 9399aa3
.gitignore
@@ -18,5 +18,6 @@ settings.xml
18
.settings
19
lambdatest-tunnel-binary.iml
20
lt.log
21
+.lambdatest
22
23
/target/
pom.xml
@@ -110,7 +110,7 @@
110
</execution>
111
</executions>
112
</plugin>
113
-<!-- <plugin>
+ <plugin>
114
<groupId>org.apache.maven.plugins</groupId>
115
<artifactId>maven-javadoc-plugin</artifactId>
116
<version>3.2.0</version>
@@ -136,7 +136,7 @@
136
</goals>
137
138
139
- </plugin> -->
+ </plugin>
140
<plugin>
141
<artifactId>maven-assembly-plugin</artifactId>
142
<configuration>
0 commit comments