Repository: cxf
Updated Branches:
  refs/heads/master 123d0c372 -> c41753637


[CXF-7468] cxf-codegen-plugin fails multiple executions with the same wsdl


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/c4175363
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/c4175363
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/c4175363

Branch: refs/heads/master
Commit: c41753637add2d51b51cef3390a84ca9e1c8e8e3
Parents: 123d0c3
Author: Dennis Kieselhorst <[email protected]>
Authored: Sat Sep 2 09:48:13 2017 +0200
Committer: Dennis Kieselhorst <[email protected]>
Committed: Sat Sep 2 09:48:13 2017 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/c4175363/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
----------------------------------------------------------------------
diff --git 
a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
 
b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
index bf62453..4dd2516 100644
--- 
a/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
+++ 
b/maven-plugins/codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/AbstractCodegenMoho.java
@@ -562,7 +562,7 @@ public abstract class AbstractCodegenMoho extends 
AbstractMojo {
     protected abstract Class<?> getForkClass();
 
     protected File getDoneFile(URI basedir, URI wsdlURI, String mojo) {
-        String doneFileName = wsdlURI.toString();
+        String doneFileName = mojo + wsdlURI.toString();
 
 
         try {

Reply via email to