Skip to content

Commit

Permalink
fixed mvn site and javadoc report before Version 2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibor17 committed Jun 10, 2018
1 parent a132614 commit c455894
Show file tree
Hide file tree
Showing 8 changed files with 163 additions and 200 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ else

* Filtering by Tags

You can use JUnit5 Tags and filter tests by tags or tag expressions.
You can use JUnit5 Tags and filter tests by tags or tag expressions.

* to include <<<tags>>> or <<<tag expressions>>>, use <<<groups>>>.
* To include <<<tags>>> or <<<tag expressions>>>, use <<<groups>>>.

* to exclude <<<tags>>> or <<<tag expressions>>>, use either <<<excludedGroups>>>.
* To exclude <<<tags>>> or <<<tag expressions>>>, use either <<<excludedGroups>>>.

+---+
...
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,11 @@
<artifactId>fest-assert</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.9.1</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
Expand Down Expand Up @@ -404,7 +409,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
<version>1.15</version>
<version>1.16</version>
<executions>
<execution>
<id>signature-check</id>
Expand Down Expand Up @@ -472,7 +477,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
<version>3.7.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down
14 changes: 9 additions & 5 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
<version>1.7</version>
</skin>

<custom>
Expand Down Expand Up @@ -63,10 +63,14 @@
<menu ref="reports" inherit="bottom"/>

<footer>
<div class="row pull-left">Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</div>
<div class="row pull-left">
<a href="${project.url}privacy-policy.html">Privacy Policy</a>
</div>
<![CDATA[
<div class="row pull-left">
<p>Apache ${project.name}, ${project.name}, Apache, the Apache feather logo, and the Apache ${project.name} project logos are trademarks of The Apache Software Foundation.</p>
</div>
<div class="row pull-left">
<a href="${project.url}privacy-policy.html">Privacy Policy</a>
</div>
]]>
</footer>
</body>
</project>
1 change: 0 additions & 1 deletion surefire-providers/surefire-junit-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
Loading

0 comments on commit c455894

Please sign in to comment.