We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb57c4 commit 6fcbcf2Copy full SHA for 6fcbcf2
pom.xml
@@ -146,16 +146,14 @@
146
147
<build>
148
<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>-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jxr-plugin</artifactId>
+ <version>3.0.0</version>
+ <configuration>
+ <linkXRef>false</linkXRef>
+ </configuration>
+ </plugin>
159
<!--
160
# Run tests and generate .xml reports
161
mvn test
0 commit comments