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/17 11:07:26 UTC

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

Author: andy
Date: Fri Feb 17 10:07:25 2012
New Revision: 1245366

URL: http://svn.apache.org/viewvc?rev=1245366&view=rev
Log:
Comment correction

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=1245366&r1=1245365&r2=1245366&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/TDB/trunk/pom.xml Fri Feb 17 10:07:25 2012
@@ -230,11 +230,15 @@ build.time.txt=${build.time.txt}
 	    <phase>package</phase>
 	    <goals><goal>single</goal></goals>
 	    <configuration>
-	      <!-- DO NOT place in target/ directly - it will be 
-		   uploaded with its name change to the group-artifact name
+	      <!-- If you place this in target/ directly - it will be 
+		   uploaded to the repo AND its name is changed
+		   to the group-artifact name (this can overwrite, silently,
+		   other files.
 	      -->
+	      <!--
 	      <finalName>dist/${assembly.root.name}</finalName>
 	      <appendAssemblyId>false</appendAssemblyId>
+	      -->
 	      <descriptors>
 		<descriptor>assembly.xml</descriptor>
 	      </descriptors>