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/05/17 19:09:25 UTC

svn commit: r1679888 - /myfaces/tobago/trunk/tobago-core/pom.xml

Author: deki
Date: Sun May 17 17:09:24 2015
New Revision: 1679888

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

Modified:
    myfaces/tobago/trunk/tobago-core/pom.xml

Modified: myfaces/tobago/trunk/tobago-core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/pom.xml?rev=1679888&r1=1679887&r2=1679888&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-core/pom.xml Sun May 17 17:09:24 2015
@@ -375,7 +375,7 @@
             <executions>
               <execution>
                 <id>attach-source</id>
-                <goals><goal>jar</goal></goals>
+                <goals><goal>jar-no-fork</goal></goals>
               </execution>
             </executions>
           </plugin>