Add test jar to produced artifacts
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9934c2cb Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9934c2cb Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9934c2cb Branch: refs/heads/hadoop-rdf Commit: 9934c2cb49125f6c3920f5f8194ed3e92e1086ac Parents: 986d2dc Author: Andy Seaborne <[email protected]> Authored: Tue Jan 6 10:28:37 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Tue Jan 6 10:28:37 2015 +0000 ---------------------------------------------------------------------- jena-fuseki2/jena-fuseki-core/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/9934c2cb/jena-fuseki2/jena-fuseki-core/pom.xml ---------------------------------------------------------------------- diff --git a/jena-fuseki2/jena-fuseki-core/pom.xml b/jena-fuseki2/jena-fuseki-core/pom.xml index efe35ec..a8bfec5 100644 --- a/jena-fuseki2/jena-fuseki-core/pom.xml +++ b/jena-fuseki2/jena-fuseki-core/pom.xml @@ -254,6 +254,19 @@ </plugin> <plugin> + <!-- Include the test jar for mebedded usein testing (eg. jena-jdbc-driver-remote) --> + <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-source-plugin</artifactId> <executions>
