Hi All, I am using this Maven2 Axis plugin to generate code from wsdl. In my child project in the wsdlFile argument i specify a relative path to a wsdl file and i am able to generate the code. However when i compile from the parent project, the path is not resolved correctly. Is there a way in which i can overcome this. I was thinking that if maybe I specify the common path in a variable in the topmost parent pom, then i could reference that variable in my child project and thereby get over this issue, but i am not sure how it is done.
Any help would be greatly appreciated. Thanks, Srijith.
