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 2012/02/01 21:19:41 UTC

svn commit: r1239302 - /incubator/jena/Jena2/TDB/trunk/pom.xml

Author: andy
Date: Wed Feb  1 20:19:40 2012
New Revision: 1239302

URL: http://svn.apache.org/viewvc?rev=1239302&view=rev
Log:
Comment out assembly

Modified:
    incubator/jena/Jena2/TDB/trunk/pom.xml

Modified: incubator/jena/Jena2/TDB/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/jena/Jena2/TDB/trunk/pom.xml?rev=1239302&r1=1239301&r2=1239302&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/TDB/trunk/pom.xml Wed Feb  1 20:19:40 2012
@@ -213,10 +213,11 @@ build.time.txt=${build.time.txt}
         </executions>
       </plugin>
 
+      <!--
       <plugin>
-	<!-- This must be the last plug-in attached to the package phase 
+	<!- - This must be the last plug-in attached to the package phase 
 	     because it replies on the packaging of the jar to happen first.
-	-->
+	- ->
 	<groupId>org.apache.maven.plugins</groupId>
 	<artifactId>maven-assembly-plugin</artifactId>
 	<executions>
@@ -232,7 +233,7 @@ build.time.txt=${build.time.txt}
 	  </execution>
 	</executions>
       </plugin>
-
+      -->
     </plugins>
   </build>