Repository: jena Updated Branches: refs/heads/master 7478c834d -> aa42c5369
JENA-913: Comment out jena-osgi-test module Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/aa42c536 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/aa42c536 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/aa42c536 Branch: refs/heads/master Commit: aa42c536909d9be94489ba096299162fbc2efb2f Parents: 7478c83 Author: Andy Seaborne <[email protected]> Authored: Thu Apr 2 14:23:44 2015 +0100 Committer: Andy Seaborne <[email protected]> Committed: Thu Apr 2 14:23:44 2015 +0100 ---------------------------------------------------------------------- apache-jena-osgi/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/aa42c536/apache-jena-osgi/pom.xml ---------------------------------------------------------------------- diff --git a/apache-jena-osgi/pom.xml b/apache-jena-osgi/pom.xml index fb1f094..9c90e1c 100644 --- a/apache-jena-osgi/pom.xml +++ b/apache-jena-osgi/pom.xml @@ -45,7 +45,10 @@ <modules> <module>jena-osgi</module> + <!-- + See JENA-913 - this breaks a clean build unless "install" is used. <module>jena-osgi-test</module> + --> </modules> </project>
