You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/04/02 01:22:04 UTC

svn commit: r1463331 - /jena/trunk/jena-fuseki/pom.xml

Author: rvesse
Date: Mon Apr  1 23:22:04 2013
New Revision: 1463331

URL: http://svn.apache.org/r1463331
Log:
Create tests jar for fuseki so that other projects can utilize its handy test setup utilities in their own tests

Modified:
    jena/trunk/jena-fuseki/pom.xml

Modified: jena/trunk/jena-fuseki/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/pom.xml?rev=1463331&r1=1463330&r2=1463331&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Mon Apr  1 23:22:04 2013
@@ -291,6 +291,18 @@
           <bottom>Licenced under the Apache License, Version 2.0</bottom>
         </configuration>
       </plugin>
+      
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
 
 
       <plugin>