You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/07 19:06:04 UTC

svn commit: r1511403 - /directory/mavibot/trunk/pom.xml

Author: elecharny
Date: Wed Aug  7 17:06:04 2013
New Revision: 1511403

URL: http://svn.apache.org/r1511403
Log:
Another attempr to get rid of the legal-gfiles error...

Modified:
    directory/mavibot/trunk/pom.xml

Modified: directory/mavibot/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/pom.xml?rev=1511403&r1=1511402&r2=1511403&view=diff
==============================================================================
--- directory/mavibot/trunk/pom.xml (original)
+++ directory/mavibot/trunk/pom.xml Wed Aug  7 17:06:04 2013
@@ -204,8 +204,9 @@
         <executions>
           <execution>
             <id>attach-source</id>
+			<phase>verify</phase>
             <goals>
-              <goal>jar</goal>
+              <goal>jar-no-fork</goal>
             </goals>
           </execution>
         </executions>