Repository: clerezza Updated Branches: refs/heads/master fd437598d -> 6a6c5f83c
CLEREZZA-1000: removed tests from release pom Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/6a6c5f83 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/6a6c5f83 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/6a6c5f83 Branch: refs/heads/master Commit: 6a6c5f83c0916b6c1f4c2f61e9a6c6458ceb84d6 Parents: fd43759 Author: Reto Gmür <[email protected]> Authored: Sat Sep 5 15:01:00 2015 +0200 Committer: Reto Gmür <[email protected]> Committed: Sat Sep 5 15:01:00 2015 +0200 ---------------------------------------------------------------------- releases/201508/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/6a6c5f83/releases/201508/pom.xml ---------------------------------------------------------------------- diff --git a/releases/201508/pom.xml b/releases/201508/pom.xml index 39584a6..e98aa9d 100644 --- a/releases/201508/pom.xml +++ b/releases/201508/pom.xml @@ -55,7 +55,10 @@ <module>../../provisioning/rdf.web</module> <module>../../provisioning/launchers/content-launcher</module> <module>../../provisioning/launchers/linked-data-launcher</module> - <module>../../provisioning/launchers/tests/content-launcher-tests</module> + <!-- This cannot be released as it has a SNAPSHOT dependency to a stanboltest utility, + also it isn't particularly useful to have this in mavencentral. + It is howver included in the source distribution. + <module>../../provisioning/launchers/tests/content-launcher-tests</module> --> </modules> <scm> <connection>scm:git:git://git.apache.org/clerezza.git</connection>
