You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2015/06/05 19:53:27 UTC

svn commit: r1683825 - /myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml

Author: deki
Date: Fri Jun  5 17:53:27 2015
New Revision: 1683825

URL: http://svn.apache.org/r1683825
Log:
TOBAGO-1460: generate-sources ran twice, fix for MSOURCES-8

Modified:
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml?rev=1683825&r1=1683824&r2=1683825&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml Fri Jun  5 17:53:27 2015
@@ -309,7 +309,7 @@
             <executions>
               <execution>
                 <id>attach-source</id>
-                <goals><goal>jar</goal></goals>
+                <goals><goal>jar-no-fork</goal></goals>
               </execution>
             </executions>
           </plugin>