Downloaded wsdl files are ignored during multi module build
-----------------------------------------------------------

                 Key: MOJO-842
                 URL: http://jira.codehaus.org/browse/MOJO-842
             Project: Mojo
          Issue Type: Bug
          Components: axistools
         Environment: win xp, maven 2.0.6, axistool-maven-plugin 1.1
            Reporter: Rick Janda


I have a project, that is devided into several sub-modules. Several of these 
modules uses the axistool-maven-plugin. Each module by itself is built fine, but
if I try to build all modules at ones with "mvn clean install" in the 
aggregating module, the wsdl2java code generation for downloaded wsdl files is 
skipped.

For some reason, the downloaded wsdl file is named different in both cases. 

If I build the module separately, the referenced wsdl file is saved to 
"target\axistools\wsdl2java\urlDownloads\" with an appended ".wsdl". 

During the multi module build, the appendix ".wsdl" is omited, thus the plugin 
does not find the wsdl file and does not process it. 

This is the ouput during the multi module build:

[INFO] downloaded WSDL from URL http://sam.sso.bluewin.ch/samws/hcc?wsdl (20427
Bytes).
[INFO] Nothing to generate. All WSDL files are up to date.



-- 
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