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 2013/12/03 16:44:22 UTC

svn commit: r1547443 - /jena/trunk/pom.xml

Author: andy
Date: Tue Dec  3 15:44:21 2013
New Revision: 1547443

URL: http://svn.apache.org/r1547443
Log:
Remove jena-maven-tools from th ebuild (temporary)

Modified:
    jena/trunk/pom.xml

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1547443&r1=1547442&r2=1547443&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Tue Dec  3 15:44:21 2013
@@ -77,8 +77,9 @@
         <!-- <module>jena-jdbc</module> -->
         <!--<module>apache-jena-libs</module> -->
         <!--<module>apache-jena</module> -->
-
-        <module>jena-maven-tools</module>
+	
+	<!-- Unclear problems JENA-596 -->
+	<!--<module>jena-maven-tools</module>-->
       </modules>
     </profile>
 
@@ -113,7 +114,8 @@
         <module>apache-jena-libs</module>
         <module>apache-jena</module>
 
-        <module>jena-maven-tools</module>
+	<!-- Unclear problems JENA-596 -->
+	<!-- <module>jena-maven-tools</module>-->
       </modules>
     </profile>
   </profiles>