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/05 12:38:32 UTC

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

Author: andy
Date: Thu Dec  5 11:38:32 2013
New Revision: 1548095

URL: http://svn.apache.org/r1548095
Log:
Reenable jena-maven-tools

Modified:
    jena/trunk/pom.xml

Modified: jena/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/pom.xml?rev=1548095&r1=1548094&r2=1548095&view=diff
==============================================================================
--- jena/trunk/pom.xml (original)
+++ jena/trunk/pom.xml Thu Dec  5 11:38:32 2013
@@ -78,8 +78,7 @@
         <!--<module>apache-jena-libs</module> -->
         <!--<module>apache-jena</module> -->
 	
-	<!-- Unclear problems JENA-596 -->
-	<!--<module>jena-maven-tools</module>-->
+	<module>jena-maven-tools</module>
       </modules>
     </profile>
 
@@ -114,8 +113,7 @@
         <module>apache-jena-libs</module>
         <module>apache-jena</module>
 
-	<!-- Unclear problems JENA-596 -->
-	<!-- <module>jena-maven-tools</module>-->
+	<module>jena-maven-tools</module>
       </modules>
     </profile>
   </profiles>