Skip to content

Commit 9399aa3

Browse files
Merge pull request #7 from Shivanshu-lambdatest/master
CI Fixed
2 parents 51ae5fb + 2a8b080 commit 9399aa3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ settings.xml
1818
.settings
1919
lambdatest-tunnel-binary.iml
2020
lt.log
21+
.lambdatest
2122

2223
/target/

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</execution>
111111
</executions>
112112
</plugin>
113-
<!-- <plugin>
113+
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-javadoc-plugin</artifactId>
116116
<version>3.2.0</version>
@@ -136,7 +136,7 @@
136136
</goals>
137137
</execution>
138138
</executions>
139-
</plugin> -->
139+
</plugin>
140140
<plugin>
141141
<artifactId>maven-assembly-plugin</artifactId>
142142
<configuration>

0 commit comments

Comments
 (0)