This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-models-impl.git
The following commit(s) were added to refs/heads/master by this push:
new 0b55bb6 SLING-13079 publish test artifact (#79)
0b55bb6 is described below
commit 0b55bb6c72f538f72213db58f9233a77bba21466
Author: Stefan Seifert <[email protected]>
AuthorDate: Wed Jan 28 14:28:25 2026 +0100
SLING-13079 publish test artifact (#79)
---
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>