This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena.git
commit fef209ef0778b5be2d2d843edca03188ed20c463 Author: Andy Seaborne <[email protected]> AuthorDate: Thu Nov 2 11:24:09 2023 +0000 Publish TDB2 test artifacts --- jena-tdb2/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/jena-tdb2/pom.xml b/jena-tdb2/pom.xml index 25250c1d5f..961c1ef751 100644 --- a/jena-tdb2/pom.xml +++ b/jena-tdb2/pom.xml @@ -109,6 +109,18 @@ </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> </build> </project>
