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/02/14 11:00:27 UTC

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

Author: andy
Date: Thu Feb 14 10:00:27 2013
New Revision: 1446095

URL: http://svn.apache.org/r1446095
Log:
Remove build warning

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=1446095&r1=1446094&r2=1446095&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/pom.xml (original)
+++ jena/trunk/jena-fuseki/pom.xml Thu Feb 14 10:00:27 2013
@@ -266,7 +266,7 @@
             <id>attach-sources</id>
             <phase>package</phase>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>