Re: Executing Apache CXF with Maven

2017-06-03 Thread Martin Gainty
Rapinder an you copy the source to github as long as it builds a war one of us can deploy and take a look to see if the client will communicate successfully Regards Martin __ From: Rupinder Singh

Re: Work-around for antrun AttachArtifact not working in external Ant build file

2017-06-03 Thread Guillaume Boué
That means you're missing inheritRefs=true in the task. It is necessary for the references to be propagated to subprojects. I've also added an integration test in https://github.com/apache/maven-plugins/tree/trunk/maven-antrun-plugin/src/it/attach-artifact-from-ant-task that you can maybe