You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/02/01 14:12:40 UTC

[31/35] jena git commit: Put module into the main profile

Put module into the main profile


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/27bc2379
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/27bc2379
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/27bc2379

Branch: refs/heads/master
Commit: 27bc2379e7f374c0989beff15b9d5dea96fc0c1a
Parents: 51412b9
Author: Andy Seaborne <an...@apache.org>
Authored: Sun Feb 1 12:58:34 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Sun Feb 1 12:58:34 2015 +0000

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/27bc2379/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9991e12..dd40444 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,6 +122,8 @@
         <module>apache-jena</module>
         <module>jena-extras</module>
         <module>jena-osgi</module>
+	<!-- Breaks the build -->
+	<module>jena-osgi-test</module>
       </modules>
     </profile>
   </profiles>
@@ -162,7 +164,5 @@
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/JENA</url>
   </issueManagement>
-  <modules>
-  	<module>jena-osgi-test</module>
-  </modules>
+
 </project>