You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/05/26 04:32:31 UTC

svn commit: r1342844 - /cxf/trunk/systests/ws-security/pom.xml

Author: dkulp
Date: Sat May 26 02:32:31 2012
New Revision: 1342844

URL: http://svn.apache.org/viewvc?rev=1342844&view=rev
Log:
Fix some eclipse warnings

Modified:
    cxf/trunk/systests/ws-security/pom.xml

Modified: cxf/trunk/systests/ws-security/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/pom.xml?rev=1342844&r1=1342843&r2=1342844&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/pom.xml (original)
+++ cxf/trunk/systests/ws-security/pom.xml Sat May 26 02:32:31 2012
@@ -59,6 +59,10 @@
                         <configuration>
                             <fork>${cxf.codegenplugin.forkmode}</fork>
                             <sourceRoot>${basedir}/target/generated-sources</sourceRoot>
+                            <defaultOptions>
+                                <markGenerated>true</markGenerated>
+                                <faultSerialVersionUID>1</faultSerialVersionUID>
+                            </defaultOptions>
                             <wsdlOptions>
                                 <wsdlOption>
                                     <wsdl>${basedir}/src/test/resources/DoubleItLogical.wsdl</wsdl>