Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: java2wsdl
-
Labels:None
-
Environment:Linux (not tested on windows)
-
Number of attachments :
Description
My project is generating a wsdl with axistools plugin. When maven is run with mvn clean install (or after a checkout), the wsdl is not packaged into the jar, although it is present when the jar is generated and included in resources. On second run (mvn install) the wsdl file, is, as expected, included.
A test project showing this behaviour is attached.
Issue Links
- relates to
-
MAXISTOOLS-31
Resources generated by axistools are not included in the resulting artifact
-
I haven't spent any time looking into it but I would suspect that because on a clean the resource directory
does not exist that it is not included in the project model.
The second run works as expected because the directory was created on the first run.
Why isn't the axistools-maven-plugin programatically adding in additional resources so the user doesn't need to modify their pom?