Skip to content

Commit 6fcbcf2

Browse files
shaileshmishrashaileshmishra
authored andcommitted
✅ coverage
1 parent cdb57c4 commit 6fcbcf2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,14 @@
146146

147147
<build>
148148
<plugins>
149-
150-
<!-- <plugin>-->
151-
<!-- <groupId>org.apache.maven.plugins</groupId>-->
152-
<!-- <artifactId>maven-compiler-plugin</artifactId>-->
153-
<!-- <version>3.1</version>-->
154-
<!-- <configuration>-->
155-
<!-- <source>1.8</source>-->
156-
<!-- <target>1.8</target>-->
157-
<!-- </configuration>-->
158-
<!-- </plugin>-->
149+
<plugin>
150+
<groupId>org.apache.maven.plugins</groupId>
151+
<artifactId>maven-jxr-plugin</artifactId>
152+
<version>3.0.0</version>
153+
<configuration>
154+
<linkXRef>false</linkXRef>
155+
</configuration>
156+
</plugin>
159157
<!--
160158
# Run tests and generate .xml reports
161159
mvn test

0 commit comments

Comments
 (0)