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
The following commit(s) were added to refs/heads/main by this push:
new 918b041c38 GH-2465: Produce jena-cmds source jar; correct dependencies
918b041c38 is described below
commit 918b041c38f8f1c2c667d3950241f01091fe5b00
Author: Andy Seaborne <[email protected]>
AuthorDate: Thu May 16 22:39:12 2024 +0100
GH-2465: Produce jena-cmds source jar; correct dependencies
---
jena-cmds/pom.xml | 5 +++++
jena-integration-tests/pom.xml | 8 --------
2 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/jena-cmds/pom.xml b/jena-cmds/pom.xml
index 29a7b6c766..23a1320a53 100644
--- a/jena-cmds/pom.xml
+++ b/jena-cmds/pom.xml
@@ -180,6 +180,11 @@
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ </plugin>
+
</plugins>
</build>
diff --git a/jena-integration-tests/pom.xml b/jena-integration-tests/pom.xml
index b10eec758d..d7f3cb29c6 100644
--- a/jena-integration-tests/pom.xml
+++ b/jena-integration-tests/pom.xml
@@ -68,14 +68,6 @@
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.jena</groupId>
- <artifactId>jena-cmds</artifactId>
- <version>5.1.0-SNAPSHOT</version>
- <classifier>tests</classifier>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-geosparql</artifactId>