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

Frederic commented on MOJO-640:
-------------------------------

Same thing here, I am trying  a pom like shown below, but only the first 
execution is taken into account. I'll have to use ant instead of maven for 
jaxws artifacts. :(

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jaxws-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>Generating 3PC</id>
            <goals>
              <goal>wsimport</goal>
            </goals>
            <configuration>
              <wsdlFiles>
                <wsdlFile>parlayx_third_party_call_service_3_4.wsdl</wsdlFile>
              </wsdlFiles>
              <bindingFiles>
                <bindingFile>bindings-xsd-Commons.xml</bindingFile>
                <bindingFile>bindings-wsdl-3PC.xml</bindingFile>
              </bindingFiles>
            </configuration>
          </execution>
          <execution>
            <id>Generating AudioCall</id>
            <goals>
              <goal>wsimport</goal>
            </goals>
            <configuration>
              <wsdlFiles>
                
<wsdlFile>parlayx_audio_call_play_media_service_3_2.wsdl</wsdlFile>
              </wsdlFiles>
              <bindingFiles>
                <bindingFile>bindings-xsd-Commons.xml</bindingFile>
                <bindingFile>bindings-wsdl-PlayAudio.xml</bindingFile>
                <bindingFile>bindings-xsd-PlayAudio.xml</bindingFile>
              </bindingFiles>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>



> 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