This is an automated email from the ASF dual-hosted git repository. sseifert pushed a commit to branch feature/SLING-13079-test-artifact in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
commit d8e802d499e3de0714043a8d9b580d80752cf72b Author: Stefan Seifert <[email protected]> AuthorDate: Wed Jan 28 14:16:08 2026 +0100 SLING-13079 publish test artifact --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 581a73f..0c24da7 100644 --- a/pom.xml +++ b/pom.xml @@ -301,6 +301,19 @@ <build> <plugins> + <!-- Publish test artifact --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
