File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 17101710 <commons .checkstyle.version>9.3</commons .checkstyle.version>
17111711 </properties >
17121712 </profile >
1713- <!-- allow simple creation of the site without any optional reports -->
1714- <profile >
1715- <id >site-basic</id >
1716- <properties >
1717- <skipTests >true</skipTests >
1718- <maven .javadoc.skip>true</maven .javadoc.skip>
1719- <spotbugs .skip>true</spotbugs .skip>
1720- <checkstyle .skip>true</checkstyle .skip>
1721- <rat .skip>true</rat .skip> <!-- from version 0.12 -->
1722- <jacoco .skip>true</jacoco .skip>
1723- <skipSurefireReport >true</skipSurefireReport >
1724- </properties >
1725- </profile >
17261713 <profile >
17271714 <id >java-9-up</id >
17281715 <activation >
18251812 <argLine >-XX:+EnableDynamicAgentLoading</argLine >
18261813 </properties >
18271814 </profile >
1815+ <!-- allow simple creation of the site without any optional reports -->
1816+ <profile >
1817+ <id >site-basic</id >
1818+ <properties >
1819+ <skipTests >true</skipTests >
1820+ <maven .javadoc.skip>true</maven .javadoc.skip>
1821+ <spotbugs .skip>true</spotbugs .skip>
1822+ <checkstyle .skip>true</checkstyle .skip>
1823+ <rat .skip>true</rat .skip> <!-- from version 0.12 -->
1824+ <jacoco .skip>true</jacoco .skip>
1825+ <skipSurefireReport >true</skipSurefireReport >
1826+ </properties >
1827+ </profile >
18281828 <profile >
18291829 <!-- JMH benchmarking -->
18301830 <id >benchmark</id >
You can’t perform that action at this time.
0 commit comments