Repository: jena Updated Branches: refs/heads/master 08edabfa4 -> fccf0556c
Added jena-extras to the build Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/fccf0556 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/fccf0556 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/fccf0556 Branch: refs/heads/master Commit: fccf0556c2907cbe0dbb3c2ef45c96fd933e3d4d Parents: 08edabf Author: Claude Warren <[email protected]> Authored: Tue Oct 14 22:26:19 2014 +0100 Committer: Claude Warren <[email protected]> Committed: Tue Oct 14 22:26:19 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/fccf0556/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 34e5918..b29f9a8 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ <!-- <module>jena-maven-tools</module> --> <!-- <module>apache-jena-libs</module> --> <!-- <module>apache-jena</module> --> + <module>jena-extras</module> </modules> </profile> @@ -120,6 +121,7 @@ <module>apache-jena-libs</module> <module>apache-jena</module> + <module>jena-extras</module> </modules> </profile> </profiles>
