[ https://issues.apache.org/jira/browse/WSCOMMONS-505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Richard Slade updated WSCOMMONS-505: ------------------------------------ Attachment: diff.txt > Build Error when creating source jar fie on modules that do not have source > directory > ------------------------------------------------------------------------------------- > > Key: WSCOMMONS-505 > URL: https://issues.apache.org/jira/browse/WSCOMMONS-505 > Project: WS-Commons > Issue Type: Bug > Components: AXIOM > Environment: Windows XP > Reporter: Richard Slade > Attachments: diff.txt > > Original Estimate: 1h > Remaining Estimate: 1h > > When building axiom modules that do not have the source directory, an error > occurs with the maven-source-plugin with the error > " Error creating source archive: You must set at least one file" > This occurs in the axiom-tests and axiom-osgi modules since they do not have > source files. > The solution is in the maven-source-plugin configuration to indicate that the > pom.xml is always to be included > <configuration> > <includePom>true</includePom> > </configuration> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.