This is an automated email from the ASF dual-hosted git repository. juanpablo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jspwiki.git
commit 6235b10a66dcd4f7879f6b342909a861da8a1c5a Author: Juan Pablo Santos RodrÃguez <[email protected]> AuthorDate: Sun Jul 7 22:36:37 2024 +0200 Fix issue with CI build not findind a test-jar --- ChangeLog.md | 2 +- jspwiki-210-test-adaptees/pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 4eff657bf..ac891eaf6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 diff --git a/jspwiki-210-test-adaptees/pom.xml b/jspwiki-210-test-adaptees/pom.xml index da6d97925..fdc8f90ab 100644 --- a/jspwiki-210-test-adaptees/pom.xml +++ b/jspwiki-210-test-adaptees/pom.xml @@ -91,6 +91,7 @@ </goals> <phase>package</phase> <configuration> + <skip>false</skip> <excludes> <exclude>**/test*/**</exclude> <exclude>**/*Test.class</exclude>
