Skip to content

Commit

Permalink
Fix issue with CI build not findind a test-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpablo-santos committed Jul 7, 2024
1 parent a96e934 commit 6235b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.
* Fix problematic `CalendarTag` <-> `WeblogPlugin` interaction
* Provided in [PR #350](https://github.com/apache/jspwiki/pull/350) by Ulf Dittmer, thanks!

* Fix issue in CI build not findind a test-jar
* Fix issue with CI build not findind a test-jar

* Last minute dependencies and plugin updates
* Tomcat to 9.0.90
Expand Down
1 change: 1 addition & 0 deletions jspwiki-210-test-adaptees/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
</goals>
<phase>package</phase>
<configuration>
<skip>false</skip>
<excludes>
<exclude>**/test*/**</exclude>
<exclude>**/*Test.class</exclude>
Expand Down

0 comments on commit 6235b10

Please sign in to comment.