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/03 17:06:53 UTC

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

Author: andy
Date: Fri Feb  3 16:06:53 2012
New Revision: 1240227

URL: http://svn.apache.org/viewvc?rev=1240227&view=rev
Log:
Reset POM

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=1240227&r1=1240226&r2=1240227&view=diff
==============================================================================
--- incubator/jena/Jena2/TDB/trunk/pom.xml (original)
+++ incubator/jena/Jena2/TDB/trunk/pom.xml Fri Feb  3 16:06:53 2012
@@ -22,7 +22,7 @@
   <artifactId>jena-tdb</artifactId>
   <packaging>jar</packaging>
   <name>TDB</name>
-  <version>0.9.1-incubating-SNAPSHOT</version>
+  <version>0.9.0-incubating-SNAPSHOT</version>
 
   <parent>
     <groupId>org.apache.jena</groupId>
@@ -213,6 +213,27 @@ build.time.txt=${build.time.txt}
         </executions>
       </plugin>
 
+      <plugin>
+	<!-- 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>
+	  <execution>
+	    <id>create-assembly</id>
+	    <phase>package</phase>
+	    <goals><goal>single</goal></goals>
+	    <configuration>
+	      <descriptors>
+		<descriptor>assembly.xml</descriptor>
+	      </descriptors>
+	    </configuration>
+	  </execution>
+	</executions>
+      </plugin>
+
     </plugins>
   </build>