always build test-jar in scufl2-api as it is used by scufl2-wfdesc and wfbundle modules
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/7b70e672 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/7b70e672 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/7b70e672 Branch: refs/heads/master Commit: 7b70e6727caf47bf326d1d0186dd308eeed798bf Parents: 8c6b8b8 Author: Stian Soiland-Reyes <[email protected]> Authored: Mon Oct 31 16:26:03 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Mon Oct 31 16:26:03 2016 +0000 ---------------------------------------------------------------------- taverna-scufl2-api/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/7b70e672/taverna-scufl2-api/pom.xml ---------------------------------------------------------------------- diff --git a/taverna-scufl2-api/pom.xml b/taverna-scufl2-api/pom.xml index 4e80979..4c0052a 100644 --- a/taverna-scufl2-api/pom.xml +++ b/taverna-scufl2-api/pom.xml @@ -51,4 +51,19 @@ <artifactId>jackson-databind</artifactId> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>test-jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> </project>
