[ 
http://jira.codehaus.org/browse/MOJO-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=156237#action_156237
 ] 

David Matejcek edited comment on MOJO-640 at 12/19/08 4:19 AM:
---------------------------------------------------------------

I had the same problem - you must add one parameter into each execution 
configuration:

first execution:
<staleFile>${project.build.directory}/jaxws/stale/wsdl.NotificationListenerServices.done</staleFile>

second execution:
<staleFile>${project.build.directory}/jaxws/stale/wsdl.ValidationServices.done</staleFile>

Otherwise with the default value 
${project.build.directory}/jaxws/stale/.staleFlag is this file created after 
first execution, second only detects this file and assumes that all classes 
have been already generated.

So, it is no bug, only configuration problem ;)

      was (Author: dmatej):
    I had the same problem - you must add one parameter into each execution 
configuration:

first execution:
<staleFile>${project.build.directory}/jaxws/stale/wsdl.NotificationListenerServices.done</staleFile>

second execution:
<staleFile>${project.build.directory}/jaxws/stale/wsdl.ValidationServices.done</staleFile>

Otherwise with the default value 
${project.build.directory}/jaxws/stale/.staleFlag is this file created after 
first execution, second only detects this file and assumes that all classes 
have been already generated.
  
> jaxws plugin: multiple executions not supported
> -----------------------------------------------
>
>                 Key: MOJO-640
>                 URL: http://jira.codehaus.org/browse/MOJO-640
>             Project: Mojo
>          Issue Type: Bug
>         Environment: maven 2.0.4
>            Reporter: Diego Ballve
>            Assignee: Dan Tran
>
> Jaxws plugin multiple executions are not considered.
> I have a module project with a jaxws plugin configured to process 4 wsdl 
> files with different settings, so 4 executions. Only 1st execution runs.
> This is probably a deeper bug in maven..

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to