[
https://issues.apache.org/jira/browse/CXF-7468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16151430#comment-16151430
]
Dennis Kieselhorst commented on CXF-7468:
-----------------------------------------
You're right, this was introduced by the fix for CXF-5286.
> cxf-codegen-plugin fails multiple executions with the same wsdl
> ---------------------------------------------------------------
>
> Key: CXF-7468
> URL: https://issues.apache.org/jira/browse/CXF-7468
> Project: CXF
> Issue Type: Bug
> Components: Tooling
> Affects Versions: 2.7.8
> Environment: maven build process
> Reporter: Todd DiLorenzo
> Priority: Minor
> Labels: codegen, maven, wsdl2java, wsdl2js
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> bug introduced as of v 2.7.8:
> The implementation of
> org.apache.cxf.maven_plugin.AbstractCodegenMoho.getDoneFile(...) ignores the
> 'String mojo' parameter and only uses the baseDir and wsdlUri parameters when
> generating the 'done' filename.
> When multiple executions are run (wsdl2js and wsdl2java) using the same wsdl,
> the second execution's generate()-shouldRun() code path finds the "done"
> generated by the first execution with a newer timestamp and thus skips
> setting doWork to true. If there are no dependent files configured, then
> generate exits with "Nothing to generate"
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)